Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 3,367 for

doc to doc

(0.11 sec)
  1. Working With Files | Documentation

    GroupDocs.Classification Cloud Working With Files...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/classification/working-wit...
  2. Available SDKs | Documentation

    GroupDocs.Signature Cloud is a modern REST oriented API, that allows easy integration inTo existing systems. Why use an SDK Using an SDK (API client) is the quickest way for a developer To speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific To your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/signature/available-sdks/
  3. Upload file | Documentation

    How To upload file To Cloud sTorage....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/rewriter/file/upload/
  4. Licensing | Documentation

    Create Account For details on how To create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how To get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you To use Cloud APIs as you would normally. It only applies the limitation To the data that can be processed with the APIs....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/classification/licensing/
  5. 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/
  6. Add Watermarks | Documentation

    This REST API allows adding watermarks inside the Documents. With this API you can add watermarks with following features: The watermark could be either a text or an image: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image To the STorage and then pass the path as a parameter of Watermark operation; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/watermark/add-watermarks/
  7. 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" } ]...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/conversion/conversion-api/
  8. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.Docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.Docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path To the output Document...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  9. Settings | Documentation

    Settings data structure defines comparison process additional settings Settings example: { "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 } Name Description GenerateSummaryPage Indicates whether To add summary page To resultant Document or not ShowDeletedContent Indicates whether To show deleted components in resultant Document or not ShowInsertedContent Indicates whether To show inserted components in resultant Document or not StyleChangeDetection Indicates whether To detect style changes or not InsertedItemsStyle Style for inserted components DeletedItemsStyle Style for deleted components ChangedItemsStyle Style for components with changed style WordsSeparaTorChars An array of delimiters To split text inTo words DetailsLevel The comparison details level (Low, Middle, High) UseFramesForDelInsElements Indicates whether To use frames for shapes in Word Processing and for rectangles in Image Documents CalculateComponentCoordinates Indicates whether To calculate coordinates for changed components MarkChangedContent Indicates whether To use frames for shapes in Word Processing and for rectangles in Image Documents MarkNestedContent Gets or sets a value indicating whether To mark the children of the deleted or inserted element as deleted or inserted CloneMetadata Type of metadata To clone (Default, Source, Target, FileAuthor) MetaData User metadata PasswordSaveOption Type of password saving (None, Source, Target, User) Password User password To resultant Document DiagramMasterSetting Master for Diagram Document OriginalSize Original Document size when picture is compared with other different formats HeaderFootersComparison Control To turn on comparison of header/footer contents PaperSize The result Document paper size (Default, A0, A1, … A8) SensitivityOfComparison A sensitivity of comparison (1....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/settings/
  10. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find the folder in GroupDocs Cloud STorage. API Explorer GroupDocs.EdiTor Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs expose....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/editor/working-with-folder/