Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 1,011 for

java pdf signature security

(0.14 sec)
  1. Supported Document Types | GroupDocs

    This section describes GroupDocs.Merger for Node.js via Java supported document types...Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/merger/nodejs-java/supported...
  2. Search for different word forms | GroupDocs

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/search-for-diffe...
  3. Extract table of contents from EPUB eBooks | Gr...

    How to extract table of contents from EPUB e-books getToc method is used....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/parser/java/extract-table-of...
  4. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/parser/java/extract-data-fro...
  5. Indexing documents | GroupDocs

    This page contains information about indexing documents in the search network....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/indexing-documents/
  6. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(Java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/java/save-to-stream/
  7. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, 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 diagram and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/conversion/java/convert-to-w...
  9. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-s...
  10. Extract images from Emails | GroupDocs

    To extract images from emails getImages method is used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from emails as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null. If an email has no images, getImages method returns an empty collection....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/parser/java/extract-images-f...