admin管理员组

文章数量:1122846

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).

How to solve this? Passing dynamic value of checkbox bases on condition will tick or untick like flag value Yes then tick else not.

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);

My expectation is when I will do print if checkbox ticked then as is it should print. No blank box.

enter image description here

本文标签: pdf generationOracle PLPDF checkbox value issueStack Overflow