Re: [iText-questions] insert HTML into PDF Form field.

2008-05-23 Thread 1T3XT info
bthorington wrote: > /*this is the template way... */ > stamp.getOverContent((int) > textPos[0]).addTemplate(page, textPos[1], textPos[2]); > > /* or you can do it by image... this lets you > resize if you want */ > Image img = Image.getInstance(page); > img.setAlignment(Image.ALIGN_CENTER); >

Re: [iText-questions] insert HTML into PDF Form field.

2008-05-23 Thread bthorington
1T3XT info wrote: > bthorington wrote: > >> Hello, >> >> I've been trying to figure out how to put HTML (converted to PDF) into >> form fields in an existing PDF. I have been able to put images and >> normal text. >> >> I can even convert the HTML into its own PDF file (using HTMLWorker.) >

Re: [iText-questions] insert HTML into PDF Form field.

2008-05-22 Thread 1T3XT info
bthorington wrote: > Hello, > > I've been trying to figure out how to put HTML (converted to PDF) into > form fields in an existing PDF. I have been able to put images and > normal text. > > I can even convert the HTML into its own PDF file (using HTMLWorker.) > Again, I can't see how to loa