Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 5,999 for

microsoft word

(0.79 sec)
  1. Render Excel Data to PDF using REST API in Node.js

    Programmatically render Microsoft Excel spreadsheet data to PDF using a REST API in Node.js with GroupDocs.Viewer Cloud for Node.js SDK....Polski You can easily render Microsoft Excel spreadsheet data to...and image file formats such as Word, Excel, PowerPoint, PDF, Visio...

    blog.groupdocs.cloud/viewer/render-excel-data-t...
  2. Embeddable Document Annotation App for PimCore ...

    Enables end users to collaboratively annotate documents, images and drawings directly from within your PimCore website....file types include: PDF, Microsoft Word, Excel, PowerPoint, Project...

    blog.groupdocs.cloud/annotation/add-comprehensi...
  3. Extract Text from PowerPoint in C# | PPTX to Te...

    Learn how to extract text from PowerPoint presentations using C# .NET. Automate text extraction from PPT and PPTX files with the .NET REST API....formats including PowerPoint, Word, Excel, and PDF. Prerequisites...PPTX formats. 2. Do I need Microsoft PowerPoint installed? No....

    blog.groupdocs.cloud/parser/extract-text-from-p...
  4. Convert Markdown .md file to HTML using Java

    Converts Markdown plain text to HTML using Markdown markup language to HTML APIs. This article is about how to convert Markdown to HTML in Java using REST API....types of files and images like Word, PDF, PowerPoint, Excel, HTML...Python Conversion API Convert Word Documents to PDF using REST...

    blog.groupdocs.cloud/conversion/convert-markdow...
  5. Convert PPT to PDF in Java - A Step-by-Step Guide.

    Learn how to convert PowerPoint to PDF in Java using REST API efficiently. Follow our step-by-step guide using GroupDocs.Conversion Cloud SDK for Java....presentation software developed by Microsoft, and PDF is a widely used...only PowerPoint but also PDFs, Word documents, Excel sheets, CAD...

    blog.groupdocs.cloud/conversion/convert-powerpo...
  6. Convert PDF to PPTX using a REST API in Python ...

    Programmatically Convert PDF to PowerPoint presentation (PPTX) using a REST API on the cloud in Python with Document Conversion Cloud SDK for Python....and images, including all Microsoft Office and OpenDocument file...Editable Word Document with Python Convert Microsoft Project MPP...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  7. Manage Metadata of Documents using Java & .NET ...

    Add metadata, edit, remove & extract metadata from 50+ file formats in Java and C# using REST API and open-source Metadata SDKs for Java and .NET....documents that can be any of the word processing documents, spreadsheets...Type** **File Formats** MS Word / Word Processing Documents DOC...

    blog.groupdocs.cloud/metadata/manipulate-metada...
  8. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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" # Get document information (available formats) curl -v "https://api....doc" , "fileFormat" : "Microsoft Word 97 - 2007 Document" },...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  9. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required...."fileType" : { "fileFormat" : "Microsoft Word Open XML Document" , "extension"...

    docs.groupdocs.cloud/metadata/get-document-info...
  10. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....Some document types like Microsoft Word, Excel, OpenOffice Text...feature is supported for: Microsoft Word documents Spreadsheets...

    docs.groupdocs.cloud/viewer/render-document-wit...