Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 14,369 for

java sdk

(0.12 sec)
  1. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/render-single-layout/
  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....Buy Now Pricing Information SDKs Policies My Orders & Quotes...null , "pdfViewInfo" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/get-view-info-for-m...
  3. Get View Info for Outlook Data File | Documenta...

    GroupDocs.Viewer Cloud provides additional information for Outlook Data Files when calling Info method. Following example demonstrates how to retrieve view information for Outlook Data File. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes...] }, "pdfViewInfo" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/get-view-info-for-o...
  4. HTML Viewer - Limit image size | Documentation

    GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in PDF/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following code sample shows how to set the output image size limits when rendering the document....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  5. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90. This example demonstrates how to adjust quality of the output JPG image. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  6. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you to protect output PDF document by setting permissions, password for opening and password for changing permissions. Following example demonstrates how to protect output 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes...sample_docx/sample.pdf" } } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  7. Verify text signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Buy Now Pricing Information SDKs Policies My Orders & Quotes...1352787 , "isSuccess" : true } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/verify-text-sign...
  8. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  9. Render Archive Folder | Documentation

    GroupDocs.Viewer Cloud renders items from the root of the archive by default. When rendering of a specified folder is required, it can be achieved as shown in the examples below. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes...txt" }, ... ], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/render-archive-folder/
  10. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines property to true in order to render the grid lines. The following code sample shows how to enable rendering of grid lines. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/render-grid-lines/