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”

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”

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

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”