Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 1,095 for

sample code

(0.49 sec)
  1. 5. Convert PDF Document with Load Options | Doc...

    This example demonstrates how to convert pdf documents into wordprocessing documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body...." \ -d '{ "FilePath": "Pdf/sample.pdf", "Format": "docx", "LoadOptions":...$env:JWT_TOKEN" ` -d "{ 'FilePath': 'Pdf/sample.pdf', 'Format': 'docx', 'LoadOptions':...

    docs.groupdocs.cloud/conversion/convert-pdf-doc...
  2. 2. Convert CSV Document with Load Options | Doc...

    This example demonstrates how to convert the CSV documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....'{ "FilePath": "Spreadsheet/sample.csv", "Format": "pdf", "LoadOptions":..."{ 'FilePath': 'Spreadsheet/sample.csv', 'Format': 'pdf', 'LoadOptions':...

    docs.groupdocs.cloud/conversion/convert-csv-doc...
  3. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. 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...."FilePath": "with_watermarks\\sample.pdf" }, "OutputFolder": "f..."FilePath": "watermark_images\\sample_watermark.png" } } }' Windows...

    docs.groupdocs.cloud/watermark/search-watermarks/
  4. 11. Convert nsf storage to eml documents | Docu...

    This example demonstrates how to convert nsf storage into set of eml documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....$JWT_TOKEN " \ -d '{ "FilePath": "sample.nsf", "Format": "eml", "LoadOptions":...$env:JWT_TOKEN" ` -d "{ 'FilePath': 'sample.nsf', 'Format': 'eml', 'LoadOptions':...

    docs.groupdocs.cloud/conversion/convert-nsf-doc...
  5. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following Code snippet shows how to rotate output pages when viewing a document as PDF...270-degree clockwise; The following code snippet shows how to rotate...{ "FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "PDF"...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  6. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....\ -d '{ "FilePath": "Email/sample.msg", "Format": "pdf", "LoadOptions":...` -d "{ 'FilePath': 'Email/sample.msg', 'Format': 'pdf', 'LoadOptions':...

    docs.groupdocs.cloud/conversion/convert-email-d...
  7. 8. Convert TXT Document with Load Options | Doc...

    This example demonstrates how to convert txt documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body...." \ -d '{ "FilePath": "Text/sample.txt", "Format": "pdf", "LoadOptions":...$env:JWT_TOKEN" ` -d "{ 'FilePath': 'Text/sample.txt', 'Format': 'pdf', 'LoadOptions':...

    docs.groupdocs.cloud/conversion/convert-txt-doc...
  8. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following Code snippet shows how to adjust image quality when rendering to HTML.... Following code snippet shows how to adjust...{ "FilePath": "SampleFiles/sample.pdf" }, "ViewFormat": "HTML"...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  9. Limit count of items to render | Documentation

    GroupDocs.Viewer Cloud allows rendering the items in Outlook Data Files (OST/PST). OutlookOptions is used to set rendering options for OST and PST formats. The following Code Samples show how to render the items in an Outlook Data File by setting a maximum limit. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... The following code samples show how to render the...{ "FilePath": "SampleFiles/sample.ost" }, "ViewFormat": "HTML"...

    docs.groupdocs.cloud/viewer/limit-count-of-item...
  10. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following Code snippet shows how to reorder pages. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... The following code snippet shows how to reorder...{ "FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "HTML"...

    docs.groupdocs.cloud/viewer/reorder-pages/