Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 634 for

annotation options

(0.04 sec)
  1. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...시그니처 디지털 옵션 새 속성으로 Verify Options Extensions 구현 새 속성으로 서명 옵션...릴리스 정보를 따르십시오. GroupDocs.Annotation Cloud는 문서에 주석을 달기 위한 플랫폼...

    blog.groupdocs.cloud/ko/groupdocs.cloud/page/44/
  2. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. 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..."HTML" viewOptions . render_options = GroupDocsViewerCloud :: HtmlOptions...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  3. 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...
  4. 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-...
  5. 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-...
  6. 如何使用 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...
  7. 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/
  8. Jak převést PDF na upravitelný dokument Word po...

    Převeďte PDF na upravitelný dokument Word pomocí Python Cloud SDK pro převod dokumentů na jakékoli platformě bez závislosti na nástrojích nebo aplikacích třetích stran....hide_pdf_annotations = True loadOptions.remove_embedded_files...flatten_all_fields = True settings.load_options = loadOptions convertOptions...

    blog.groupdocs.cloud/cs/conversion/convert-pdf-...
  9. Как преобразовать PDF в редактируемый документ ...

    Преобразуйте PDF в редактируемый документ Word с помощью Python Cloud SDK для преобразования документов на любой платформе, не полагаясь на сторонние инструменты или приложения....hide_pdf_annotations = True loadOptions.remove_embedded_files...flatten_all_fields = True settings.load_options = loadOptions convertOptions...

    blog.groupdocs.cloud/ru/conversion/convert-pdf-...
  10. 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...