Image Conversion Java API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Image Conversion Java API on GroupDocs Blog | Document Automation Solutions ......Image Conversion Java API on GroupDocs Blog | Document Automation...Developers Recent content in Image Conversion Java API on GroupDocs Blog...
This topic describes how to use the GroupDocs.Viewer Java API to convert email messages to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Render email messages as HTML, PDF, PNG, and JPEG files Leave feedback...
To search a keyword in Pdf documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text.
Here are the steps to search a keyword in Pdf document:
Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Conversion Product Solution GroupDocs...Extract data from PDF documents / Search text in PDF documents Search...
Convert MSG or EML to Pdf in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert MSG or EML to Pdf in Java on GroupDocs Blog | Document Autom......Convert MSG or EML to PDF in Java on GroupDocs Blog | Document...content in Convert MSG or EML to PDF in Java on GroupDocs Blog | Document...
The following example demonstrates how to save the document as a rasterized Pdf file:
final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPdf(true); // Saving as rasterized Pdf with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Conversion Product Solution GroupDocs...Save in rasterized PDF Save in rasterized PDF Leave feedback The...
This article explains how to add metadata signatures to Pdf document meta info layer with GroupDocs.Signature...Conversion Product Solution GroupDocs...Metadata signatures / eSign PDF eSign PDF with Metadata signature...
View XML files as Pdf using C#. Learn how to render XML files within your own XML viewer .NET application using GroupDocs API....other document formats like PDF, JPG, PNG, or HTML. This article...viewing that enables the conversion of various file formats such...
This topic describes how to optimize Pdf file using the GroupDocs.Viewer Java API to reduce size....Conversion Product Solution GroupDocs...to PDF / Optimize the output PDF file / Optimize the PDF file...
This article explains that how to search text from Pdf documents...Conversion Product Solution GroupDocs...Extract data from PDF documents / Search text in PDF documents Search...
To extract images from Pdf documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Pdf documents 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....Conversion Product Solution GroupDocs...data from PDF documents / Extract images from PDF documents Extract...