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

properties

(0.03 sec)
  1. 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/5/
  2. PdfOptimizationOptions | Documentation

    PdfOptimizationOptions data structure contains the PDF optimization options to apply to the output PDF file. ImageOptions example { "Lineriaze": false, "RemoveAnnotations": false, "RemoveFormFields": false, "ConvertToGrayScale": false, "SubsetFonts": false, "CompressImages": false, "ImageQuality": 100, "ResizeImages": false, "MaxResolution": 300, "OptimizeSpreadsheets": false } ImageOptions fields Name Description Lineriaze Enables optimization the output PDF file for viewing online with a web browser. This optimization 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....CompressImages property to true. ResizeImages Enables...PdfOptimizationOptio.CompressImages property to true. This option allows...

    docs.groupdocs.cloud/viewer/pdfoptimizationopti...
  3. Delete Template | Documentation

    This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of Properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....contains the full list of properties. Name Description Comment...

    docs.groupdocs.cloud/parser/delete-template/
  4. 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...
  5. 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/
  6. 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...
  7. 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/
  8. 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...
  9. A Reliable RESTful API Solution to Optimize PDF...

    GroupDocs.Conversion Cloud is 50+ file format conversion solution. It optimizes PDF file size and linearize PDF for Web with simple REST API calls....Cloud provides following properties to optimize the file size:...

    blog.groupdocs.cloud/conversion/a-reliable-rest...
  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/