Overview
Apitron PDF Rasterizer is a .NET component that performs high-quality conversion from a PDF document to an image.
It’s 100% managed, has no third party dependencies and compatible with any .NET framework version currently in long-term support by Microsoft and has simple and transparent royalty-free licensing model.
Use you favourite .NET language, C#, VB.NET or other to integrate PDF processing into your web, mobile or desktop applications.
Output formats
We provide conversion to all image formats supported by the regular .NET framework and .NET Core via System.Drawing classes, so you'll be able to export PDF files to BMP, JPG, PNG, TIFF etc. as well as work with these bitmaps on the fly.
Raw color data export is also available, you may render page directly to byte array or integer array for further processing.
For platforms and application types where traditional image classes are not available, we provide you with the ability to export to platform-specific objects like WriteableBitmap or raw data.
PDF versions supported
Supported PDF standard versions are: ALL versions. Files can be normal, linearized, password-protected, signed, PDF/A, PDF/B etc.
Processing highlights
Currently our state-of-the-art rendering engine is able to parallel certain computationally intensive drawing operations and also supports advanced features defined by the PDF standard.
File processing and parsing is also being done using all available computing cores, so you application scales well when you add them.
We use continuous integration and delivery toolchain including automated testing environment that checks the component’s integrity daily and helps us to quickly detect and fix possible issues. Thousands of tests were created in order to guarantee quality results and give you the most reliable tool for your business and this test base is growing. Custom internally developed test kits help our QA department to stay well-armed.