Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 19,921 for

groupdocs watermark java

(0.1 sec)
  1. GroupDocs.Metadata Overview | GroupDocs

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/product-overview/
  2. GroupDocs Online on GroupDocs Blog | Document A...

    Groupdocs Online on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs Online on Groupdocs Blog | Document Automation Solutions for .NET & Java De......GroupDocs Online on GroupDocs Blog | Document Automation Solutions...for .NET & Java Developers Recent content in GroupDocs Online on...

    blog.groupdocs.com/nl/tag/groupdocs-online/inde...
  3. Using OCR to redact image documents | GroupDocs

    Groupdocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with Groupdocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/using-ocr/
  4. GroupDocs Blog

    Groupdocs Blog - Groupdocs Blog | Document Automation Solutions for .NET & Java Developers...[conversion of emails to PDF using Java][1]. This will help to automate...files to Excel spreadsheets in Java. An Image can be converted to...

    blog.groupdocs.com/groupdocs.blog/page/31/
  5. GroupDocs Online on GroupDocs Blog | Document A...

    Groupdocs Online on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs Online on Groupdocs Blog | Document Automation Solutions for .NET & Java De......GroupDocs Online on GroupDocs Blog | Document Automation Solutions...for .NET & Java Developers Recent content in GroupDocs Online on...

    blog.groupdocs.com/ru/tag/groupdocs-online/inde...
  6. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with Groupdocs.Viewer within your Java applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/loading-external...
  7. Extract data from Emails | GroupDocs

    Groupdocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/java/extract-data-fro...
  8. Load document from Stream | GroupDocs

    This section explains how to load document from stream with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/load-document...
  9. Licensing | GroupDocs

    Groupdocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/annotation/java/licensing-an...
  10. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.Groupdocs.redaction.options package. This interface requires to implement three methods: import com.Groupdocs.redaction.options.ILogger; import Java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/use-advanced-...