java - How to generate a PDF with auto flow -


i wrote web app generating pdf filling data pre-saved pdf template, template edited acrobat, text-fields. context of text-fields seems in different layer , cannot affect other existing words in template.

... want affect existing words , make them flow base on how many data fill text-fields.

the solution maybe use program generate whole pdf instead of using template. template changes in case, don't want waste lot of time adjust position , format coding...

do know how use text-field auto flow in pdf template? word document.

pdf doesn't work that. need generate whole pdf.

ah... what?

there quite few html->pdf converters out there. fill in template html, , convert way.

you develop own input format (for template), , write app reads , builds pdf.

the later similar enough html->pdf, unless can't find converter handles pdf feature or other need, i'd go route. there lots of html->pdf apps out there. can search so, google, whatever. lots.


Comments