XFINIUM.PDF 9.5 brings support for fast and low overhead PDF merge operations.
Continue reading “PDF merge – fast and with low overhead”Category: XFINIUM.PDF
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”
Digital signatures in PDF files
Digital signatures have become available in XFINIUM.PDF library starting with v8.0. They are supported on the following platforms: Windows Forms (standard .NET Framework 4.0 or higher), WPF (4.0 or higher), UWP (10.0.16299), .NET Core 2.0, .NET Standard 2.0, Mac, iOS and Android. Continue reading “Digital signatures in PDF files”
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”
PDF rendering with external graphic engines
XFINIUM.PDF 6.4 brings support for using external graphic engines, such as GDI+ or Skia, when rendering PDF files. Continue reading “PDF rendering with external graphic engines”
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”
XFINIUM.PDF supports NET Core
PDF development for NET Core platform is now possible. Starting with XFINIUM.PDF 6.3 support for .NET Core is included in Cross Platform Packages. All XFINIUM.PDF functionality, both in Standard and Professional editions, is now available for .NET Core platform.
Evaluation XFINIUM.PDF packages are now listed on nuget.org.
To install XFINIUM.PDF Standard for .NET Core, run the following command in the Package Manager Console:
PM > Install-Package Xfinium.Pdf.NetCore
To install XFINIUM.PDF Professional for .NET Core, run the following command in the Package Manager Console:
PM > Install-Package Xfinium.Pdf.Render.NetCore