Protect Pdf documents when rendering documents using GroupDocs.Viewer for Java.../ Render to PDF / Protect PDF document Protect PDF document Leave...Leave feedback You can protect a PDF document by setting the following...
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(); }...Save in rasterized PDF Save in rasterized PDF Leave feedback The...the document as a rasterized PDF file: final Redactor redactor...
GroupDocs.Parser provides the functionality to extract data from Pdf documents. Also password-protected Pdfs and Pdf portfolios are supported.
The following examples demonstrate how to extract data from Pdf documents:...Extract data from PDF documents Extract data from PDF documents Leave...extract data from PDF documents. Also PDFs and PDF portfolios are...
This article explains that how to search text from Pdf documents...Extract data from PDF documents / Search text in PDF documents Search...Search text in PDF documents Leave feedback On this page To search...
This article explains that how to parse data from Pdf documents...Extract data from PDF documents / Parse data from PDF documents Parse...Parse data from PDF documents Leave feedback On this page To extract...
This topic describes how to optimize Pdf file in the GroupDocs.Viewer Java API for web browser or to reduce size....documents / Render to PDF / Optimize the output PDF file Optimize the...the output PDF file Leave feedback GroupDocs.Viewer allows you...
This topic describes how to optimize Pdf file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....documents / Render to PDF / Optimize the output PDF file Optimize the...the output PDF file Leave feedback GroupDocs.Viewer allows you...
This article explains that how to extract attachments from Pdf documents...data from PDF documents / Extract attachments from PDF portfolios...portfolios Extract attachments from PDF portfolios Leave feedback On...
This section describes how to import OLE objects into Pdf documents using Java...Merge documents to PDF Merge documents to PDF Leave feedback Introduction...formats such as / , , and into a PDF document. Let’s see, why do we...
This section describes how to import OLE objects into Pdf documents using C#/.NET...Merge documents to PDF Merge documents to PDF Leave feedback Introduction...formats such as / , , and into a PDF document. Let’s see, why do we...