Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 1,756 for

create new document editor

(0.06 sec)
  1. Extract images from Emails | Documentation

    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....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/parser/java/extract-images-f...
  2. HTML | Documentation

    This article explains that how to extract HTML formatted text from Document page....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/parser/net/html/
  3. Extract data from databases | Documentation

    This article demonstrate that how to extract data from databases via JDBC...Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/parser/java/extract-data-fro...
  4. GroupDocs.Watermark for Python overview | Docum...

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various Documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/watermark/python-net/product...
  5. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  6. Delete Image signatures from documents | Docume...

    This article explains how to delete Image electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/signature/java/delete-image-...
  7. Delete QR-code signatures from documents | Docu...

    This article explains how to delete QR code electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/signature/java/delete-qr-cod...
  8. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the Document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we Create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/redaction/java/use-redaction...
  9. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a Document. If the Document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = New Watermarker("image.png"); // Initialize the font to be used for watermark Font font = New Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = New TextWatermark("Test watermark", font); // Set watermark properties watermark....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. Extract text from Emails | Documentation

    To extract a text from emails getText method is used. This method allows to extract a text from the entire Document. Pagination and raw mode is not supported for emails. Here are the steps to extract a text from an email: Instantiate Parser object for the initial email; 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....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/parser/java/extract-text-fro...