Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 6,003 for

microsoft word

(0.12 sec)
  1. Extract Specific Data from PDF using Python | R...

    Programmatically Extract Specific Data from PDF using a REST API on the cloud in Python with Document Parser Cloud SDK for Python....extract data from your PDF or Word documents using a user-defined...types such as PDF documents, Microsoft Office documents, and OpenDocument...

    blog.groupdocs.cloud/parser/extract-specific-da...
  2. 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 Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page....docx" , "fileFormat" : "Microsoft Word Open XML format" , "size"...

    docs.groupdocs.cloud/annotation/get-document-in...
  3. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...explanatory annotations for specific words, phrases and regions of the...document formats like PDF, Words, Spreadsheet, Presentation,...

    blog.groupdocs.cloud/groupdocs.cloud/page/44/
  4. GroupDocs.Viewer 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....document formats like PDF, Words, Spreadsheet, Presentation,...business file formats like PDF, Word, Excel, PowerPoint, Visio, Project...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  5. Convert JPG to PDF C#| JPEG in to PDF using .NE...

    Learn how to convert JPG or JPEG images into professional, print-ready PDF in C#. Guide covers setup, coding for JPEG to PDF using REST API and cURL....applications like Adobe Acrobat or Microsoft Office. Can I convert multiple...C# .NET Extract Images from Word Document in C# .NET Convert...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  6. Convert JPG to PDF C#| JPEG in to PDF using .NE...

    Learn how to convert JPG or JPEG images into professional, print-ready PDF in C#. Guide covers setup, coding for JPEG to PDF using REST API and cURL....applications like Adobe Acrobat or Microsoft Office. Can I convert multiple...C# .NET Extract Images from Word Document in C# .NET Convert...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  7. Convert HTML to PDF using REST API in Ruby

    Instantly convert HTML files to PDF format with free online converter. This article is about how to convert HTML to PDF using REST API in Ruby....documents and images such as Word, PowerPoint, Excel, PDF, HTML...REST API in Python Convert Microsoft Project MPP to PDF using REST...

    blog.groupdocs.cloud/conversion/convert-html-to...
  8. Change HTML to PDF using REST API in Python | H...

    Change HTML files to PDF documents using a REST API on the cloud in Python with Document Conversion Cloud SDK for Python....documents and images such as Word, PowerPoint, Excel, PDF, HTML...REST API in Python Convert Microsoft Project MPP to PDF using REST...

    blog.groupdocs.cloud/conversion/convert-html-to...
  9. Working with Data | Documentation

    Programming techniques, designed to apply data filtering, grouping and formatting throughout the Report Generation process using GroupDocs Assembly Cloud....article “ ”, submitted by Microsoft. For example, given that d...Capitalizes a first letter of every word in a string The String firstCap...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  10. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“docx”, for example)....defaultFont Default font for Words document. fontSubstitutes Substitute...specific fonts when converting Words document. password Password...

    docs.groupdocs.cloud/conversion/loadoptions/