Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 40 for

dimension

(0.04 sec)
  1. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Dimension The dimension of a watermark to search...SizeSearchCriteria.Maximum Dimension ending value SizeSearchCriteria...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  2. 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....Dimension The dimension of a watermark to search...SizeSearchCriteria.Maximum Dimension ending value SizeSearchCriteria...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  3. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. 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....Dimension The dimension of the watermark to...SizeSearchCriteria.Maximum Dimension ending value SizeSearchCriteria...

    docs.groupdocs.cloud/watermark/search-watermarks/
  4. Add HTML5-Based Document Annotation Functionali...

    GroupDocs.Annotation add-on enables users to collaboratively review and annotate documents of more than 50 business formats within your eZ Publish site....to a completely different dimension. It allows multiple parties...

    blog.groupdocs.cloud/annotation/enhance-ez-publ...
  5. GroupDocs.Annotation Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....to a completely different dimension. It allows multiple parties...

    blog.groupdocs.cloud/categories/groupdocs.annot...
  6. GroupDocs Newsletter September 2017– APIs Updat...

    GroupDocs developers newsletter September 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....manageable properties such as dimension, alignment and protection...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  7. GroupDocs.Total Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....manageable properties such as dimension, alignment and protection...

    blog.groupdocs.cloud/categories/groupdocs.total...
  8. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...to a completely different dimension. It allows multiple parties...

    blog.groupdocs.cloud/groupdocs.cloud/page/44/
  9. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...manageable properties such as dimension, alignment and protection...

    blog.groupdocs.cloud/groupdocs.cloud/page/42/
  10. 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....want to change output image dimensions. When Width has value and...want to change output image dimensions. When Height has value and...

    docs.groupdocs.cloud/viewer/imageoptions/