Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 6,465 for

file format

(0.04 sec)
  1. Basic usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Leave feedback Get Supported File Formats Render document Convert...

    docs.groupdocs.cloud/viewer/basic-usage/
  2. watermark.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/watermark/add-image-watermarks/ weekly 0.5 https://docs.groupdocs.cloud/watermark......cloud/watermark/get-supported-file-formats/ weekly 0.5 https://docs...cloud/watermark/working-with-files/ weekly 0.5 https://docs.groupdocs...

    docs.groupdocs.cloud/sitemaps/watermark.xml
  3. Annotate Over 50 Common Document and Image Type...

    GroupDocs released an add-on that allows Concrete5 developers to seamlessly integrate the Java version of GroupDocs.Annotation into their sites.... Among supported file formats are: PDF and Microsoft documents...

    blog.groupdocs.cloud/annotation/groupdocs-annot...
  4. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third pages of a document. 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....0/viewer/storage/file/viewer/sample_docx/sample_page_2...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample_page_3...

    docs.groupdocs.cloud/viewer/render-selected-pages/
  5. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden pages. 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....0/viewer/storage/file/viewer/with_hidden_page_ppt...groupdocs.cloud/v2.0/viewer/storage/file/viewer/with_hidden_page_ppt...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  6. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder pages. 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....0/viewer/storage/file/viewer/sample_docx/sample_page_2...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample_page_1...

    docs.groupdocs.cloud/viewer/reorder-pages/
  7. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....0/viewer/storage/file/viewer/sample_pdf/sample_page_1...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_pdf/sample_page_2...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  8. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages into HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how to adjust output page size....null , "attachments" : [], "file" : { "path" : "viewer/sample_msg/sample...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_msg/sample.pdf"...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  9. InfoSettings | Documentation

    InfoSettings data structure used as input parameters for Info API method to retrieve inFormation Note Not all options are supported by all document Formats. Each option may correspond to one or more Formats. InfoSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } InfoSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo....supported by all document formats. Each option may correspond...correspond to one or more formats. InfoSettings example { "FileInfo" :...

    docs.groupdocs.cloud/signature/infosettings/
  10. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG Formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output pages when viewing a document as PDF...documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the...null , "attachments" : [], "file" : { "path" : "viewer/sample_docx/sample...

    docs.groupdocs.cloud/viewer/fliprotate-pages/