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

advanced annotation usage

(0.04 sec)
  1. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document. The following code sample demonstrates how to get list of all revisions. API Usage There are steps that Usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method Download comparison result document from storage (if any) 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....Annotation Product Solution GroupDocs...Cloud / Developer Guide / Advanced usage / Working with revisions...

    docs.groupdocs.cloud/comparison/get-list-of-rev...
  2. Get View Info for MS Project Document | Documen...

    GroupDocs.Viewer Cloud provides additional information such as project start and end dates for MS Project documents when calling Info method. Following example demonstrates how to retrieve view information for MS Project 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....Annotation Product Solution GroupDocs...Cloud / Developer Guide / Advanced usage / Rendering options by...

    docs.groupdocs.cloud/viewer/get-view-info-for-m...
  3. 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....Annotation Product Solution GroupDocs...Cloud / Developer Guide / Advanced usage / Common rendering options...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  4. Accept all revisions | Documentation

    GroupDocs.Comparison Cloud allows to accept all revisions in Word document and save the result. The following code sample demonstrates how to accept all revisions without getting them. API Usage There are steps that Usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method with options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for Usage details....Annotation Product Solution GroupDocs...Cloud / Developer Guide / Advanced usage / Working with revisions...

    docs.groupdocs.cloud/comparison/accept-all-revi...
  5. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model of a 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....Annotation Product Solution GroupDocs...Cloud / Developer Guide / Advanced usage / Rendering options by...

    docs.groupdocs.cloud/viewer/render-all-layouts/
  6. Render single layout | Documentation

    GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the API provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored. The following code sample shows how to render a specific layout. 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....Annotation Product Solution GroupDocs...Cloud / Developer Guide / Advanced usage / Rendering options by...

    docs.groupdocs.cloud/viewer/render-single-layout/
  7. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden 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....Annotation Product Solution GroupDocs...Cloud / Developer Guide / Advanced usage / Common rendering options...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  8. 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...Annotation Product Solution GroupDocs...Cloud / Developer Guide / Advanced usage / Conversion options by...

    docs.groupdocs.cloud/conversion/convert-to-html...
  9. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....Annotation Product Solution GroupDocs...Cloud / Developer Guide / Advanced usage / Common rendering options...

    docs.groupdocs.cloud/viewer/render-document-wit...
  10. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third pages of a 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....Annotation Product Solution GroupDocs...Cloud / Developer Guide / Advanced usage / Common rendering options...

    docs.groupdocs.cloud/viewer/render-selected-pages/