Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 8,889 for

word annotation

(0.05 sec)
  1. Manage Your Documents Efficiently with GroupDoc...

    It’s difficult to find different document management solutions in one place for your diverse needs. You might spend your dime for separate stand-alone apps to fulfill your requirements. On the contrary, we, in GroupDocs, offer different document management apps as a suite to satisfy all your needs. [caption id=“attachment_1591” align=“alignnone” width=“600” caption=“Manage your documents efficiently with GroupDocs’ document management apps suite”]![Manage your documents efficiently with GroupDocs’ document management apps suite] “Manage your documents efficiently with GroupDocs’ document management apps suite”)[/caption] GroupDocs offer six powerful apps to efficiently manage your documents....efficient online annotation software . Annotate or collaborate...can use it as a PDF viewer, a Word viewer, or an Excel viewer ...

    blog.groupdocs.com/viewer/manage-your-documents...
  2. Put image annotations over the text using ZInde...

    This page describes how to set image ZIndex to place it over the text...Annotation Product Solution GroupDocs...GroupDocs.Annotation Product Family / GroupDocs.Annotation for .NET...

    docs.groupdocs.com/annotation/net/put-image-ann...
  3. Remove Annotations from Word in Java

    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....本文讨论 如何从 Java 中的 PDF 和 Word DOC/DOCX 文件等文档中删除注释 。...

    blog.groupdocs.com/zh/tag/remove-annotations-fr...
  4. 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...
  5. 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...
  6. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Annotation Product Solution GroupDocs...Star , // setup if popup annotation will be opened by default...

    docs.groupdocs.com/signature/net/sign-documents...
  7. Company Ltd.

    Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......Sample: 00 00 123456 Removing annotations (comments etc) You can use...specific comments and other annotations from the document. For example...

    docs.groupdocs.com/redaction/python-net/_sample...
  8. Add Annotations in Word using Java

    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....學習如何以編程方式在 Java 中添加和刪除註釋以標記 Word 文檔。...

    blog.groupdocs.com/zh-hant/tag/add-annotations-...
  9. Add Annotations in Word using Java

    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....学习如何以编程方式添加和删除注释以标记 Java 中的 Word 文档。...

    blog.groupdocs.com/zh/tag/add-annotations-in-wo...
  10. Remove Annotations from Word in C#

    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....C# 向 PDF 和 Word 文檔添加不同的註釋。今天,本文討論如何使用 C# 從 PDF 和 Word DOC/DOCX...NET 應用程序以編程方式在 C# 中添加和刪除註釋以標記 Word 文檔。...

    blog.groupdocs.com/zh-hant/tag/remove-annotatio...