Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 8,378 for

document annotation

(0.17 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... presentation, and email documents. We recommend you to install...Introduced While assembling a document, if syntax tags are removed...

    blog.groupdocs.com/groupdocs.blog/page/50/
  2. Remove Annotations from XLSX using Java

    Swiftly master the process of how to remove Annotations from XLSX using Java. You'll also discover a code example demonstrating how to delete Annotations in XLSX using Java....Annotation Product Family GroupDocs...Family Remove Annotations from XLSX using Java Annotations in XLSX...

    kb.groupdocs.com/redaction/java/remove-annotati...
  3. GroupDocs.Annotation for .NET | GroupDocs

    API to annotate text or images in your Documents using C#. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/net/
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...and add more features in our Document Comparison API. Therefore...The latest version of our document generation API comes with...

    blog.groupdocs.com/groupdocs.blog/page/86/
  5. Highlight PDF using Annotations in Java | Annot...

    Highlight text in PDF with highlight Annotations using Java. Document and image Annotation Java API allows to Annotate PDF files by highlighting any area....highlight important areas of your documents on purpose. As a developer...Highlight in PDF # GroupDocs.Annotation for Java is the API that...

    blog.groupdocs.com/annotation/highlight-pdf-usi...
  6. Using Shared Storage with the GroupDocs.Annotat...

    Hello! Today I’d like to show you how to store and open files from a shared folder within your network using the GroupDocs.Annotation for Java library. For those of you who are not familiar with the library yet, it’s basically a web-based Document viewer that comes with a comprehensive set of Annotation tools. The library allows end users to comment on and mark up almost 50 types of Documents from within your Java app....Annotation for Java library. For those...it’s basically a web-based document viewer that comes with a comprehensive...

    blog.groupdocs.com/annotation/using-shared-stor...
  7. Generate document page preview | GroupDocs

    The page describes how to generate PDF, Word, Excel, PowerPoint Documents thumbnails and preview Document pages using GroupDocs.Annotation for Java API....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/java/generate-doc...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...integrated GroupDocs’ online document management apps with Dropbox...So you can now view, sign, annotate, assemble, compare, convert...

    blog.groupdocs.com/groupdocs.blog/page/104/
  9. 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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...