Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 2,173 for

err

(0.05 sec)
  1. 8. Convert to HTML Format | Documentation

    This example demonstrates how to convert word processing document into html document with advanced conversion 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... : true , }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertToHtml...

    docs.groupdocs.cloud/conversion/convert-to-html...
  2. 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...."Arial" , }, }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertNoteBySpecify...

    docs.groupdocs.cloud/conversion/convert-one-not...
  3. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....Roman" }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  4. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want to control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheetOptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....true , }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  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”...."Inbox" , }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  6. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels....}, }, }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  7. 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....OnePagePerSheet : true , }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertSpreadsheetBy...

    docs.groupdocs.cloud/conversion/convert-spreads...
  8. 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.... : true , }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertTxtByControll...

    docs.groupdocs.cloud/conversion/convert-txt-doc...
  9. 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...PageNumbering : true , }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertHtmlWithPageN...

    docs.groupdocs.cloud/conversion/convert-html-do...
  10. 9. Convert Wordprocessing Document with Load Op...

    This example demonstrates how to convert Wordsprocessing 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.... : true , }, } result , _ , err := config . Client . ConvertApi...config . Ctx , settings ) if err != nil { fmt . Printf ( "ConvertWordProcessin...

    docs.groupdocs.cloud/conversion/convert-wordpro...