Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 314 for

annotation properties

(0.06 sec)
  1. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s Properties. It returns InfoResult data structure, which contains the list of Properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other Properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...about the document and it’s properties. It returns data structure...

    docs.groupdocs.cloud/viewer/get-document-inform...
  2. Convert Emails and Outlook Messages to PDF usin...

    Programmatically Convert Emails and Outlook Messages to PDF using a REST API in Node.js. Node.js SDK allows converting EML, MSG files to PDF....EmlLoadOptions Set various properties such as displayHeader, displayEmailAddress...PdfConvertOptions Set various properties such as centerWindow , MarginTop...

    blog.groupdocs.cloud/2021/09/09/convert-email-a...
  3. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of Properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of Properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Annotation Product Solution GroupDocs...payload. Here is the list of properties that can be obtained for...

    docs.groupdocs.cloud/parser/get-document-inform...
  4. Document Automation REST APIs | GroupDocs Cloud

    Document Automation REST APIs | GroupDocs Cloud Recent content on Document Automation REST APIs | GroupDocs Cloud Convert MPP to Excel | Export MS Project to XLS/XLSX Using REST API Learn how to co......wide range of methods and properties. Convert Text to Image in...Node.js offers methods and properties to password-protect PowerPoint...

    blog.groupdocs.cloud/index.xml
  5. ImageOptions | Documentation

    ImageOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "Width": 0, "Height": 0, "ExtractText": false, "JpegQuality": 0, } ImageOptions fields Name Description RenderOptions fields ImageOptions inherits all Properties of RenderOptions Width Allows to specify output image width. Specify image width in case when you want to change output image dimensions. When Width has value and Height value is 0 then Height value will be calculated to save image proportions....Annotation Product Solution GroupDocs...ImageOptions inherits all properties of Width Allows to specify...

    docs.groupdocs.cloud/viewer/imageoptions/
  6. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s Properties. It returns InfoResult data structure, which contains the list of Properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from . Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Annotation Product Solution GroupDocs...about the document and it’s properties. It returns data structure...

    docs.groupdocs.cloud/comparison/get-document-in...
  7. Aspose.Slides for C++ - API Reference

    Know everything about the Aspose.Slides for C++ library. API Reference lists every class & method so you could easily integrate the Presentation Processing features in your own app....BehaviorProperty Represent property types for animation behavior...behavior. Follows the list of properties from https://msdn.microsoft...

    reference.aspose.com/slides/cpp
  8. Signature Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Signature Options objects and object Properties SignOptionsCollectionData Object Provides list of options for documents signing. Example SignOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "borderVisiblity": true, "borderDashStyle": "Solid", "borderWeight": 1.0, "opacity": 1.0, "text": "123456789012", "left": 10, "top": 10, "width": 200, "height": 100, "locationMeasureType": "Pixels", "sizeMeasureType": "Pixels", "stretch": "PageHeight", "rotationAngle": 0, "horizontalAlignment": "Left", "verticalAlignment": "Center", "margin": { "all": 5, "left": 5, "top": 5, "right": 5, "bottom": 5 }, "marginMeasureType": "Pixels", "signAllPages": false, "font": { "fontFamily": "Times New Roman", "fontSize": 14....Annotation Product Solution GroupDocs...Options objects and object properties SignOptionsCollectio Object...

    docs.groupdocs.cloud/signature/signature-option...
  9. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Annotation Cloud. It will be available...empowers the developers to add annotation functionality in their Web/Mobile...

    blog.groupdocs.cloud/groupdocs.cloud/page/40/
  10. HtmlOptions | Documentation

    HtmlOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all Properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts)....Annotation Product Solution GroupDocs...ImageOptions inherits all properties of ExternalResources Controls...

    docs.groupdocs.cloud/viewer/htmloptions/