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...
Removing watermark from a particular page of Pdf document using C#....Conversion Product Solution GroupDocs...watermarks to PDF documents / Existing objects in PDF document Existing...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert text files to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Render text documents as HTML, PDF, and image files Leave feedback...
Detecting the version of a Pdf document The following sample of code will help you to detect the Pdf version a loaded document and extract some additional file format information.
Load a Pdf document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the DocumentProperties property defined in the DocumentRootPackage class....Conversion Product Solution GroupDocs...metadata in PDF documents Working with metadata in PDF documents...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert images to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...images Render images as HTML, PDF, PNG, and JPEG files Leave feedback...
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...
Convert Pdf to Excel (XLS, XLSX) or convert DOC, DOCX to Excel spreadsheet in C# using document Conversion API for .NET. Build your own Conversion App....If you have tabular data in PDF or Word documents format, you... we will see how to convert PDF to Excel and also how to convert...
Convert Microsoft Project files to HTML, Pdf, PNG, or JPEG using the GroupDocs.Viewer Python API....Conversion Product Solution GroupDocs...Render Project documents as HTML, PDF, and image files Leave feedback...
This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized Pdf...Conversion Product Solution GroupDocs...rasterized PDF Select specific pages for rasterized PDF Leave feedback...