Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 8,157 for

word annotation

(0.12 sec)
  1. GroupDocs Holiday Offer – 25% off GroupDocs.Tot...

    Share this issue: Monthly NewsletterJanuary 2019 25% off GroupDocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Wine GroupDocs.Total brings together all GroupDocs APIs in one product suite and is great value for money. This holiday season GroupDocs is making it even better value by giving you 25% off GroupDocs.Total. Simply enter the coupon code HOLOFF2018 when placing your order. Alternatively, treat yourself with 24 Bottles of Award-Winning Pirathon Total Wine (worth over $1500)....Export Documents with specific Annotation types and Pages Range # GroupDocs...GroupDocs.Annotation for .NET empowers your applications to add...

    blog.groupdocs.com/total/groupdocs-holiday-offe...
  2. Cache Page Previews in GroupDocs.Annotation for...

    EnableCaching feature stores image representation of a document in a directory at the local drive. In case of repetitive processing/opening of a document, it uses cached data. This thing helps to avoid the processing of the same document again and again. You might be waiting for this feature. The wait is over now. GroupDocs.Annotation for Java 19.5 permits you to enable cache mode and cache page previews. Let’s take a overview of its code....Annotation for Java 19.5 permits you...possibility to display distance annotation caption for following file...

    blog.groupdocs.com/annotation/cache-page-previe...
  3. 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...
  4. 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-...
  5. 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...
  6. Using Signature Appearances | Documentation

     This sections contains explanation about various electronic signature visual appearances on document page....Annotation Product Solution GroupDocs...Pdf documents signature as annotation area. Note that property...

    docs.groupdocs.com/signature/java/using-signatu...
  7. Add Watermark to DOC Online

    Insert watermark in DOC. Apply text or image watermarks with various settings. Protect and mark your DOC with our tool.... DOC Microsoft Word Document Files with .DOC extension...generated by Microsoft Word or other word processing documents...

    products.groupdocs.app/watermark/doc
  8. Highlight PDF with Annotations using C# | Annot...

    Highlight text in PDF with highlight Annotations using C#. Document and image Annotation .NET API allows to Annotate PDF files by highlighting any area....feature by using highlight annotations within your applications...Highlight in PDF # GroupDocs.Annotation provides .NET API that allows...

    blog.groupdocs.com/annotation/highlight-pdf-wit...
  9. 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...
  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 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...