Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 2,798 for

image annotation

(0.4 sec)
  1. C# を使用して画像を Word に変換する方法

    このクイック記事では、C# を使用して画像を Word に変換する段階的なプロセスと、C# で画像から Word へのコンバーター用のアプリケーションを開発する方法について説明します。...Annotation Product Family GroupDocs...コンバーター API の 1 つを使用して、 C# を使用して Image を Word に変換する 段階的な手順に焦点を当てます...

    kb.groupdocs.com/ja/conversion/net/how-to-conve...
  2. How to Edit MOBI File | GroupDocs

    This article demonstrates how to edit MOBI files using Node.js via Java....Annotation Product Solution GroupDocs...rich formatting, images, and different annotations like bookmarks...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  3. Python을 사용하여 DOCX를 TIFF로 변환

    명확한 코드 예제를 통해 Python을 사용하여 DOCX를 TIFF로 쉽게 변환하세요. 이 가이드를 따라 Python을 사용하여 DOCX를 TIFF로 내보내고 고품질 이미지를 출력하세요....Annotation Product Family GroupDocs...하는 것이 널리 사용됩니다. TIFF(Tagged Image File Format)는 고해상도 콘텐츠를 보존하는...

    kb.groupdocs.com/ko/conversion/python/convert-d...
  4. Working with vCard metadata | GroupDocs

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-vc...
  5. Working with metadata in EPUB E-Books | GroupDocs

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using EpubRootPackage....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Developer Guide | GroupDocs

    The Developer Guide section explains all aspects of GroupDocs.Editor for Node.js via Java file editor features, provides code snippets, and examples of editing Microsoft Office formats programmatically in Node.js applications....Annotation Product Solution GroupDocs...adjust, and save resources like images, fonts, and stylesheets. Additional...

    docs.groupdocs.com/editor/nodejs-java/developer...
  7. Create EditableDocument from File or Markup | G...

    This article explains how to create an instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Node.js via Java API....Annotation Product Solution GroupDocs...also a folder with resources (images, fonts, stylesheets) that are...

    docs.groupdocs.com/editor/nodejs-java/create-ed...
  8. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....Annotation Product Solution GroupDocs...also a folder with resources (images, fonts, stylesheets), that...

    docs.groupdocs.com/editor/net/create-editabledo...
  9. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into Images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Annotation Product Solution GroupDocs...options (convert pages into images, and save PDF with scan-like...

    docs.groupdocs.com/redaction/java/use-advanced-...