Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 7,475 for

document annotation

(0.06 sec)
  1. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF Document The following sample of code will help you to detect the PDF version a loaded Document and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Add dropdown component | Documentation

    The page describes how to add dropdown component to a Document using GroupDocs.Annotation for Java....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/java/add-dropdown...
  3. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF Document The following sample of code will help you to detect the PDF version a loaded Document and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.Document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Using Shared Storage with the GroupDocs.Annotat...

    Hello! Today I’d like to show you how to store and open files from a shared folder within your network using the GroupDocs.Annotation for Java library. For those of you who are not familiar with the library yet, it’s basically a web-based Document viewer that comes with a comprehensive set of Annotation tools. The library allows end users to comment on and mark up almost 50 types of Documents from within your Java app....Annotation for Java library. For those...it’s basically a web-based document viewer that comes with a comprehensive...

    blog.groupdocs.com/annotation/using-shared-stor...
  5. How to Run Examples | Documentation

    Examples to annotate on your Documents, images or web pages using C#....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/net/how-to-run-ex...
  6. Export annotations and retrieve document pages ...

    post. Tagged with net, annotator, api, image....NET document annotator API allows applications...redeem document pages with or without the annotations, export...

    dev.to/groupdocs/export-annotations-and-retriev...
  7. Migrating from 2 to 3.0 - Free Support Forum - ...

    Hello, We are using GroupDocs Viewer 2.19 currently and we are trying to upgrade viewer 3.0. But i have some questions. In older version of viewer we can set many parameters like SupportTextSelection,ShowHeader,ShowDow…...exposing only UI-less+back end document rendering APIs in which object...message) post i checked all documentation but i couldn’t find how...

    forum.groupdocs.com/t/migrating-from-2-to-3-0/2555
  8. Migration Notes | Documentation

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for Java since version 19.8: The Annotator class introduced as a single entry point to manage the Document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/java/migration-no...
  9. How to Add Dropdown Component in PDF using C#

    In this topic, you will discover how to add dropdown component in PDF using C#.Moreover, we will work with you to write C# code to insert dropdown in PDF using C#....Annotation Product Family GroupDocs...explains you how to utilize the annotation library and make a simple...

    kb.groupdocs.com/annotation/net/how-to-add-drop...
  10. Stability of Multi-Threaded Environment is Impr...

    We are excitedly announcing another monthly release of GroupDocs.Editor for .NET. This latest release 18.12 comes up with some improvements, like compatibility of lists and paragraphs with HTML-Editors and stability in multi-threaded environment. Furthermore, few bug fixes are also introduced in this release, we therefore recommend our users to download latest API and get benefits from improved API features. Improvements Compatibility of lists and paragraphs with HTML-Editors Increase accuracy of space and gap distances between Document elements Stability in multi-threaded environment Bug Fixes Exception with SDT during backward conversion Improper processing of bookmarks Incorrect processing of unusual shapes in ShapeProcessor Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....and gap distances between document elements Stability in multi-threaded...NuGet - Download Documentation - API Documentation API References...

    blog.groupdocs.com/editor/groupdocs.editor-for-...