Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 753 for

annotation options

(0.25 sec)
  1. Rendering Spreadsheets | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Advanced usage / Rendering options by document type / Rendering...

    docs.groupdocs.cloud/viewer/rendering-spreadshe...
  2. Convert MSG and EML files to PDF using Python C...

    Programmatically convert email files (MSG, EML, EMLX) into PDF format within your python applications using Python Conversion API for documents & images.... Set loading options using EmailLoadOptions . Use...PDF format. You also have the option to hide or show different fields...

    blog.groupdocs.cloud/2021/01/13/convert-msg-and...
  3. Search Barcode 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 search Barcode signatures in supported document formats. It provides method to search Barcode Signature in Document Pages with different Options barcodeType, Name, text, matchType and other search features by using Search Options Object data in request body. Search Barcode Signature You can search Barcode Signature on Document provided by fileName and document folder (if required) using following API....Annotation Product Solution GroupDocs...Document Pages with different options barcodeType, Name, text, matchType...

    docs.groupdocs.cloud/signature/search-barcode-s...
  4. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines Options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output document...Annotation Product Solution GroupDocs...ApplyRevisionsOption data structure defines options for applying revisions using...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  5. 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...Document Pages with different options of QRCode type, location, alignment...

    docs.groupdocs.cloud/signature/working-with-qr-...
  6. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion Options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading Options Form data convertOptions ConvertOptions Conversion Options Form data Resource URI HTTP PUT ~/conversion...Annotation Product Solution GroupDocs...document, using conversion options. Method parameters: Name Type...

    docs.groupdocs.cloud/conversion/convert-documen...
  7. RemoveOptions | Documentation

    RemoveOptions structure defines Options for removing document Annotations FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "AnnotationIds": [ 0 ], "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of Annotations to remove from the document. FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/removeoptions/
  8. AnnotateOptions | Documentation

    AnnotateOptions structure defines Options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of Annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/annotateoptions/
  9. PreviewOptions | Documentation

    PreviewOptions structure defines Options for creating documents preview FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Format": "PNG", "PageNumbers": [ 0 ], "Width": 0, "Height": 0, "RenderComments": true } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of Annotations to remove from the document. Format Preview format. Supported values are: PNG, JPEG or BMP. Default value is PNG. PageNumbers Page numbers to create preview for Width Preview image width Height Preview image height RenderComments Show comments in preview...Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/previewoptions/
  10. Convert Word to Image Formats using REST API in...

    GroupDocs Ruby SDK is the best way to convert Word DOCX to image formats. This article is about how to Convert Word to Image Formats using REST API in Ruby...Word to JPG using Advanced Options How to Convert DOCX to PNG...word file password and load_options. Create an instance of the...

    blog.groupdocs.cloud/2022/05/28/convert-word-to...