One of my Oracle apex region , want to print in PDF format using PLPDF libraries.
Region includes all type of section text field checkbox select list component etc. During print all component are displaying with their respecting values but only having problem with checkbox, the boxes are showing with no values (i.e. no tick mark).
Kindly provide me the best solution to solve this.
I tried this way but instead of Tick mark '✔' its showing ‘?’
plpdf.printcell2(P_W=>4, P_H=>5, P_TXT=>'✔', P_BORDER=>'1', P_LN=>0, P_CLIPPING=>1);
Regards,
Neeraj