Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 1,963 for

value

(0.05 sec)
  1. How to Rotate PDF Pages using Rest API in Ruby

    Rotate or flip PDF files or specific pages in PDF document by defining degrees. This article is about how to rotate PDF pages using Rest API in Ruby....enumeration to select a suitable value of rotation in the clockwise...number and end page number values; Set the desired page rotation...

    blog.groupdocs.cloud/merger/how-to-rotate-pdf-p...
  2. GroupDocs.元数据云|元数据处理 Java SDK

    Java Rest API和Cloud SDK将在云中设置,获取和更新元数据。搜索并提取所需的元数据,而不是穿越整个文件元数据树。...部分(可能的)标签名称 Set the metadata values into existing metadata properties...traverse traverser tag name value pair cloud storage 简体中文 English...

    releases.groupdocs.cloud/zh/metadata/java/
  3. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered. The following code sample shows how to render N consecutive pages of a document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  4. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join 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.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api....modes for the image joining Values: Horizontal, Vertical Resource...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/join-images/
  5. Extract and Manipulate Metadata of Images using C#

    Programmatically Extract and Manipulate Metadata of Images using a REST API on the cloud in C# with Metadata Manipulation Cloud SDK for .NET...model Define AddOptions Set Value and SearchCriteria for the property...

    blog.groupdocs.cloud/2021/04/20/extract-and-man...
  6. Overlay image in PDF document issue with PHP us...

    I’m adding an image or adding a logo, on the top of the existing logo within the document using the annotation PHP SDK. It does not replace the image, even the image which I’m using, having a white background. Ideally…... Now you can set ZIndex value > 1 to get the image on top...

    forum.groupdocs.cloud/t/overlay-image-in-pdf-do...
  7. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages into HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how to adjust output page size.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  8. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  9. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder pages. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/reorder-pages/
  10. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/adjust-image-quality/