Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 32,572 for

annotation

(0.44 sec)
  1. Hotfix that improves security in GroupDocs.Anno...

    We have been improving our APIs to meet the requirements of our customers. Therefore, we are pleased to announce GroupDocs.Annotation for .NET 18.7.1. This hotfix comes with a security improvement. We therefore recommend you to download this latest release for a better API experience. Improvements Security improvements update Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Annotation for .NET 18.7.1. This hotfix...technical support on GroupDocs.Annotation: Nuget Package - Download...

    blog.groupdocs.com/annotation/hotfix-that-impro...
  2. Annotate Word in CSharp on GroupDocs Blog | Doc...

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

    blog.groupdocs.com/zh/tag/annotate-word-in-csha...
  3. Remove Annotations from Word in Java on GroupDo...

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

    blog.groupdocs.com/fr/tag/remove-annotations-fr...
  4. 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/uk/tag/remove-annotations-fr...
  5. 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/ar/tag/remove-annotations-fr...
  6. 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/
  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 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....So you can now view, sign, annotate, assemble, compare, convert...suite allows you to view, annotate, compare, assemble, digitally...

    blog.groupdocs.com/categories/groupdocs.total-p...
  9. How to Add Checkbox Component in PDF using C#

    In this article, You will learn how to add checkbox component in PDF using C#. Furthermore, we will help you to develop application to insert checkbox in PDF using C#....Annotation Product Family GroupDocs...it teaches you how to use annotation library and create a straightforward...

    kb.groupdocs.com/annotation/net/how-to-add-chec...
  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...