Pilooz / pl_fpdf

PL-SQL library to generate pdf files from Oracle database.
43 stars 33 forks source link

Does not support FPDF v1.7 features #3

Open alanlawlor opened 9 years ago

alanlawlor commented 9 years ago

I love your code, but I find it is missing one key feature I am looking for - support for PNG with color type=06 (RGB with alpha channel).

Is there any way you could port the additional logic from FPDF v1.7 when parsing a png ?

Thanks

Pilooz commented 9 years ago

Hi, You're right. pl_fpdf was write on pdf 1.3 specifications. This seems to be a good idea to see what is new in newer version of fpdf but I can't find any time to do that for the moment. If someone wants to write this in a PR, should be nice.