Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 3,021 for

image annotation

(1.21 sec)
  1. Working with metadata in PDF documents | GroupDocs

    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...InspectionPackage . Annotations != null ) { foreach ( var annotation in root...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with metadata in PDF documents | GroupDocs

    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...null ) { for ( PdfAnnotation annotation : root . getInspectionPackage...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Spreadsheet, Presentation, PDF) and images (JPEG, PNG, GIF) with download...new version of GroupDocs.Annotation for Java 17.10.1. This release...

    blog.groupdocs.com/groupdocs.blog/page/65/
  4. GroupDocs

    Central documentation index for GroupDocs on-premise document processing SDKs. Explore developer documentation and guides for all product families....Annotation Product Solution GroupDocs...Microsoft Office, PDF, Multimedia, images and various other file formats...

    docs.groupdocs.com/
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...view document in both HTML and Image representations for different...NET API. You can now insert images and barcodes in email formats...

    blog.groupdocs.com/groupdocs.blog/page/67/
  6. GroupDocs.Total Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Word, Excel, Outlook, HTML and Image formats within GroupDocs.Viewer...rendering over 50 documents and image file formats within .NET applications...

    blog.groupdocs.com/categories/groupdocs.total-p...
  7. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the document's features and required redaction....Annotation Product Solution GroupDocs...for annotation redactions, changes or deletes annotations, matching...

    docs.groupdocs.com/redaction/net/create-custom-...
  8. Compare annotations | GroupDocs

    The page describes how to compare Annotations....Annotation Product Solution GroupDocs...GroupDocs.Annotation Product Family / GroupDocs.Annotation for Java...

    docs.groupdocs.com/annotation/java/comparing-an...
  9. Online Document Storage Features

    There’s more to GroupDocs than online document storage. Saying that, we realize that one of the reasons that you’re interested in GroupDocs is the storage feature. So what’s document storage all about and what should you look for when choosing a online storage service? 1. Storage Space The first thing to consider is what you want to store and how much space you’ll need. Documents differ in size and it can be difficult to estimate document sizes....format, print and embed an image of a page on your website. GroupDocs...two documents. GroupDocs Annotation : comment and collaborate...

    blog.groupdocs.com/total/online-document-storag...
  10. Highlight PDF with Annotations using C# | Annot...

    Highlight text in PDF with highlight Annotations using C#. Document and Image Annotation .NET API allows to Annotate PDF files by highlighting any area....feature by using highlight annotations within your applications...Highlight in PDF # GroupDocs.Annotation provides .NET API that allows...

    blog.groupdocs.com/annotation/highlight-pdf-wit...