A PDF blend mode is a method to combine 2 colors (source and background) in order to get a new color. XFINIUM.PDF 5.4 bring support for executing the blend modes when rendering a PDF page to image. Continue reading “PDF blend modes”
Tag: ios
SVG to PDF conversion
SVG to PDF conversion is available starting with XFINIUM.PDF 5.3. Continue reading “SVG to PDF conversion”
Type3 fonts
XFINIUM.PDF 5.2 brings support for creating Type3 fonts and drawing text with them. The PRO version bring support for rendering Type3 fonts in PDF files.
Continue reading “Type3 fonts”
PDF to TIFF – Convert PDF files to multi-page TIFF images
XFINIUM.PDF 5.1 brings support for native PDF to TIFF conversion. What this means is that we implemented a full TIFF encoder so that this functionality is now available on all platforms.
Continue reading “PDF to TIFF – Convert PDF files to multi-page TIFF images”
Simple HTML to PDF conversion
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”
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