PDF Include and Templates

pmoyano

New Member
Hi:

I need help with PDF_Include again, this time with templates.


Here is the code i use:

{pdf_inc.i}

RUN pdf_new ("Cotiz", "c:\temp\prueba1.pdf").
RUN pdf_open_PDF("Cotiz","c:\temp\prueba.pdf","prueba1").
RUN pdf_new_page("Cotiz").
RUN pdf_use_PDF_page("Cotiz", "prueba1", 1).
RUN pdf_fill_text("Cotiz", "campo1", "Hello", "").
RUN pdf_close ("Cotiz").

Error:

pdf_use_PDF_Page Invalid Page # for PDF ID = Cotiz

Help Please! :confused:
 
Back
Top