Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 1,317 for

pdf to doc

(0.05 sec)
  1. Extract Text | Documentation

    This REST API provides the functionality To extract text from the Document. There are several ways To extract text from a Document: Extract only text; Extract formatted text by setting pages extraction mode option; Extract text from specific pages by setting the pages range. For protected Documents, it is also required To provide a password. The table below contains the full list of properties that can be specified when extracting text from a Document....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...like ZIP archives, emails or PDF portfolios. ContainerItemInfo...

    docs.groupdocs.cloud/parser/extract-text/
  2. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you To To render Documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how To render Document without using cloud sTorage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or Pdf Required. File binary Input file To convert Form data, Required pages string Pages range To render, like “1,2” or “3-5,10” Default value : all pages password string Input Document password Required for password-protected Documents....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...conversion format: HTML, JPG, PNG or PDF Required. File binary Input file...

    docs.groupdocs.cloud/viewer/convert-and-download/
  3. FileInfo | Documentation

    FileInfo data structure used for input files description in various comparison cloud API methods. FileInfo example: { "FilePath": "string", "VersionId": "string", "STorageName": "string", "Password": "string" } Name Description FilePath Path of the file in the cloud sTorage VersionId File Version, can be null or omitted. STorageName Name of the cloud sTorage. Can be omitted, then default sTorage used. Password The password for password-protected Documents (Docx, Pdf, etc)...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...password-protected documents (docx, pdf, etc) Was this page helpful?...

    docs.groupdocs.cloud/comparison/fileinfo/
  4. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need To specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how To extract text by a page number range. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...{ " FilePath ": " pdf \p ages-document.pdf ", " StorageName ":...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...
  5. Join Word Documents using a Word Document Merger

    Follow this guide To learn how To join Word Documents programmatically. GroupDocs.Merger has exposed cloud SDKs and REST APIs To merge Word Documents....українська Polski Working with Docs/Docx files becomes a hassle...have uploaded two different Docs/Docx files on the API cloud...

    blog.groupdocs.cloud/merger/join-word-documents...
  6. Sending Markdown files for translation | Docume...

    How To send Markdown files for translation To the selected languages....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...com/0cd7b09d-4d63-4bcd-a9a5-dfd72897aa17.pdf...ff474526313a24821e98", "savingMode":...

    docs.groupdocs.cloud/translation/file/request/m...
  7. GroupDocs.Parser MCP Server | Document Parsing ...

    Learn how To set up the open-source GroupDocs.Parser Cloud MCP Server, a lightweight MCP wrapper that enables AI agents To extract text, images, and barcodes from Documents in GroupDocs Cloud sTorage....barcodes from over 50 file formats (PDF, Word, Excel, PowerPoint, emails...document formats, including PDF, DOCX, XLSX, PPTX, emails, and...

    blog.groupdocs.cloud/parser/groupdocs-parser-mc...
  8. Verification Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Verification Options objects and object properties VerifyOptionsCollectionData Object Provides list of options for Documents verification. Example VerifyOptionsCollectionData object { "items": [ { "items": [ { "barcodeTypeName": "Code39Standard", "matchType": "Contains", "text": "123456789012", "verifyAllPages": true, "isValid": false, "DocumentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } }, { "password": "1234567890", "certificateGuid": "certificates\SherlockHolmes....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...to verify Text Signature in Pdf Documents. Example PdfVerifyTextOptions...

    docs.groupdocs.cloud/signature/verification-opt...
  9. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Represents view information for PDF document Was this page helpful...

    docs.groupdocs.cloud/viewer/inforesult/
  10. Get Document Information | Documentation

    This REST API allows obtaining basic information about the Document. 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; Document page count. 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.STorageName STorage name It could be omitted for default sTorage....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...like ZIP archives, emails or PDF portfolios. ContainerItemInfo...

    docs.groupdocs.cloud/parser/get-document-inform...