Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 2,988 for

one

(0.07 sec)
  1. Drupal Document Viewer Module | GroupDocs

    Aspose File Format APIs updates, new feature announcements, enhancements and fixes. Aspose Newsletter - February 2017...Newsletter February, 2017 All-in-One Documents Manipulation APIs Suite...front end or extend the existing one. We would recommend you to explore...

    blog.groupdocs.cloud/viewer/product-updates-new...
  2. ConversionResult | Documentation

    ConversionResult data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "One-page.pdf", "size": 17958, "url": "converted/One-page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted document size Size of the converted document url Page file path in the cloud storage. Use this value to download page using File API...ConversionResult example [ { "name" : "one-page.pdf" , "size" : 17958 ,... "url" : "converted/one-page.pdf" }, ... ] ConversionResult fields...

    docs.groupdocs.cloud/conversion/conversionresult/
  3. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage...ObjectExistsRequest ( "viewerdocs/one-page.docx" , Common . MyStorage...ObjectExistsRequest ( "viewers\\one-page.docx" , Utils . MYStorage...

    docs.groupdocs.cloud/viewer/working-with-storage/
  4. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of June 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs.... Convert ONE, DGN, DNG, VSSX and VSTX Documents...that allows converting from ONE, DGN, DNG, VSSX and VSTX file...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  5. Text Strikeout Annotation | Documentation

    Text Strikeout annotation marks text fragment with a strikethrough styling API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api...."FilePath": "annotationdocs/one-page.docx" }, "OutputPath": "Output/output...'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': 'Output/output...

    docs.groupdocs.cloud/annotation/text-strikeout-...
  6. How to Combine Multiple Word Documents using Py...

    Our API is designed to merge documents and files in various formats online. This article is about how to combine multiple word documents using Python....multiple word documents into one word document online instead...instead of processing files one by one. As a Python developer, you can...

    blog.groupdocs.cloud/merger/how-to-combine-mult...
  7. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...to image because an image is one of the major data components...multiple word documents into one word document online instead...

    blog.groupdocs.cloud/groupdocs.cloud/page/28/
  8. GroupDocs Newsletter July 2017– Document Manipu...

    GroupDocs developer newsletter of July 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....converting to XPS, SVG, OTP, WebP, ONE, OTS, EMF, DNG, DGU, DjVu, Mobi....NET products packaged into one product suite. GroupDocs.Total...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  9. 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...."FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell...'FilePath': 'annotationdocs/one-page.docx' }" Windows CMD curl...

    docs.groupdocs.cloud/annotation/get-document-in...
  10. Change Page Orientation in Word Documents using...

    Change One page orientation in word to make word landscape or portrait using Python. Let's see how to change page orientation in Word documents using Python...change the page orientation for one page or multiple pages in word...code example to see how to make one page landscape in word. Landscape...

    blog.groupdocs.cloud/merger/change-page-orienta...