Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 3,103 for

image annotation

(0.48 sec)
  1. Save Document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Annotation Product Solution GroupDocs...HTML markup with stylesheets, images, and possibly other resources...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  2. C#을 사용하여 TIFF 파일 병합

    이 문서에서는 C#을 사용하여 TIFF 파일을 병합하는 주요 단계를 제공합니다. 또한 C#에서 TIFF 파일을 결합하는 샘플 코드 예제도 제공됩니다....Annotation Product Family GroupDocs...사용하여 TIFF 파일 병합 TIFF(Tagged Image File Format) 파일은 고품질 이미지 저장...

    kb.groupdocs.com/ko/merger/net/merge-tiff-files...
  3. Merge Word documents | GroupDocs

    Follow this guide and learn how to merge Word documents, combine several DOCX or DOC files into one using GroupDocs.Merger for Python via .NET....Annotation Product Solution GroupDocs...file. All formatting, styles, images, tables, and other content...

    docs.groupdocs.com/merger/python-net/merge/word/
  4. 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. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into Images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Annotation Product Solution GroupDocs...options (convert pages into images, and save PDF with scan-like...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  5. How to Run Examples | GroupDocs

    This article describes how to run GroupDocs.Merger for .NET code examples....Annotation Product Solution GroupDocs...CSharp/Resources/ — sample documents and images used by the examples. Examples/GroupDocs...

    docs.groupdocs.com/merger/net/how-to-run-examples/
  6. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/extracting-met...
  7. Extracting property values | GroupDocs

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/extracting-prop...
  8. Extracting property values | GroupDocs

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/extracting-pro...
  9. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for .NET...Annotation Product Solution GroupDocs...files (TXT), that contain no images, pages, paragraphs, lists,...

    docs.groupdocs.com/editor/net/edit-txt/
  10. 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...