This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Microsoft Project files to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Render Project documents as HTML, PDF, and image files Leave feedback...
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 explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....Conversion Product Solution GroupDocs...Electronic Signatures / ✎ Pdf digitally signing Pdf Digitally signing...
This topic describes how to use the GroupDocs.Viewer Java API to convert Lotus Notes database files (NSF) to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Notes database files as HTML, PDF, and image files Leave feedback...
This topic describes how to use the GroupDocs.Viewer API for Node.js to convert Excel workbooks and Apple Numbers spreadsheets to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Numbers spreadsheets as HTML, PDF, and image files Leave feedback...
This topic describes how to use the GroupDocs.Viewer Java API to convert Excel workbooks and Apple Numbers spreadsheets to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Numbers spreadsheets as HTML, PDF, and image files Leave feedback...
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...
To extract metadata from Pdf documents getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Conversion Product Solution GroupDocs...data from PDF documents / Extract metadata from PDF documents...
This article explains how to add attachment to Pdf document with GroupDocs.Merger within your Java applications....Conversion Product Solution GroupDocs...attachment to PDF document How to add attachment to PDF document Leave...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) 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...