Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 2,173 for

err

(0.05 sec)
  1. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output 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....watermark" , }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/add-watermark/
  2. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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....: true , }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/render-document-wit...
  3. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....false , }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  4. Get View Info for CAD Drawing | Documentation

    GroupDocs.Viewer Cloud provides additional information about CAD drawings such as list of layouts and layers when calling Info method. To retrieve view information for CAD drawing call Info method and cast output result to CadViewInfo type. Following example demonstrates how to retrieve view information for CAD drawing. 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....dwg" , }, } response , _ , err := config . Client . InfoApi...config . Ctx , viewOptions ) if err != nil { fmt . Printf ( "Exception...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...
  5. Get View Info for PDF Document | Documentation

    GroupDocs.Viewer Cloud provides additional information for PDF documents when calling Info method. Following example demonstrates how to retrieve view information for PDF document. 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. Swagger UI lets you call this REST API directly from the browser....pdf" , }, } response , _ , err := config . Client . InfoApi...config . Ctx , viewOptions ) if err != nil { fmt . Printf ( "Exception...

    docs.groupdocs.cloud/viewer/get-view-info-for-p...
  6. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx" , }, } info , _ , err := config . Client . InfoApi...GetInfo ( config . Ctx , opts ) if err != nil { fmt . Printf ( "GetInfo...

    docs.groupdocs.cloud/viewer/get-document-inform...
  7. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf. Following example demonstrates on how to render document with default options. 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 Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....docx" , }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/render-document/
  8. 1. Convert CAD Document with Load Options | Doc...

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

    docs.groupdocs.cloud/conversion/convert-cad-doc...
  9. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....: true , }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  10. Get View Info for Archive File | Documentation

    GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type. Following example demonstrates how to print out archive contents. 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....zip" , }, } response , _ , err := config . Client . InfoApi...GetInfo ( config . Ctx , opts ) if err != nil { fmt . Printf ( "Exception...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...