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

sample code

(0.04 sec)
  1. 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...
  2. 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...
  3. 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...
  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....token>" -d "{ 'FilePath': 'sample.nsf', 'Format': 'eml', 'LoadOptions':...'Output' }" Response [ { "name" : "sample_1.eml" , "size" : 55674 , "path"...

    docs.groupdocs.cloud/conversion/convert-nsf-doc...
  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. 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/
  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. Rendering pages to the same size as the size of...

    This option is supported when rendering to JPG and PNG only. When viewing PDF documents in JPG and PNG formats by default GroupDocs.Viewer Cloud calculates output image size for better viewing quality. In case you want to make output JPG and PNG images to be the same size in pixels as the size of pages in a source PDF document GropDocs.Viewer Cloud provides a new option called RenderOriginalPageSize of the PdfOptions class.... The following code snippet shows how to convert...{ 'FilePath': 'SampleFiles/sample.pdf' }, 'ViewFormat': 'PNG'...

    docs.groupdocs.cloud/viewer/rendering-pages-to-...
  9. 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...
  10. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you to set default font name which may be useful in following cases: You want to generally specify the default font to fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with one which has the same character set available.... Following code snippet shows how to set default...setFilePath ( "SampleFiles/sample.docx" ); ViewOptions viewOptions...

    docs.groupdocs.cloud/viewer/replace-missing-font/