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

annotation options

(0.04 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 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....Annotation Product Solution GroupDocs..."JPG" viewOptions . render_options = GroupDocsViewerCloud :: ImageOptions...

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

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page....Annotation Product Solution GroupDocs...requested with ExternalResources option set to true page.path Page...

    docs.groupdocs.cloud/viewer/viewresult/
  4. 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....Annotation Product Solution GroupDocs..."PNG" viewOptions . render_options = GroupDocsViewerCloud :: ImageOptions...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  5. 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-...
  6. 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...
  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/ko/conversion/convert-pdf-...
  8. 如何使用 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-hant/conversion/convert...
  9. Sending images and scanned PDFs for translation...

    How to scans and image files for translation to the selected languages and get the result as plain text....Annotation Product Solution GroupDocs...only handwritten text, this option is available only for English...

    docs.groupdocs.cloud/translation/file/request/i...
  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-...