Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 1,433 for

document information

(0.1 sec)
  1. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source Document. The result is a new Document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to Document in storage. For protected Documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping Document pages....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Merger Cloud...

    docs.groupdocs.cloud/merger/swap-pages/
  2. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source Document. There are several ways to specify page numbers to be removed from a Document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected Documents, it is also required to provide a password....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Merger Cloud...

    docs.groupdocs.cloud/merger/remove-pages/
  3. 下一代GroupDocs.Annotation Clou首次公开发布

    GroupDocs.Annotation for Cloud API 为开发人员提供了一个 API,用于创建支持文本和图形注释的高级在线文档注释工具...// Import annotations from document var response = apiInstance...when getting Annotation Information: " + e.Message); } 导出注释 #...

    blog.groupdocs.cloud/zh/annotation/first-public...
  4. Product overview | Documentation

    An introduction to GroupDocs.Translation Cloud service and how it can solve everyday business needs....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Acquisition GroupDocs Cloud Documentation / GroupDocs.Translation...

    docs.groupdocs.cloud/translation/product-overview/
  5. Delete Annotations | Documentation

    Delete method allows to remove all added annotations. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input Document into cloud storage and other files, like image annotation Add annotation Download Document with annotations Delete annotations HTTP POST ~/annotation/remove Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Annotation Cloud...

    docs.groupdocs.cloud/annotation/delete-annotati...
  6. Merge JPG Files into one in Java

    Learn how to merge multiple JPG images into one using GroupDocs.Merger Cloud SDK for Java. Get step-by-step instructions for using this tool....extract, rotate, change the document orientation to portrait or...cloud. It is a cloud-based document manipulation and cross-platform...

    blog.groupdocs.cloud/merger/merge-multiple-jpg-...
  7. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) Documents are a specific form of text-based spreadsheets with delimiters (separators). There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input Document into cloud storage Load the Document into editable representation in the cloud storage (HTML file and resources) Download HTML Document (and resources, if needed) from storage Edit HTML Document at client side Upload HTML Document back into the storage Save the edited Document into Spreadsheet format in the storage Download saved Document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Editor Cloud...

    docs.groupdocs.cloud/editor/working-with-dsv-do...
  8. Working with Presentations | Documentation

    Presentation Documents are presented by many formats: PPT, PPTX, PPTM, PPS(X/M), POT(X/M) and others, which are supported by GroupDocs.Editor Cloud as a separate format family among all others. Same as for all other family formats, the Presentation family has its own load and saves options. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input Document into cloud storage Load the Document into editable representation in the cloud storage (HTML file and resources) Download HTML Document (and resources, if needed) from storage Edit HTML Document at client side Upload HTML Document back into the storage Save the edited Document into Spreadsheet format in the storage Download saved Document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Editor Cloud...

    docs.groupdocs.cloud/editor/working-with-presen...
  9. 8. Convert to HTML Format | Documentation

    This example demonstrates how to convert word processing Document into html Document with advanced conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input Document into cloud storage Convert Document Download converted Document from storage Steps 1 and 3 are storage operations, please refer to the File API Documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted Document in the response body...Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud...

    docs.groupdocs.cloud/conversion/convert-to-html...
  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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/imageoptions/