Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 2,975 for

doc to doc

(0.04 sec)
  1. ConversionResult | Documentation

    ConversionResult data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted Document size Size of the converted Document url Page file path in the cloud sTorage. Use this value To download page using File API...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/conversion/conversionresult/
  2. Getting Started | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/merger/getting-started/
  3. Get Document Pages | Documentation

    GetPages method allows To create an image representation of each page of the Document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input Document inTo cloud sTorage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud sTorage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/get-pages/
  4. Pricing Plan | Documentation

    GroupDocs builds incredible easy To use Software as a Service (SaaS) that developers can fully evaluate before committing To buying. To do this, we rely on a slightly different sales model.Please check the Pricing Plan and How To Purchase web-page that gives an overview of our single pricing plan and why there are no “upgrades” or “downgrades”....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/editor/pricing-plan/
  5. Verify Digital Signature | 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 a signed Document. It provides methods To verify Digital Signature in Documents Pages with different options for page number, text and search criteria by using VerificationOptions Objects data in request body. Verify Digital Signature in a Document You can verify Digital Signature in a Document using this API....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/signature/verify-digital-s...
  6. Get Document Information | Documentation

    This API retrieves Document information. It returns an object that contains the Document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used To get Document information. cURL example Request curl -v "https://api.groupDocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer Token>" \ -d "{ 'FilePath': 'annotationDocs/one-page.Docx'} Response { "name": "one-page.Docx", "path": "annotationDocs/one-page....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/get-document-in...
  7. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows To detect changes in different Document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted Document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be cusTomized if needed, changed text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/compare-documents/
  8. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/merger/join-document-cross...
  9. Translating image and scanned PDF files with Gr...

    How To use GroupDocs.Translation Cloud SDK for translating image files....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/translation/file/sdk/image...
  10. UpdatesOptions | Documentation

    UpdatesOptions data structure defines comparison options UpdatesOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "STorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "STorageName": "string", "Password": "string" } ], "Settings": { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparaTorString": "string", "EndSeparaTorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparaTorString": "string", "EndSeparaTorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparaTorString": "string", "EndSeparaTorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparaTorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 }, "OutputPath": "string", "Changes": [ { "Id": 0, "Text": "string", "TargetText": "string", "Authors": [ "string" ], "StyleChangeInfo": [ { "ChangedProperty": "string", "OldValue": "string", "NewValue": "string" } ], "PageInfo": { "Width": 0, "Height": 0, "PageNumber": 0 }, "Box": { "Height": 0, "Width": 0, "X": 0, "Y": 0 } } ] } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/updatesoptions/