开发者

Populating Large TextFields using iTextSharp

开发者 https://www.devze.com 2023-03-06 07:06 出处:网络
I\'m populating an already existing PDF MultiLine TextField with possibly a small or large amount of text.I have two textfields that are separated across two pages.Is there a way to have text overflow

I'm populating an already existing PDF MultiLine TextField with possibly a small or large amount of text. I have two textfields that are separated across two pages. Is there a way to have text overflow into the second textfield after the first is filled up.

I know that setting the font size to 0 will make iTextSharp to try and fit the text, but there some instances where there is to much text and it needs to continue on a second page.

As开发者_运维问答 far as I can tell, I cant even figure out if the existing textfield has overflowed or not.

thanks


Why not just write your own jquery / javascript script to change the textbox foxus after the length of the first value reaches a certain length?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号