Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 3,791 for

document annotation

(0.04 sec)
  1. Rendering MS Project Documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/rendering-ms-projec...
  2. Advanced usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud...

    docs.groupdocs.cloud/conversion/advanced-usage/
  3. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud... PDF (Portable Document Format) is a reliable, secure...text, structuring elements, annotations, and graphics. You can convert...

    blog.groupdocs.cloud/groupdocs.cloud/page/17/
  4. Convert Specific Pages | Documentation

    This example demonstrates how to convert specific pages from word processing Documents into pdf Documents. 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 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....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud...

    docs.groupdocs.cloud/conversion/convert-specifi...
  5. Add annotations using REST API in Python

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate Documents of almost all the popular file formats....developer, you can annotate any PDF document programmatically on...focusing on how to annotate PDF documents using a REST API in...

    blog.groupdocs.cloud/tag/add-annotations-using-...
  6. 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...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/renderoptions/
  7. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of Document formats with different signature types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures...digitally sign 20+ business document file formats including PDF...Ruby Cloud SDKs for Annotating Document Formats # The first releases...

    blog.groupdocs.cloud/total/groupdocs.cloud-janu...
  8. Overview | Documentation

    GroupDocs.Viewer Cloud Overview...Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/overview/
  9. Features Overview | Documentation

    GroupDocs.Metadata Cloud is a powerful and easy to use metadata management REST API which allows users to read and edit metadata associated with various Document, image, audio, video and many other formats. The API also provides operations to extract metadata, add, search, modify and remove metadata in supported file formats. Below you may find an overview for the most valuable features. Extracting Metadata Using the GroupDocs.Metadata Cloud you can extract desired metadata properties from files of different types....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Metadata Cloud...

    docs.groupdocs.cloud/metadata/features-overview/
  10. Working with Conversion API | Documentation

    This API intended for convert the Document to specified target format. URI ~/ HTTP POST Example 2 (Convert Document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud...

    docs.groupdocs.cloud/conversion/conversion-api/