Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 632 for

annotation options

(0.06 sec)
  1. HTML Viewer - Optimize for printing | Documenta...

    If you need to optimize HTML output for printing you should set ForPrinting option HtmlViewOptions. This option implemented for: Presentation documents: PPT,PPS,PPTX,PPSX,ODP,FODP,OTP,POT,POTX,POTM,PPTM,PPSM Diagram documents: VSD,VSDX,VSS,VST,VSX,VTX,VDW,VDX,VSSX,VSTX,VSDM,VSSM,VSTM Meta file formats: WMF, WMZ, EMF, EMZ If ForPrinting option is enabled output HTML pages will be converted to vector SVG format for better quality for print and page 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...ForPrinting option HtmlViewOptions. This option implemented for:...

    docs.groupdocs.cloud/viewer/html-viewer-optimiz...
  2. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size 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..."JPG" viewOptions . render_options = GroupDocsViewerCloud :: ImageOptions...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  3. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Annotation Product Solution GroupDocs...client_secret ) # Prepare request load_options = groupdocs_conversion_cloud...

    docs.groupdocs.cloud/conversion/quick-start/
  4. 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....Annotation Product Solution GroupDocs..."HTML" viewOptions . render_options = GroupDocsViewerCloud :: HtmlOptions...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  5. Delete rendered document | Documentation

    After rendering various types of documents into HTML, Image, or Pdf, you may clean (delete) rendered pages from cloud storage using special method. Note: This method deletes only output files, the input file remains in the storage. Following example demonstrates on how to delete rendered document results. API Usage Swagger UI lets you call this REST API directly from the browser. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...client_secret ) # Create view view_options = groupdocs_viewer_cloud ....

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  6. Cách chuyển đổi PDF thành tài liệu Word có thể ...

    Chuyển đổi PDF sang tài liệu Word có thể chỉnh sửa bằng Python Cloud SDK để chuyển đổi tài liệu trên mọi nền tảng mà không phụ thuộc vào các công cụ hoặc ứng dụng của bên thứ ba....hide_pdf_annotations = True loadOptions.remove_embedded_files...flatten_all_fields = True settings.load_options = loadOptions convertOptions...

    blog.groupdocs.cloud/vi/conversion/convert-pdf-...
  7. 如何使用 Python 将 PDF 转换为可编辑的 Word 文档

    使用 Python Cloud SDK 将 PDF 转换为可编辑的 Word 文档,以便在任何平台上进行文档转换,而无需依赖第三方工具或应用程序。...hide_pdf_annotations = True loadOptions.remove_embedded_files...flatten_all_fields = True settings.load_options = loadOptions convertOptions...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  8. Ruby を使用して PDF を編集可能な Word ドキュメントに変換する

    クラウド上の Ruby で PDF を Word DOCX に変換できます。この記事では、Ruby Cloud API を使用して PDF を編集可能な Word ドキュメントに変換する方法を学びます。...hide_pdf_annotations = true @loadOptions.remove_embedded_files...flatten_all_fields = true @settings.load_options = @loadOptions @convertOptions...

    blog.groupdocs.cloud/ja/conversion/convert-pdf-...
  9. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Conversion Word en PPTX avec options avancées API pour la conversion...programmation à l’aide des annotations de surbrillance dans les...

    blog.groupdocs.cloud/fr/groupdocs.cloud/page/30/
  10. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....Annotation Product Solution GroupDocs..."HTML" viewOptions . render_options = GroupDocsViewerCloud :: HtmlOptions...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...