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