Sort Score
Result 10 results
Languages All
Labels All
Results 4,631 - 4,640 of 10,305 for

document signature

(0.63 sec)
  1. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Parser for Python via .NET. Extracting text, images, metadata, tables, and structured data from Documents with template-based parsing support....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/python-net/features-o...
  2. 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....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-fro...
  4. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your Documents with Image Viewer by GroupDocs and place text over rendered Document page image....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/image-viewer-get...
  5. How to Compare PDF Files using C#

    This short tutorial explains the process in detail to compare PDF files using C# and guides you to develop the functionality to compare two PDF files using C#....Signature Product Family GroupDocs.Metadata...information to configure the document comparison library and sample...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  6. Features Overview | GroupDocs

    GroupDocs.Watermark for Python via .NET adds, searches, and removes text and image watermarks through a single, format-independent API — with format-specific placement, content-tree editing, locking, and rasterization....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/python-net/feature...
  7. Extract highlights | GroupDocs

    This article explains that how to extract highlights from Documents....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-highlights/
  8. How to Convert MHTML to HTML using C#

    Easily perform Document conversion and learn the process to convert MHTML to HTML using C#. Also, learn how to implement the convert MHTML to HTML C# capability....Signature Product Family GroupDocs.Metadata...GroupDocs.Conversion namespace for document conversion from MHTML to HTML...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Extract highlights | GroupDocs

    This article explains that how to extract highlights from Documents in Java....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-highlights/
  10. How to Add Polyline Annotation using Java

    Get familiar yourself with the process to add polyline annotation using Java and easily consume APIs to develop a capability to add polyline annotation in Java....Signature Product Family GroupDocs.Metadata...polyline annotation to a PDF document. You will also find a working...

    kb.groupdocs.com/annotation/java/how-to-add-pol...