Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 1,191 for

annotation types

(0.06 sec)
  1. PDF Viewer - Optimization options | Documentation

    GroupDocs.Viewer Cloud allows you to optimize the output PDF file for a web browser or to reduce the file size by optimizing resources. Optimization for a web allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download. Resource optimization allows you to reduce the size of the output PDF file. While optimizing, GroupDocs.Viewer may reduce the image size or quality, remove notes or form fields, remove objects, fonts, or personal information from a document, and so on....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_i...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  2. 2. Convert CSV Document with Load Options | Doc...

    This example demonstrates how to convert the CSV documents into pdf documents with load options. 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 GroupDocs.Conversion Cloud documentation 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....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_i...

    docs.groupdocs.cloud/conversion/convert-csv-doc...
  3. 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....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_i...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  4. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_i...

    docs.groupdocs.cloud/conversion/convert-using-c...
  5. Comment convertir un PDF en document Word modif...

    Convertissez un PDF en document Word modifiable avec Python Cloud SDK pour la conversion de documents sur n'importe quelle plate-forme sans dépendre d'outils ou d'applications tiers....hide_pdf_annotations = True loadOptions.remove_embedded_files...calling get_supported_conversion_types: {0}".format(e.message)) Et...

    blog.groupdocs.cloud/fr/conversion/convert-pdf-...
  6. Working with QR Code Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with QRCode. It provides methods to create QRCode Signature in Document Pages with different options of QRCode type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add QRCode Signature to Document You can create QRCode Signature on Document provided by fileName and document folder (if required) using following API....Annotation Product Solution GroupDocs...different options of QRCode type, location, alignment, font,...

    docs.groupdocs.cloud/signature/working-with-qr-...
  7. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....Annotation Product Solution GroupDocs...Rendering options by document type / Rendering MS Project Documents...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  8. Render layers | Documentation

    GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want to render by adding them into the CadOptions.Layers property. The following code sample shows how to render a specific layer of a CAD drawing. 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....Annotation Product Solution GroupDocs...Rendering options by document type / Rendering CAD Drawings / Render...

    docs.groupdocs.cloud/viewer/render-layers/
  9. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 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....Annotation Product Solution GroupDocs...Rendering options by document type / Rendering Text Files / Specify...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  10. 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....Annotation Product Solution GroupDocs...Rendering options by document type / Rendering Word Processing...

    docs.groupdocs.cloud/viewer/render-tracked-chan...