Sort Score
Result 10 results
Languages All
Labels All
Results 9,601 - 9,610 of 11,332 for

formatting

(0.66 sec)
  1. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size 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_JPG ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "JPG" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  2. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  3. Render tracked changes | Documentation

    GroupDocs.Viewer Cloud does not render tracked changes of Word Processing documents by default. If you want to see tracked changes in your rendering result, use WordProcessingOptions.RenderTrackedChanges property. The following code sample shows how to render a Word document including tracked changes. 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...s.docx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-tracked-chan...
  4. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents. Following example demonstrates on how to get all attachments from MSG file. 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 ); $request = new Req...ts.msg" viewOptions . view_format = "HTML" request = GroupDocsViewerCloud...

    docs.groupdocs.cloud/viewer/get-attachments/
  5. Specify encoding when loading documents | Docum...

    GroupDocs.Viewer Cloud enables users to pass encoding when rendering text documents or email messages. This feature is supported for: Plain-text (.txt) files Comma-separated values (.csv) Tab-separated values (.tsv) E-Mail Message (.eml) Following code snippet sets the document encoding. 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...ed.txt" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/specify-encoding-wh...
  6. แปลง HTML เป็น PDF ใน C# โดยใช้ REST API

    แปลงหน้าเว็บ HTML เป็นเอกสาร PDF ออนไลน์ใน C# เพื่อคงรูปแบบไว้หรือพิมพ์ออกมา บทความนี้เกี่ยวกับวิธีแปลง HTML เป็น PDF ใน C# โดยใช้ REST API...html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...

    blog.groupdocs.cloud/th/conversion/convert-html...
  7. Convierta HTML a PDF en C# usando REST API

    Convierta una página web HTML a un documento PDF en línea en C# para conservar el formato o imprimirlo. Este artículo trata sobre cómo convertir HTML a PDF en C# usando la API REST....html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...

    blog.groupdocs.cloud/es/conversion/convert-html...
  8. Python에서 Rest API를 사용하여 PDF 파일 페이지 회전

    PDF 페이지 회전기 API를 사용하여 PDF의 모든 페이지를 회전하거나 PDF의 단일 페이지를 회전합니다. 이 기사는 Python에서 Rest API를 사용하여 PDF 파일 페이지를 회전하는 방법에 관한 것입니다....format(e.message)) 마지막으로 위의 코드 샘플은...print("Exception while calling API: {0}".format(e.message)) 마지막으로 위의 코드 샘플은...

    blog.groupdocs.cloud/ko/merger/rotate-pdf-file-...
  9. Node.js で Excel スプレッドシートを PDF に変換 | XLS、XLSXからPDFへ

    Node.js の REST API を使用して、プログラムで Excel スプレッドシートを PDF ファイルに変換します。 Node.js SDK を使用すると、XLS、XLSX ファイルを PDF に変換できます。...format = "pdf"; // convert format settings.outputPath...filePath = "sample.xlsx"; settings.format = "pdf"; // PDF 変換オプションを定義する...

    blog.groupdocs.cloud/ja/conversion/convert-exce...
  10. रूबी में REST API का उपयोग करके PDF को HTML में...

    GroupDocs.Conversion एक उन्नत दस्तावेज़ रूपांतरण API समाधान है। यह लेख रूबी में REST API का उपयोग करके PDF को HTML में बदलने के तरीके के बारे में है।...format = "html" @settings.output_path..."pdf-to-html/pdf-pages.pdf" @settings.format = "html" @convertOptions =...

    blog.groupdocs.cloud/hi/conversion/convert-pdf-...