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”
Tag: wpf
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”
Flow Documents – part 1
Flow documents let you create good looking PDF files fast and easy. You just pump content into them and they take care of all the layout tasks. Continue reading “Flow Documents – part 1”
Flow layout documents
XFINIUM.PDF 6.0 brings support for creating PDF files in flow layout mode. Continue reading “Flow layout documents”
Search text in PDF files
PDF search for text is a common operation performed on PDF files and XFINIUM.PDF library fully supports this feature. Continue reading “Search text in PDF files”
PDF watermarks
A PDF watermark is a recognizable image or pattern in page used to identify authenticity or to convey some information about the document status (Confidential for example). Continue reading “PDF watermarks”
PDF blend modes
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”
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”