Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 3,838 for

assembling

(0.04 sec)
  1. Save signed Pdf with different output file type...

    This article explains how to save signed PDF document with various file formats by GroupDocs.Signature API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/save-signed-p...
  2. Verify QR-code signatures in the document | Doc...

    This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  3. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/searching-for...
  4. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  5. Add search text annotation | Documentation

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for Java."...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/add-search-t...
  6. Add image annotation | Documentation

    The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/add-image-an...
  7. Load document from URL | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/load-document...
  8. Load document of specific format | Documentation

    This article explains how to load document of specific format....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/load-document-...
  9. Add watermarks to email attachments | Documenta...

    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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. How to add attachment to PDF document | Documen...

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/how-to-add-attac...