Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 1,144 for

sample code

(0.13 sec)
  1. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....--data-binary "@path/to/file" Resonse Code 200 <binary file> SDK examples...Open ( "Resources/SampleFiles/sample.docx" ) if err != nil { fmt...

    docs.groupdocs.cloud/viewer/convert-and-download/
  2. 7. Convert Spreadsheet Document with Load Optio...

    This example demonstrates how to convert Spreadsheet 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.xlsx', 'Format': 'pdf', 'LoadOptions':...: "sample.pdf" , "size" : 20072 , "path" : "Output/sample.pdf"...

    docs.groupdocs.cloud/conversion/convert-spreads...
  3. 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....token>" -d "{ 'FilePath': 'Text/sample.txt', 'Format': 'pdf', 'LoadOptions':...: "sample.pdf" , "size" : 20072 , "path" : "Output/sample.pdf"...

    docs.groupdocs.cloud/conversion/convert-txt-doc...
  4. 10. Convert Html document with load options | D...

    This example demonstrates how to convert html document into pdf document 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 the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...token>" -d "{ 'FilePath': 'Html/sample.html', 'Format': 'pdf', 'LoadOptions':...: "sample.pdf" , "size" : 20072 , "path" : "Output/sample.pdf"...

    docs.groupdocs.cloud/conversion/convert-html-do...
  5. Render Outlook Data File Folder | Documentation

    GroupDocs.Viewer Cloud renders messages from all folders (including nested folders) by default. When you need to render items from a specific folder, set Folder property of the OutlookOptions class as shown in the example below. Please note that you should use the following convention for naming folders and subfolders to specify it in FolderName option: {Parent folder name}~~{Sub folder name}. Thus, if you need to render items from Inbox folder just specify Folder = “Inbox”; when you need to render subfolder named “Orion” that resides in a folder named “Urgent” that in turn resides in Inbox, set: Folder = “Inbox~~\Urgent~~\Orion”.... The following code samples show how to use this...{ 'FilePath': 'SampleFiles/sample.ost' }, 'ViewFormat': 'HTML'...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  6. 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....token>" -d "{ 'FilePath': 'sample.nsf', 'Format': 'eml', 'LoadOptions':...'Output' }" Response [ { "name" : "sample_1.eml" , "size" : 55674 , "path"...

    docs.groupdocs.cloud/conversion/convert-nsf-doc...
  7. 4. Convert One Note Document with Load Options ...

    This example demonstrates how to convert one note 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....token>" -d "{ 'FilePath': 'Note/sample.one', 'Format': 'pdf', 'LoadOptions':...: "sample.pdf" , "size" : 20072 , "path" : "Output/sample.pdf"...

    docs.groupdocs.cloud/conversion/convert-one-not...
  8. 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....token>" -d "{ 'FilePath': 'Pdf/sample.pdf', 'Format': 'docx', 'LoadOptions':...'Output' }" Response [ { "name" : "sample.docx" , "size" : 20072 , "path"...

    docs.groupdocs.cloud/conversion/convert-pdf-doc...
  9. 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/
  10. 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...