Hi Ivan, tanks for sharing this. YOu may also have a look into the documentation in the downloaded zip, there is a chapter about fonts included. Regards, Andreas
Well, he even pasted the differences I am posting the patched package and package body here. The only change is in function adler32. old code: step_size := trunc( 16383 / dbms_lob.getchunksize( p_src ) ) * dbms_lob.getchunksize( p_src ); new code: step_size := trunc( 16383 / dbms_lob.getchunksize( p_src ) ) * dbms_lob.getchunksize( p_src ); if step_size = 0 then step_size := 16383; end if;
Hi, there is a workaround decribed here https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/ Unfortunately i have currently no time to provide a new packaed version Andreas
Hi, PL-jrxml2pdf still does not support arabic characters
This error comes from APEX, not from PL-jrxml2pdf. What is the action / url you call when you get this?
Hi, PL-jrxml2pdf has nothing to do with Apache FOP or APEX in general. It's just a DB-package which produces output in PDF-format. I have no idea where the error you show comes from, but it's not PL-jrxml2pdf. Isn't there any error-code in front of the errormessage? Regards, Andreas
Hi, can you provide a sample-jrxml anlong with a simple inline-select so that i can check? Regards, Andreas
Hi, you can check the actual error when you run the report with debuglevel set to 5 and check the output. My guess is that one of your printWhenCondition doesn't follow the rules defined in the documentation of PL-jrxml2pdf. Regards, Andreas