Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 6,592 for

file format

(0.23 sec)
  1. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document Formats. Each option may correspond to one or more Formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering Format, available values are: HTML, JPG, PNG, PDF....supported by all document formats. Each option may correspond...correspond to one or more formats. ViewOptions example { "ViewFormat"...

    docs.groupdocs.cloud/viewer/viewoptions/
  2. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive pages from word processing documents into pdf documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Password The password to open file It should be specified only...'WordProcessing/four-pages.docx', 'Format': 'pdf', 'ConvertOptions':...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  3. Rotate PDF Pages Online in Java

    Learn how to rotate PDF pages programmatically in Java using GroupDocs.Merger Cloud SDK. Explore the features, setup process, and advanced rotation options.... PDF files are widely used for various...all or specific pages in a PDF file programmatically. Whether you...

    blog.groupdocs.cloud/merger/how-to-rotate-pdf-p...
  4. A REST API Solution to Merge and Split Document...

    GroupDocs.Merger Cloud is a REST API solution to Merge and Split documents like PDF, word processing documents, spreadsheets and more supported Formats....split a wide range of document formats on any platform, without installing...merge documents into a single file. You can copy and paste the...

    blog.groupdocs.cloud/merger/a-rest-api-solution...
  5. Convert Specific Pages | Documentation

    This example demonstrates how to convert specific pages from word processing documents into pdf documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Password The password to open file It should be specified only...'WordProcessing/four-pages.docx', 'Format': 'pdf', 'ConvertOptions':...

    docs.groupdocs.cloud/conversion/convert-specifi...
  6. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Password The password to open file It should be specified only...'WordProcessing/four-pages.docx', 'Format': 'pdf', 'WatermarkOptions':...

    docs.groupdocs.cloud/conversion/add-watermark/
  7. GroupDocs.Total Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular File Formats.... Files and folders storage and their...signatures in supported file formats Groupdocs.Signature Cloud...

    blog.groupdocs.cloud/categories/groupdocs.total...
  8. Introduction of Java SDK for GroupDocs.Viewer C...

    Java SDK release for public use of GroupDocs.Viewer cloud features in Java based applications....supports a variety of document formats and allows viewing a specific...image, PDF or its original format with the flexibility to render...

    blog.groupdocs.cloud/viewer/introduction-of-jav...
  9. Compare PDF Files using REST API in Python | Co...

    Programmatically compare two or more PDF Files using a REST API on the cloud in Python with GroupDocs.Comparison Cloud SDK for Python....Document Format ) is one of the most commonly used file types today...will learn how to compare PDF files using a REST API in Python ...

    blog.groupdocs.cloud/comparison/compare-pdf-fil...
  10. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage...{ // retrieve supported file-formats var request = new groupdocs_viewer_cloud_1...while calling API: {0} " . format ( e . message )) Ruby # Load...

    docs.groupdocs.cloud/viewer/working-with-storage/