Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 3,844 for

name

(0.09 sec)
  1. How to Convert Word to TIFF File Format using Ruby

    TIFF Tag Image File Format is used to store raster graphics and images information. This article is about how to convert Word to TIFF file format using Ruby...ConvertSettings Set the storage name and word file path Provide “tiff”...ConvertSettings Set the storage name and word file path Provide “tiff”...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  2. Convert Word to PDF in Node.js | DOCX to PDF On...

    Learn how to convert Microsoft Word documents (DOC, DOCX) to PDF using Node.js API. A reliable and scalable REST API for Word to PDF transformation....Please replace inputFile with the name of input Word document, resultantPDF...resultantPDF with the name of resultant PDF file and JWT_TOKEN with...

    blog.groupdocs.cloud/conversion/convert-doc-to-...
  3. Convert PDF to Word in Node.js | PDF to DOCX or...

    Learn how to convert PDF to editable Word format (DOC/DOCX) using Node.js API. Easily export PDF content to Microsoft Word documents online....Please replace inputFile with the name of input PDF document, resultantDOCX...resultantDOCX with the name of resultant Word document and JWT_TOKEN...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  4. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage Name|It could be omitted for default storage.... |Name|Description|Comment |FileInfo...|FileInfo.StorageName|Storage name|It could be omitted for default...

    docs.groupdocs.cloud/watermark/get-document-inf...
  5. Node.js: Convert MPP to PDF | MS Project MPP to...

    Learn how to easily convert MS Project (MPP) files to PDF format using GroupDocs.Conversion Cloud SDK for Node.js. Fast and accurate MPP to PDF conversion....Please replace sourceMPP with the name of input MS Project file, convertedFile...convertedFile with the name of resultant PDF file and accessToken...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  6. Convert JSON to HTML in Node.js | JSON to Web F...

    Easily convert JSON to HTML using GroupDocs.Conversion Cloud SDK for Node.js. Learn how to generate clean HTML from structured JSON files with RESTful API....with the name of input JSON file, myResultant with the name of resultant...

    blog.groupdocs.cloud/conversion/convert-json-to...
  7. GroupDocs.Comparison | Introduction of PHP SDK ...

    This monthly release is allowing users to get Changes in table of content, Image and Html Comparison also compare annotations as result document file path or stream....[ 'folder' => 'comparison', 'name' => $targetName, 'password'...ComparisonFileInfo( [ 'folder' => '', 'name' => 'source.docx', 'password'...

    blog.groupdocs.cloud/comparison/introduction-of...
  8. Upload file to my storage and create call to co...

    Hello there , first thanks for your time and help, i like to ask if is posible some one guide me about how upload a file to my storage and make a call to convert it, i already get my token with curl, using my client_id …... Method parameters: Name Type Description Comment format...

    forum.groupdocs.cloud/t/upload-file-to-my-stora...
  9. 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...docx' } Name Description SourceFile about...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  10. 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" } ]..."converted" } Response [ { "name" : "one-page.pdf" , "size" :...

    docs.groupdocs.cloud/conversion/conversion-api/