XFINIUM.PDF CROSS-PLATFORM BUNDLE
Adds a new internal PDF rendering engine and improves memory usage.
Features
- Added a new internal PDF rendering engine.
- The new internal PDF rendering engine is 3-5 times faster than the previous one.
- Memory usage has also been improved.
- PdfBlackWhiteByteRenderingSurface has been renamed to PdfBlackWhiteRenderingSurface.
- PdfRgbByteRenderingSurface has been renamed to PdfRgbRenderingSurface.
- PdfBgrByteRenderingSurface has been renamed to PdfBgrRenderingSurface.
- PdfGrayscaleByteRenderingSurface has been renamed to PdfGray8RenderingSurface.
- PdfArgbIntRenderingSurface and PdfArgbByteRenderingSurface have been replaced by PdfArgbRenderingSurface<byte/int>.
- PdfRgbaIntRenderingSurface and PdfRgbaByteRenderingSurface have been replaced by PdfRgbaRenderingSurface<byte/int>.
- PdfBgraIntRenderingSurface and PdfBgraByteRenderingSurface have been replaced by PdfBGraRenderingSurface<byte/int>.
- Updated CalGray to RGB conversion.