Search results
"tag:"optimization""
| Title and summary | Date/time | |
|---|---|---|
|
1
|
Odds and Ends: avoiding non-heap OutOfMemory
When working with Java APIs that use native code you can hit an OutOfMemory in the PermGen space due to weaknesses in Java's garbage collectors. Here's an ugly little hack that might help. |
16-Jan-2012 15:34:00 |
|
2
|
Watermarking a Report
The Report Generator is a layer on top of the PDF Library API which converts XML to PDF. The XML is much easier to work with, but there are always situations where you'll need the flexibility of the API. Here we show you how to do this, and we also ... |
03-Aug-2010 12:26:03 |
|
3
|
Converting PDF to TIFF, PNG and JPEG
We're asked some questions more than others at BFO, and one of the most common concerns conversion of a PDF to a bitmap image format - typically TIFF, but sometimes JPEG or another format. This process is called "rasterization&... |
31-Jul-2008 16:20:47 |
|
4
|
Linearized PDF
The 2.10.3 release of the PDF library adds support for writing "Linearized" PDF documents, sometimes called "Web Optimized" or "Fast Web View" enabled. This feature has been a part of the PDF specification since Acrobat 3.0, but it's poorly understood ... |
17-Jul-2008 15:52:51 |