Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 32,579 for

annotation

(0.09 sec)
  1. Remove Annotations on GroupDocs Blog | Document...

    Remove Annotations on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Annotations on GroupDocs Blog | Document Automation Solutions for .NET & Jav......Remove Annotations on GroupDocs Blog | Document Automation Solutions...Recent content in Remove Annotations on GroupDocs Blog | Document...

    blog.groupdocs.com/zh-hant/tag/remove-annotatio...
  2. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET Conversion......Security Document Annotation GroupDocs.Annotation NuGet Maven Central...resolution document annotation API document annotation Python document...

    blog.groupdocs.com/ru/tags/index.xml
  3. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET Conversion......Security Document Annotation GroupDocs.Annotation NuGet Maven Central...resolution document annotation API document annotation Python document...

    blog.groupdocs.com/ja/tags/index.xml
  4. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET Conversion......Security Document Annotation GroupDocs.Annotation NuGet Maven Central...resolution document annotation API document annotation Python document...

    blog.groupdocs.com/zh/tags/index.xml
  5. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET Conversion......Security Document Annotation GroupDocs.Annotation NuGet Maven Central...resolution document annotation API document annotation Python document...

    blog.groupdocs.com/ar/tags/index.xml
  6. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET Conversion......Security Document Annotation GroupDocs.Annotation NuGet Maven Central...resolution document annotation API document annotation Python document...

    blog.groupdocs.com/de/tags/index.xml
  7. 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...
  8. GroupDocs.Total for Java 25.12 – Latest Updates...

    Explore what’s new in GroupDocs.Total for Java 25.12. Available now on NuGet and GroupDocs website....Annotation 25.6 https://releases.groupdocs...groupdocs.com/annotation/java/release-notes/2025/groupdocs-ann...

    blog.groupdocs.com/total/groupdocs-total-for-ja...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Annotation for .NET 3.2.1 API. The latest...latest release of our Document Annotation API provides new features...

    blog.groupdocs.com/groupdocs.blog/page/85/
  10. 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...