Sort Score
Result 10 results
Languages All
Labels All
Results 8,731 - 8,740 of 10,470 for

formatting

(0.07 sec)
  1. اکسل به JSON | تبدیل XLS به JSON | XLSX به JSON...

    نحوه تبدیل اکسل به فرمت JSON با استفاده از C#.NET. تکنیک های خبره برای تبدیل اسناد XLS و XLSX به داده های JSON...xls", Format = "json", OutputPath = "output...\"FilePath\": \"{sourceFile}\", \"Format\": \"json\", \"ConvertOptions\":...

    blog.groupdocs.cloud/fa/conversion/convert-exce...
  2. با استفاده از REST API در Ruby فایل های TXT را ...

    مبدل اسناد آنلاین به شما امکان می دهد TXT را با کیفیت بالا به PDF تبدیل کنید. این مقاله در مورد نحوه تبدیل فایل های TXT به PDF با استفاده از REST API در Ruby است....format = "pdf" loadOptions = Grou..."text-to-pdf/text-file.txt" settings.format = "pdf" loadOptions = Grou...

    blog.groupdocs.cloud/fa/conversion/convert-txt-...
  3. Chuyển đổi ZIP hoặc RAR sang PDF bằng Trình chu...

    Hãy chuyển đổi Zip hoặc RAR sang PDF bằng SDK đám mây GroupDocs.Conversion. Trình chuyển đổi tệp này cung cấp các phương thức chuyển đổi phong phú để thực hiện chuyển đổi RAR sang PDF....format = "pdf"; // output format settings.outputPath...

    blog.groupdocs.cloud/vi/conversion/convert-zip-...
  4. Ruby에서 MSG 파일을 PDF로 변환하는 방법

    Outlook 이메일 및 OfficeLogic 그룹웨어 MSG 파일 형식을 PDF 형식으로 변환합니다. 이 기사는 Ruby에서 MSG 파일을 PDF로 변환하는 방법에 관한 것입니다....format = "pdf" settings.output_path..."outlook-mail/email.msg" settings.format = "pdf" # 메시지 로드 옵션 loadOptions...

    blog.groupdocs.cloud/ko/conversion/how-to-conve...
  5. PDF를 PowerPoint로 변환 | PDF를 PPT로 | PDF를 PPTX로 Ja...

    Java REST API를 사용하여 PDF를 PowerPoint 프레젠테이션으로 원활하게 변환하십시오. PDF를 온라인으로 PPT로 저장하십시오. 무료 PDF를 PPTX 변환기....\"FilePath\": \"{sourcePDF}\", \"Format\": \"ppt\", \"OutputPath\":...\"FilePath\": \"{sourceFile}\", \"Format\": \"ppt\"}" \ -o "finaloutput...

    blog.groupdocs.cloud/ko/conversion/pdf-to-ppt-j...
  6. Java: Converti MPP in Excel | Esporta MPP in XL...

    Scopri come convertire i file Microsoft Project (MPP) in Excel (XLSX) utilizzando Java REST API. Guida passo passo per una conversione senza problemi da MPP a Excel con codice....\"FilePath\": \"{inputMPP}\", \"Format\": \"xls\", \"OutputPath\":...\"FilePath\": \"{sourceFile}\", \"Format\": \"xls\"}" \ -o "output.xls"...

    blog.groupdocs.cloud/it/conversion/convert-mpp-...
  7. Adjust output image size | Documentation

    When CAD drawings are rendered, the size of the render result is adjusted by API automatically, the biggest side (width or height depending on which one is bigger) is set 2000 px, another side is set value based on width-to-length ratio. You may adjust the size of resulting document by setting CadOptions as show in example. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...ts.dwg" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/adjust-output-image...
  8. Enable font hinting | Documentation

    To adjust the display of an outline font (learn more about font hinting) when rendering PDF documents into image GroupDocs.Viewer Cloud provides PdfOptions.EnableFontHinting setting as shown below: NOTE: this option is supported when rendering into PNG and JPG. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....( Model\ViewOptions :: VIEW_FORMAT_PNG ); $renderOptions = new..."SampleFiles/sample.pdf" viewOptions . view_format = "PNG" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/enable-font-hinting/
  9. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.pdf" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  10. Disable characters grouping | Documentation

    To improve content positioning when rendering PDF documents GroupDocs.Viewer Cloud provides PdfOptions.DisableCharsGrouping as shown below: API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.pdf" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/disable-characters-...