Find answers about converting documents and images of various types using Java code on any platform....Conversion Product Family GroupDocs...Product Family GroupDocs.Conversion for Java Latest Answers How...
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...
This article explains that how To extract images from Pdf documents...Conversion Product Solution GroupDocs...data from PDF documents / Extract images from PDF documents Extract...
Processing Email attachments, embedded files, and compressed files with GroupDocs.Viewer for Java...Conversion Product Solution GroupDocs...attachments: Email attachments Files embedded in PDF files Email messages...
Processing Email attachments, embedded files, and compressed files with GroupDocs.Viewer for .NET...Conversion Product Solution GroupDocs...attachments: Email attachments Files embedded in PDF files Email messages...
Processing Email attachments, embedded files, and compressed files with GroupDocs.Viewer for Node.js via Java...Conversion Product Solution GroupDocs...attachments: Email attachments Files embedded in PDF files Email messages...
This article demonstrates that how To save the document as a rasterized Pdf file...Conversion Product Solution GroupDocs...Save in rasterized PDF Save in rasterized PDF Leave feedback The...
This article shows how To redact the pages of a document as images, redacting entire areas of the page instead or in addition To a specific text....Conversion Product Solution GroupDocs...usage / Create PDF with Image Redaction Create PDF with Image Redaction...
To extract a text from Pdf documents getText and getText(int) methods are used. These methods allow To extract a text from the entire document or a text from the selected page.
Here are the steps To extract a text from Pdf document:
Instantiate Parser object for the initial document; 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....Conversion Product Solution GroupDocs...Extract data from PDF documents / Extract text from PDF documents Extract...
This article shows how To redact the pages of a document as images, redacting entire areas of the page instead or in addition To a specific text....Conversion Product Solution GroupDocs...Usage / Create PDF with Image Redaction Create PDF with Image Redaction...