Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 2,595 for

doc to doc

(0.04 sec)
  1. 6. Convert Presentation Document with Load Opti...

    This example demonstrates how To convert presentation Documents inTo pdf Documents with load 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 GroupDocs.Conversion Cloud Documentation 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/conversion/convert-present...
  2. 5. Convert PDF Document with Load Options | Doc...

    This example demonstrates how To convert pdf Documents inTo wordprocessing Documents with load 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 GroupDocs.Conversion Cloud Documentation 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/conversion/convert-pdf-doc...
  3. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Annotation-Cloud only The metered license can be used in Docker version of GroupDocs.Annotation-Cloud. Here is an example how To retrieve metered license consumption. You can find more information about Docker version at How To self-host GroupDocs.Annotation Cloud with Docker Note about credits consumption when using metered license in Docker version STorage calls are not charged Annotation API calls charge is based on Document size: 1 credit per call per 20MB Resource URI HTTP GET ~/annotation/consumption...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/metered-consump...
  4. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you To set default font name which may be useful in following cases: You want To generally specify the default font To fall back on if a particular font in a Document cannot be found during rendering; The Document uses a font that contains non-English characters and the you want To make sure that any missing font is replaced with one which has the same character set available....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  5. 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/
  6. 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...
  7. 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...
  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. 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/
  10. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need To SpreadsheeToptions.RenderGridLines property To true in order To render the grid lines. The following code sample shows how To enable rendering of grid lines. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input Document inTo cloud sTorage Render Document or get Document info Download rendered Document from sTorage Steps 1 and 3 are sTorage operations, please refer To this File API Documentation for usage details....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/render-grid-lines/