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

annotation

(0.04 sec)
  1. Add Annotations in Word using Java on GroupDocs...

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

    blog.groupdocs.com/fa/tag/add-annotations-in-wo...
  2. 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/fa/tag/remove-annotations-fr...
  3. 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/zh/tag/add-annotations-in-wo...
  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/ar/tag/remove-annotations/in...
  5. 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...
  6. 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...
  7. Features Overview | Documentation

    Learn how to add, search, and remove watermarks from documents and images using GroupDocs.Watermark for Java. Supports text, image, and invisible watermarks for document security....Annotation Product Solution GroupDocs...Type PDF XObject, Artifact, Annotation (text/image) Word Shape (text/image)...

    docs.groupdocs.com/watermark/java/features-over...
  8. 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/ja/tag/add-annotations-in-wo...
  9. 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/ja/tag/remove-annotations-fr...
  10. 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...