not able to creae new page if my TextArea size is grater than current page size

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Generator for Java (v6)  /  not able to creae new page if my TextArea size is grater than current page size

DynamicPDF Generator for Java (v6) Forum

Hi,

not able to creae new page if my TextArea size is grater than current page size.

i am using.

String comentarea="Some string that is big"
TextArea commentarea=new  TextArea(String text,
     Single x,
     Single y,
     Single width,
     Single height,
     Font font,
     Single fontSize,
     TextAlign align);
so how to get resolve this.
Posted by a ceTe Software moderator
Hello,

You can add the text to the page and get the remaining overflow text from the TextArea page element using getOvreflowTextArea method and add it the new page and this will work for you. You can refer documentation on continuing text here.

Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 7:57 AM.