Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 5,444 for

file watermark

(0.28 sec)
  1. Extract emails from Outlook Storage | Documenta...

    Extract emails from Outlook using GroupDocs.Parser for .NET...Watermark Product Solution GroupDocs...consists of email documents (msg files). Here are the steps to extract...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  2. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...Watermark Product Solution GroupDocs..."JohnSmith" ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  3. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....Watermark Product Solution GroupDocs...with-attachment.eml is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/convert-each...
  4. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Watermark Product Solution GroupDocs...resembles the “Embed fonts in the file” option with all sub-options...

    docs.groupdocs.com/editor/net/font-embedding-op...
  5. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....Watermark Product Solution GroupDocs...attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-attachme...
  6. Add highlight annotation | Documentation

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for Java....Watermark Product Solution GroupDocs...// Add annotation and save to file annotator . add ( highlight...

    docs.groupdocs.com/annotation/java/add-highligh...
  7. Add underline annotation | Documentation

    The page describes how to add an underline annotation to a document using GroupDocs.Annotation for Java....Watermark Product Solution GroupDocs...// Add annotation and save to file annotator . add ( underline...

    docs.groupdocs.com/annotation/java/add-underlin...
  8. eSign document with Form Field signature | Docu...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...Watermark Product Solution GroupDocs...Sign document and save to the file signature . Sign ( outputFilePath...

    docs.groupdocs.com/signature/net/esign-document...
  9. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional File format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain File format information advanced_usage....Watermark Product Solution GroupDocs...and extract some additional file format information. a WordProcessing...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Add polyline annotation | Documentation

    The page describes how to add polyline annotation to a document using GroupDocs.Annotation for Java....Watermark Product Solution GroupDocs...// Add annotation and save to file annotator . add ( polyline );...

    docs.groupdocs.com/annotation/java/add-polyline...