The arrival of formatted content in XFINIUM.PDF 4.4 brings the possibility of implementing simple HTML to PDF conversion using XFINIUM.PDF library. Continue reading “Simple HTML to PDF conversion”
Author: xfiniumpdf
Redaction of sensitive information in PDF documents
Version 4.3 of XFINIUM.PDF brings support for enhanced PDF redaction of text and images and support for redaction annotations. Continue reading “Redaction of sensitive information in PDF documents”
Geospatial PDF and CAD measurements
XFINIUM.PDF 4.2 brings support for creating geospatial enabled PDF files and CAD measurements. Continue reading “Geospatial PDF and CAD measurements”
XFINIUM.PDF as a Portable Class Library
XFINIUM.PDF 4.0 has been released a few days ago and it brings support for a very requested feature: support for Portable Class Libraries. The XFINIUM.PDF product is now available also as a Portable Class Library in the form of Xfinium.Pdf.Pcl.dll assembly. Continue reading “XFINIUM.PDF as a Portable Class Library”
Stroke and fill paths with PDF patterns
Support for stroking and filling paths with PDF patterns has been introduced in XFINIUM.PDF v3.7. Both tiling and shading patterns are supported. Continue reading “Stroke and fill paths with PDF patterns”
Create and fill PDF forms in .NET
XFINIUM.PDF library can both create new PDF forms and fill existing PDF forms.
Each type of form fields supported in the PDF specification is represented by the corresponding class:
PdfTextBoxField
– textbox fieldsPdfCheckBoxField
– checkboxesPdfRadioButtonField
– sets of radiobuttonsPdfComboboxField
– comboboxesPdfListboxField
– listboxesPdfPushbuttonField
– push buttonsPdfSignatureField
– signature fields
Add barcodes to PDF documents in .NET
With the release of XFINIUM.PDF 3.5 we added support for QR barcodes. At this moment the XFINIUM.PDF library supports 40 1D barcodes and 6 2D barcodes. Continue reading “Add barcodes to PDF documents in .NET”
Encrypt and decrypt PDF documents in .NET
XFINIUM.PDF library can decrypt and encrypt PDF documents using RC4 and AES encryption, with 40 bit and 128 bit keys for RC4 and 128 bit and 256 bit keys for AES, including the latest PDF 2.0 draft. The library can create, load and save encrypted PDF files.
Continue reading “Encrypt and decrypt PDF documents in .NET”
Display alternate images for view and print in a PDF document
A question on StackOverflow.com asked if it is possible to have 2 alternate versions of an image in a PDF file, one for display and other for print.
Several solutions were given: optional content, form fields or alternate images. In the article below we’ll show how these solutions can be implemented using XFINIUM.PDF library and how they compare to each other.
Continue reading “Display alternate images for view and print in a PDF document”
Create and extract PDF optional content in PDF documents in .NET
Today we released XFINUM.PDF 3.4 which brings support for pdf optional content extraction. With this new version we include full support for manipulating optional content in PDF files, whether it is optional content creation or extraction. Continue reading “Create and extract PDF optional content in PDF documents in .NET”