Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 3,174 for

pdf annotation

(0.15 sec)
  1. Working with Verify Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, Pdf, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....Annotation Product Solution GroupDocs...on document (Cells, Images, PDF, Slides or Words) Signature API...

    docs.groupdocs.cloud/signature/working-with-ver...
  2. Fetching file results | Documentation

    How to fetch the result from the GroupDocs.Rewriter Cloud queue....Annotation Product Solution GroupDocs..."status" : 200 , "message" : "Pdf document paraphrased" , "url"...

    docs.groupdocs.cloud/rewriter/file/fetch/
  3. Extract Images | Documentation

    This REST API provides the functionality to extract images from the document. There are following ways to extract images from a document: Extract all images from the whole document; Extract images from specific document pages by setting pages range. It saves extracted images to the storage so they can be easily downloaded. The API allows extracting images from containers like ZIP archives, Pdf portfolios, Email attachments, MS Outlook storages (PST/OST). For protected documents, it is also required to provide a password....Annotation Product Solution GroupDocs...containers like ZIP archives, PDF portfolios, Email attachments...

    docs.groupdocs.cloud/parser/extract-images/
  4. Comparing different file formats | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...feedback How to compare two PDF files Was this page helpful?...

    docs.groupdocs.cloud/comparison/comparing-diffe...
  5. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including Pdf, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Annotation Product Solution GroupDocs...business formats, including PDF, Microsoft Word, Excel, PowerPoint...

    docs.groupdocs.cloud/signature/get-supported-fi...
  6. Cloud on Document Automation REST APIs | GroupD...

    Cloud on Document Automation REST APIs | GroupDocs Cloud Recent content in Cloud on Document Automation REST APIs | GroupDocs Cloud GroupDocs.Annotation Cloud SDK برای جاوا و روبی اکنون در دسترس اس......Annotation Cloud SDK برای جاوا و روبی...استفاده شود. نسل بعدی GroupDocs.Annotation Cloud به زودی در دسترس خواهد...

    blog.groupdocs.cloud/fa/tag/cloud/index.xml
  7. How to self-host GroupDocs.Conversion Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Annotation Product Solution GroupDocs..."WordProcessing/four-pages.docx" , Format = "pdf" , OutputPath = "converted" };...

    docs.groupdocs.cloud/conversion/self-host-with-...
  8. Cloud on Document Automation REST APIs | GroupD...

    Cloud on Document Automation REST APIs | GroupDocs Cloud Recent content in Cloud on Document Automation REST APIs | GroupDocs Cloud 适用于 Java 和 Ruby 的 GroupDocs.Annotation Cloud SDK 现已推出 GroupDocs.c......Annotation Cloud SDK 现已推出 GroupDocs...可在您的应用程序中用于文档转换功能。 下一代GroupDocs.Annotation Cloud即将推出 Cloud REST API...

    blog.groupdocs.cloud/zh/tag/cloud/index.xml
  9. Cloud on Document Automation REST APIs | GroupD...

    Cloud on Document Automation REST APIs | GroupDocs Cloud Recent content in Cloud on Document Automation REST APIs | GroupDocs Cloud Java および Ruby 用の GroupDocs.Annotation Cloud SDK が利用可能になりました Group......Annotation Cloud SDK が利用可能になりました GroupDocs...ンで使用できます。 次世代の GroupDocs.Annotation Cloud が間もなく利用可能になります GroupDocs...

    blog.groupdocs.cloud/ja/tag/cloud/index.xml
  10. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....Annotation Product Solution GroupDocs...output page when rendering as PDF or image.Supported values {Unknown...

    docs.groupdocs.cloud/viewer/renderoptions/