PDF form field dissapear after using pdf_use_PDF_page

Hi,

I'm trying to simply figure out how to use dynamic forms. I created a form in acrobat and wanted to test it. Unfortunately the resultant form has no fields or filled in values.

Can some one please explain what I am doing wrong?

This is my code with the template and the resultant pdf file attached.

{inc/pdf_inc.i "NOT SUPER"}

RUN pdf_open_PDF IN h_PDFinc ("Spdf","c:\Temp\template.pdf","Inv"). /* Open Template PDF*/
RUN pdf_new IN h_PDFinc ("Spdf","c:\temp\filled-form.pdf").

RUN pdf_new_page IN h_PDFinc ("Spdf").
RUN pdf_use_PDF_page IN h_PDFinc ("Spdf","Inv",1). /* Use Page 1 from Template */

RUN pdf_fill_text IN h_PDFinc ("Spdf", "pdfMemName", "TESTY Guuy", "").
RUN pdf_close IN h_PDFinc ("Spdf").


AttachmentSize
template.pdf14.23 KB
filled-form.pdf10.63 KB