XFINIUM.PDF 9.5 brings support for fast and low overhead PDF merge operations.
Continue reading “PDF merge – fast and with low overhead”Tag: winforms
Reduce PDF file size with PDF object compression
XFINIUM.PDF 8.2 brings support for PDF object compression. Continue reading “Reduce PDF file size with PDF object compression”
Add XFINIUM.PDF Viewer for Windows Forms to Visual Studio 2015/2017 Toolbox
The following tutorial will show you how to add XFINIUM.PDF Viewer for Windows Forms control to the Visual Studio 2015/2017 toolbox. Continue reading “Add XFINIUM.PDF Viewer for Windows Forms to Visual Studio 2015/2017 Toolbox”
Selective PDF page content rendering
XFINIUM.PDF 6.9 brings support for selective PDF page content rendering. This means that you can render only the page text or only the vector graphics if you want. Continue reading “Selective PDF page content rendering”
Convert large TIFF images to PDF
XFINIUM.PDF 6.8 brings support for converting very large TIFF to PDF with very low memory consumption. Continue reading “Convert large TIFF images to PDF”
Convert very large JPEG images to PDF
XFINIUM.PDF 6.7 brings support for JPEG to PDF conversion with very low memory consumption for very large images (hundreds of megabytes). Continue reading “Convert very large JPEG images to PDF”
Create PDF/A documents with XFINIUM.PDF library
XFINIUM.PDF 6.6 brings support for PDF/A-2 and PDF/A-3. PDF/A (ISO 19005) is an ISO-standardized version of the PDF format specialized for use in the archiving and long-term preservation of electronic documents. Continue reading “Create PDF/A documents with XFINIUM.PDF library”
Flow Documents – part 3 – pdf tables
Support for pdf tables is available in XFINIUM.PDF library through the flow content API and PdfFlowTableContent
class. Continue reading “Flow Documents – part 3 – pdf tables”
Extract text and images from PDF pages
Extracting text and images from PDF pages for additional processing is a common requirement for many software projects. XFINIUM.PDF library can extract text, images and vector graphics from PDF files at various levels, from low level PDF operators to high level visual objects. Continue reading “Extract text and images from PDF pages”
Flow documents – part 2
A flow document it constructed by adding multiple flow content objects to it. The flow content objects are added to the document using the PdfFlowDocument.AddContent()
method. Continue reading “Flow documents – part 2”