Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 2,481 for

word annotation

(0.05 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud...Annotation Cloud. These SDKs provide...GroupDocs.Annotation Cloud API to help you seamlessly annotate the...

    blog.groupdocs.cloud/groupdocs.cloud/page/41/
  2. GroupDocs.Viewer Cloud Product Family

    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....Programmatically View, Convert, Annotate, Compare, Digitally Sign,...types include: PDF, Microsoft Word, Excel, PowerPoint, Outlook...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  3. Python convert PDF document to JPG, PNG, or GIF...

    Our PDF to image converter API lets you quickly convert PDF to image format. This article is about how to convert PDF to JPG, PNG, and GIF Images in Python...or programs, allowing for annotations, making it easier to share...using REST API in Python Convert Word Documents to PDF using REST...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  4. Convert document | Documentation

    This example demonstrates how to convert Word processing document into pdf document with default 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 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...demonstrates how to convert word processing document into pdf...

    docs.groupdocs.cloud/conversion/convert-document/
  5. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...docx" , "format" : "Microsoft Word Open XML Document" , "pages"...

    docs.groupdocs.cloud/viewer/get-document-inform...
  6. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....Annotation Product Solution GroupDocs..., "fileFormat" : "Microsoft Word Open XML Document" } SDK examples...

    docs.groupdocs.cloud/merger/get-document-inform...
  7. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....Annotation Product Solution GroupDocs...ObjectsToSearch.WordProcessingObject The word processing searchable objects...

    docs.groupdocs.cloud/watermark/search-watermarks/
  8. 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....Annotation Product Solution GroupDocs...and print out text (lines / words / characters) of each document...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  9. 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...convert specific pages from word processing documents into pdf...

    docs.groupdocs.cloud/conversion/convert-specifi...
  10. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or Word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning PassWord The passWord to open file Should be specified only for passWord-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....Annotation Product Solution GroupDocs...different formats into one pdf or word processing document. The table...

    docs.groupdocs.cloud/merger/join-document-cross...