Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 8,304 for

document annotation

(0.27 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...metadata from word processing documents, worksheets, presentations...redaction, annotation redaction, and tabular document redaction...

    blog.groupdocs.com/groupdocs.blog/page/47/
  2. Add button component | GroupDocs

    The page describes how to add button component to a Document using GroupDocs.Annotation for .NET....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/net/add-button-co...
  3. 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/
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Document.InspectionResult class XlsMetadata... Now, you can manipulate documents by applying Metered License...

    blog.groupdocs.com/groupdocs.blog/page/53/
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...and show how to compare two documents from a GroupDocs account....integrated with GroupDocs’ document management solutions. With...

    blog.groupdocs.com/groupdocs.blog/page/102/
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... removing annotation when rendering PDF documents, hide/show...changes when rendering Word documents and much more. Please continue...

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

    docs.groupdocs.com/metadata/net/working-with-me...
  8. 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...
  9. How to Run Examples | GroupDocs

    Examples to annotate on your Documents, images or web pages using C#....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/net/how-to-run-ex...
  10. Add dropdown component | GroupDocs

    The page describes how to add dropdown component to a Document using GroupDocs.Annotation for Java....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/java/add-dropdown...