Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 847 for

doc to pdf

(0.1 sec)
  1. Working with Verify Collection | 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 multiple signatures in a Document. For example, you can verify whether a Document contains Text and Barcode Signatures at same time. To verify list of signatures on Document (Cells, Images, Pdf, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...on document (Cells, Images, PDF, Slides or Words) Signature API...

    docs.groupdocs.cloud/signature/working-with-ver...
  2. Extract Images | Documentation

    This REST API provides the functionality To extract images from the Document. There are following ways To extract images from a Document: Extract all images from the whole Document; Extract images from specific Document pages by setting pages range. It saves extracted images To the sTorage so they can be easily downloaded. The API allows extracting images from containers like ZIP archives, Pdf portfolios, Email attachments, MS Outlook sTorages (PST/OST). For protected Documents, it is also required To provide a password....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...containers like ZIP archives, PDF portfolios, Email attachments...

    docs.groupdocs.cloud/parser/extract-images/
  3. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability To find Digital signatures that are applied To Document and returns its digital signature certificate. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Search signatures For sTorage operations, like uploading or downloading Documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser. cURL example 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...'signaturedocs/signedDigital_sample2.pdf' }, 'Options': [ { 'AllPages':...

    docs.groupdocs.cloud/signature/search-for-digit...
  4. Translating files with GroupDocs.Translation SD...

    How To use GroupDocs.Translation Cloud SDK for translating files....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...filePath = "/path/to/myfile.pdf" ; string savePath = "/path/to/savefile/"...

    docs.groupdocs.cloud/translation/file/sdk/
  5. Verify digital signatures | Documentation

    GroupDocs.Signature Cloud provides a method To verify if the signatures with given properties are present in a Document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Verify signatures For sTorage operations, like uploading or downloading Documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'signaturedocs/signedDigital_sample2.pdf' }, 'Options': [ { 'AllPages':...

    docs.groupdocs.cloud/signature/verify-digital-s...
  6. how to split a word document into separate file...

    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.... 本文將涵蓋以下主題: Word DOC 拆分器 REST API 和 Node.js SDK 在...中使用 REST API 按頁面範圍分隔頁面 Word DOC 拆分器 REST API 和 Node.js SDK 要拆分...

    blog.groupdocs.cloud/zh-hant/tag/how-to-split-a...
  7. Documentation

    GroupDocs Cloud Documentation Homepage...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Documentation Powerful API to merge PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.cloud/
  8. conversion.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://Docs.groupDocs.cloud/conversion/add-watermark/ weekly 0.5 https://Docs.groupDocs.cloud/conversion/adva......org/1999/xhtml https://docs.groupdocs.cloud/conversion/add-watermark/...termark/ weekly 0.5 https://docs.groupdocs.cloud/conversion/advanced-usage/...

    docs.groupdocs.cloud/sitemaps/conversion.xml
  9. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To search multiple signatures in a Document. For example, you can search whether a Document contains Text and Barcode Signatures at same time. To search list of signatures on Document (Cells, Images, Pdf, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...on document (Cells, Images, PDF, Slides or Words) Signature API...

    docs.groupdocs.cloud/signature/working-with-sea...
  10. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all Document formats. Each option may correspond To one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "STorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows To set rendering format, available values are: HTML, JPG, PNG, Pdf....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...values are: HTML, JPG, PNG, PDF. Default value is “HTML”. FileInfo...

    docs.groupdocs.cloud/viewer/viewoptions/