Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 30,680 for

annotation

(0.23 sec)
  1. 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...GroupDocs.Annotation Product Family / GroupDocs.Annotation for Java...

    docs.groupdocs.com/annotation/java/migration-no...
  2. 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...InspectionPackage . Annotations != null ) { foreach ( var annotation in root...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. 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/ar/tag/remove-annotations/in...
  4. 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...
  5. 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/tag/remove-annotations/in...
  6. 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...null ) { for ( PdfAnnotation annotation : root . getInspectionPackage...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Add Annotations in Word using CSharp on GroupDo...

    Add Annotations in Word using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add Annotations in Word using CSharp on GroupDocs Blog | Document......Add Annotations in Word using CSharp on GroupDocs Blog | Document...Developers Recent content in Add Annotations in Word using CSharp on GroupDocs...

    blog.groupdocs.com/fr/tag/add-annotations-in-wo...
  8. Remove Annotations from Word in C# on GroupDocs...

    Remove Annotations from Word in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Annotations from Word in C# on GroupDocs Blog | Document Aut......Remove Annotations from Word in C# on GroupDocs Blog | Document...Recent content in Remove Annotations from Word in C# on GroupDocs...

    blog.groupdocs.com/cs/tag/remove-annotations-fr...
  9. 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/fa/tag/remove-annotations/in...
  10. Optimize Memory Usage using GroupDocs.Editor fo...

    We are pleased to announce another monthly release of GroupDocs.Editor for .NET 18.9 with many new features. The main features introduced in this release are ability to adjust memory usage and generation of password protected documents. Furthermore, security improvement and few bugfixes are also introduced in this release. We’d recommend our users to download latest API and get benefits from new and enhanced API features. Features Generate password-protected Cells and Words document Additional parameters when processing text-based spreadsheet Adjust memory usage during Cells and Words document processing ExcludeHiddenWorksheets option PDF standards compliance level when generating PDF from HTML Improvements Security improvements update Bug Fixes Length and Resolution parsing modules ArgumentException with sample document Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Documentation API References - Annotation API References Examples -...

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