Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 501 for

properties

(0.07 sec)
  1. 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....Options objects and object properties SignOptionsCollectio Object...- Width and Height. (This property is obsolete.) Left int Specifies...

    docs.groupdocs.cloud/signature/signature-option...
  2. Annotate PDF Documents using REST API in PHP | ...

    Programmatically Annotate PDF documents using a REST API on the cloud in PHP with Document Annotation Cloud SDK for PHP. Add multiple annotations using PHP.... Next, set annotation properties e.g., position, type, text...AnnotateApi . Next, set annotation properties e.g., position, text, etc...

    blog.groupdocs.cloud/annotation/annotate-pdf-do...
  3. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...wide range of methods and properties. Follow this guide to learn...

    blog.groupdocs.cloud/groupdocs.cloud/page/6/
  4. Convert XLSX in GroupDocs.Conversion Cloud Cont...

    Hello, when converting XLSX to XLSX, I see that some rows are missing. for example, the ones that are painted yellow under line 38. or the empty ones between the value “123” and the upper lines. attached is the example…...setting the skipEmptyRowsAndColu property of the LoadOptions object... dwf, stl, Ifc, plt, Igs Properties Description width Page width...

    forum.groupdocs.cloud/t/convert-xlsx-in-groupdo...
  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....ImageOptions inherits all properties of Width Allows to specify...

    docs.groupdocs.cloud/viewer/imageoptions/
  6. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all Properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions....fields PdfOptions inherits all properties of DocumentOpenPassword The...

    docs.groupdocs.cloud/viewer/pdfoptions/
  7. Node.js Annotation API | How to Put a Line Thro...

    Learn how to implement strikethrough text in PDF documents using Node.js and REST API. Enhance your PDF manipulation capabilities with a step-by-step guide for developers....With the API, you can set properties such as the strikethrough...thickness. You can adjust these properties according to your requirements...

    blog.groupdocs.cloud/annotation/strikethrough-t...
  8. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark Properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of Properties....may replace found watermark properties: watermark image, text or/and...contains the full list of properties. Name Description Comment...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  9. 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....about the document and it’s properties. It returns data structure...which contains the list of properties: Document file format File...

    docs.groupdocs.cloud/comparison/get-document-in...
  10. Extract Text | Documentation

    This REST API provides the functionality to extract text from the document. There are several ways to extract text from a document: Extract only text; Extract formatted text by setting pages extraction mode option; Extract text from specific pages by setting the pages range. For protected documents, it is also required to provide a password. The table below contains the full list of Properties that can be specified when extracting text from a document....contains the full list of properties that can be specified when...

    docs.groupdocs.cloud/parser/extract-text/