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

word annotation

(0.04 sec)
  1. Add Watermark to DOCM Online

    Insert watermark in DOCM. Apply text or image watermarks with various settings. Protect and mark your DOCM with our tool.... DOCM Microsoft Word Macro-Enabled Document DOCM...DOCM files are Microsoft Word 2007 or higher generated documents...

    products.groupdocs.app/watermark/docm
  2. Get file info | Documentation

    The page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Annotation Product Solution GroupDocs...GroupDocs.Annotation Product Family / GroupDocs.Annotation for .NET...

    docs.groupdocs.com/annotation/net/get-file-info/
  3. 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...
  4. Digital Signature Verification Options Introduc...

    We are really pleased to announce another monthly release of GroupDocs.Signature for .NET 17.01.0. The latest version of the API comes up with a number of new features, enhancements and bug fixes; ability to check, load and verify digitally signed documents, ability to name the output file in save options, adjust the opacity of text signatures etc are just to name a few. We would suggest you to download this latest release and check out all the improvements we have made to the API....Signature implementation as Annotation for PDF Documents Implement...implementation as Image for Words Documents Provide alternative...

    blog.groupdocs.com/signature/digital-signature-...
  5. 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...
  6. GroupDocs Newsletter February 2018 – Document M...

    Share this issue: Monthly Newsletter February 2018 .NET Document Viewer APIs for C#, WPF and ASPdotNET Applications Render PDF, Word, Excel, Outlook, HTML and Image formats within GroupDocs.Viewer for .NET is a powerful file viewer API for rendering over 50 documents and image file formats within .NET applications. It rasterizes documents and images both, renders text and converts them to SVG + HTML + CSS – offering a high-fidelity true-text, native document rendering....ASPdotNET Applications Render PDF, Word, Excel, Outlook, HTML and Image...Java Product News pare PDF Annotations in .NET Applications # GroupDocs...

    blog.groupdocs.com/total/groupdocs-newsletter-f...
  7. 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/net/using-signatur...
  8. Add Watermark to DOTX Online

    Insert watermark in DOTX. Apply text or image watermarks with various settings. Protect and mark your DOTX with our tool.... DOTX Word Open XML Document Template Files...template files created by Microsoft Word to have pre-formatted settings...

    products.groupdocs.app/watermark/dotx
  9. Get file info | Documentation

    This page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Annotation Product Solution GroupDocs...GroupDocs.Annotation Product Family / GroupDocs.Annotation for Java...

    docs.groupdocs.com/annotation/java/get-file-info/
  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...