Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 3,606 for

import

(0.06 sec)
  1. Get View Info for PDF Document | Documentation

    GroupDocs.Viewer Cloud provides additional information for PDF documents when calling Info method. Following example demonstrates how to retrieve view information for PDF 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. Swagger UI lets you call this REST API directly from the browser....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...package RenderingPdfDocument import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/viewer/get-view-info-for-p...
  2. 1. Convert CAD Document with Load Options | Doc...

    This example demonstrates how to convert cad document into pdf document with load 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 this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....rsion-cloud-python-samples import groupdocs_conversion_cloud...oud-go-samples package cad import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/conversion/convert-cad-doc...
  3. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...view_options ) Go package imageViewer import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  4. Verify QR-code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....groupdocs_signature_cloud import * import groupdocs_signature_cloud...

    docs.groupdocs.cloud/signature/verify-qr-code-s...
  5. Extract PDF Pages in Java | PDF Extractor

    Learn how to extract pages from PDF in Java and separate PDF pages online. This article provides step-by-step guide on how to use GroupDocs.Merger API....Cloud SDK for Java: Firstly, import the required classes into your...applying the pages range: Firstly, import the required classes into your...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  6. Rotate PDF Pages Online in Java

    Learn how to rotate PDF pages programmatically in Java using GroupDocs.Merger Cloud SDK. Explore the features, setup process, and advanced rotation options....Java application: Firstly, import the required classes into your...custom rotation angles: Firstly, import the required classes into your...

    blog.groupdocs.cloud/merger/how-to-rotate-pdf-p...
  7. 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....iewer-cloud-python-samples import groupdocs_viewer_cloud client_id...package RenderingSpreadsheet import ( "fmt" "github.com/groupd...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  8. 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....groupdocs_merger_cloud import * import groupdocs_merger_cloud...

    docs.groupdocs.cloud/merger/join-images/
  9. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...rsion-cloud-python-samples import groupdocs_conversion_cloud...go-samples package convert import ( "fmt" "os" "github.com/g...

    docs.groupdocs.cloud/conversion/convert-documen...
  10. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows to create document preview images, one per page. Image size and format can be set as options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....groupdocs_comparison_cloud import * import groupdocs_comparison_cloud...

    docs.groupdocs.cloud/comparison/create-document...