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);
>
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.)
>
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