In short: How to produce PDF and RTF Dokument with a single Lib for a wide range of Image support?
Long form (otherwise someone will mark as duplicated ;):
- allready did a Java PDF & RTF document creation/export with itext-2.1.7.jar & itext-rtf-2.1.7 (like mentioned thousand times in other threads)
- But my DB seems to handly some Images in Tiff with alpha-channel. (Got Error : java.lang.IllegalArgumentException: Extra samples are not supported)
- updated to itextpdf-5.5.9.jar which resolved that problem.
- But now I dont see any common usecases for PDF & RTF. Is there no way to handly both libs in one "nerly" generic way like befor in 2.1.7?
So: if I use the old, I got both formats || if I use the new I got all Images How to solve that disaster?