ReportPDF import a pdf file in background

I would know if is possible to import a file pdf as background image for to work on.
I saw in the library TCPDF a tcpdf_import, but I don’t know as to do for import it in the Pdf Report.

Thanks.

[SIZE=15px]PDF is a proprietary format. Setting it as a background is not possible without some hack. what are you trying to achieve ?[/SIZE]

I need to print a page that it have as background a pdf file with some fields to write to.

Hi, I didn’t understand that can you rephrase please

I have a pdf file and I must to write on.

so you have a pdf image and want to fill the fields in on the screen yes ?

Right. You understand me.

Ok nothing is impossible but this is not going to work very well, you can in theory use a pdf as background image then use a form over the image but you will have issues with different browsers with location of the fields over the boxes, a much better way would be to replicate the pdf as a form. hope this is of help I would suggest a different approach to what you are trying to do.

I want to set a pdf file as background image. The TCPDF library allow it trought the import a pdf file and then to write on.

I want to set a pdf file as background image. The TCPDF library allow it through the import a pdf file and then to write on.