PLPDF - Wrap text in PLPDF
BabuuuNov 24 2010 — edited Nov 25 2010I'm creating a pdf document using plpdf tool
Now I want to wrap text in a table cell according to the specified width.
Below is the code that prints the text.
Plpdf.PrintCell(15,10,'User details / Based on department','1',0,'C',1);
How to wrap the text ''User details / Based on department'' in a cell of width 15?
Any help will be appreciated..