Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 3,375 for

doc to doc

(0.48 sec)
  1. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the get supported file types example. HTTP POST ~~/formats cURL example The following example demonstrates how To get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # The environment variables CLIENT_ID and CLIENT_SECRET must be set....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."formats" : [ { "extension" : ".doc" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/parser/get-supported-file-...
  2. Digital Signing of PDF Documents in Node.js wit...

    Hello, first post here. I followed the Node.js SDK example and so far I got this: certificate = Assets.getBinary('keySTore.pfx') imagePath = Assets.getBinary('base_icon_transparent_background.png') axios.get(url, { re…...groupdocs": (doc) -> unless @userId return false..."https://api.groupdocs.cloud" url = doc.url certificate = Assets.getBinary('keyStore...

    forum.groupdocs.cloud/t/digital-signing-of-pdf-...
  3. Compare Word Documents | Compare DOCX Files Onl...

    How To compare Word Documents in C# .NET. A guide To compare 2 Documents in Word, identify differences, and highlight changes using Word comparison Tools....How to compare Word Documents (DOC, DOCX) using C# .NET. When working...tools, you can compare 2 Word docs , highlight differences, and...

    blog.groupdocs.cloud/comparison/compare-word-do...
  4. GroupDocs.Conversion Cloud Product Family

    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....PDF files to Word documents (DOC or DOCX) programmatically on...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  5. Supported Document Formats | Documentation

    The following table contains a full list of file formats that are currently supported by GroupDocs.Metadata Cloud. Format Description Load Save Remarks Doc Microsoft Word 97 - 2007 Document. ✔ ✔ *.Doc versions starting from Microsoft Word 95 DOT Microsoft Word 97 - 2007 Template. ✔ ✔ DocX Office Open XML WordprocessingML Document (macro-free). ✔ ✔ DocM Office Open XML WordprocessingML Macro-Enabled Document. ✔ ✔ DOTX Office Open XML WordprocessingML Template (macro-free)....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Word 97 - 2007 Document. ✔ ✔ *.doc versions starting from Microsoft...

    docs.groupdocs.cloud/metadata/supported-documen...
  6. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example To get Document information curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."formats" : [ { "extension" : ".doc" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  7. Supported File Formats | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud is a REST API To create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."Microsoft Word" , "extension" : ".doc" }, { "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/signature/supported-file-f...
  8. Summarize Documents in C# | Document Summarizat...

    How To summarize Document content using .NET REST API. Create concise summaries of PDFs, Word files, and text Documents using AI-powered summarization....file formats including PDF , DOC / DOCX , HTML , Markdown , TXT...

    blog.groupdocs.cloud/rewriter/summarize-documen...
  9. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API To create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupDocs.cloud/v2.0/signature/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_ToKEN" Windows PowerShell curl....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Format" }, { "extension" : ".doc" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/signature/get-supported-fi...
  10. Parse Word Documents using REST API in Python

    Programmatically parse Word Documents and extract Text & Images using a REST API on the cloud in Python with GroupDocs.Parser Cloud SDK for Python.... We can easily parse DOC or DOCX files and extract all...

    blog.groupdocs.cloud/parser/parse-word-document...