Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 8,318 for

page

(0.44 sec)
  1. 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....browser to display the first pages of a PDF file when you open...characters of 32-127 codes. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/viewer/pdfoptimizationopti...
  2. Get Supported File Formats | Documentation

    This REST API allows getting list of all file formats supported by GroupDocs.Editor Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the values in the CLIENT_ID and CLIENT_SECRET environment variables....Formats Leave feedback On this page This REST API allows getting...get_supported_file_formats () Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/editor/get-supported-file-...
  3. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Formats Leave feedback On this page GroupDocs.Comparison Cloud REST... getMessage ()); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/get-supported-f...
  4. Parse by Template And AI | Documentation

    This REST API allows us to extract document’s fields defined in a template object passed as a method parameter by using LLM. The following example demonstrates how to extract data from a source document by a user-defined template and modern well updated LLM. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the AI Parse example. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....And AI Leave feedback On this page This REST API allows us to extract...aIParse ( request ); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/parser/parse-by-template-a...
  5. Extract Images from the Whole Document | Docume...

    This REST API allows extracting images from the whole document by default. Document could be a file of any supported formats.You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract image from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Document Leave feedback On this page This REST API allows extracting...your project. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/parser/extract-images-from...
  6. Evaluate GroupDocs.Metadata | Documentation

    Note You can easily create a trial account on GroupDocs.Metadata Cloud for evaluation. Please visit our Trial for GroupDocs.Cloud document Page You get access to all the features of GroupDocs.Metadata Cloud using free trial plan with monthly data processing limit. There are no limitations and no evaluation messages on documents This plan is intended to give you a good idea of the service’s capabilities and let you do some early development....granted when you and Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/metadata/evaluate-groupdoc...
  7. Technical Support | Documentation

    GroupDocs provides unlimited free technical support for all its products. The support is available to all users, including evaluation. If you need help with GroupDocs.Classification Cloud, consider the following: The main avenue for support is the GroupDocs Cloud Forums. Post your question in the GroupDocs.Classification Forum and it will be answered within a few hours Please note, GroupDocs does not provide technical support over the phone. Phone support is only available for sales and purchase questions When expecting a reply in the forums, please allow for time zone differences...time zone differences Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/classification/technical-s...
  8. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected Page numbers. You can specify a list of the document Pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third 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....Render selected pages Render selected pages Leave feedback On...On this page GroupDocs.Viewer Cloud also provides the features...

    docs.groupdocs.cloud/viewer/render-selected-pages/
  9. Backroung Brush and Stamp Brush Styles Signatur...

    Ruby SDK release for public use of GroupDocs.Viewer cloud features in Ruby based applications....whole document, page by page or custom range of pages. It also provides...Information Working With Document Pages Page Resources Fonts Resource...

    blog.groupdocs.cloud/viewer/introduction-of-rub...
  10. 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....coordinates Leave feedback On this page GroupDocs.Viewer Cloud provides...characters) of each document page with coordinates. API Usage...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...