Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 8,250 for

document annotation

(0.04 sec)
  1. Discount Offer on GroupDocs.Total Ending Soon |...

    Complete set of .NET & Java APIs in 25% Off. Use 'HOLOFF2020' coupon code to get GroupDocs.Total - The complete collection of APIs for Document manipulation....Total is a complete document manipulation toolkit that...that lets you view, convert, annotate, compare, sign, assemble, search...

    blog.groupdocs.com/total/groupdocs-discount-off...
  2. Convert PDF to PS using C#

    This tutorial demonstrates how to convert PDF to PS using C#. Also, code example will be supplied to export PDF to PS using C# without extra software installation....Annotation Product Family GroupDocs...PS using C# In the realm of document processing, the ability to...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  3. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  4. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  5. Extract Hyperlinks from XLS using C#

    Efficiently extract hyperlinks from XLS using C#. Learn how to read hyperlinks from XLS in C# with step-by-step guidance, enhancing your Document processing workflows....Annotation Product Family GroupDocs...validation, content analysis, or document conversion, this approach...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  6. Add image watermarks | GroupDocs

    This article shows how to add an image watermark and save the resultant Document. It is capable of adding watermarks to images or Documents....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/nodejs-java/add-im...
  7. Regular expression Search using C#

    Efficiently perform regular expression search using C# for advanced pattern matching in Documents. Learn how to implement regular expression search in C# seamlessly....Annotation Product Family GroupDocs...for locating text within documents. This is particularly beneficial...

    kb.groupdocs.com/search/net/regular-expression-...
  8. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....Annotation Product Family GroupDocs...Rich Text Format ( RTF ) documents using Java is an important...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  9. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....Annotation Product Family GroupDocs...field of data privacy and document security, redacting sensitive...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  10. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/add-watermark...