Pdf

It’s got to be the PDF file. As soon as it is made compatible then it will be fine. That PDF is just being a template to which text will be added ontop and the user will just print the new file out. No changes are saved to the template at all.

I just need to know how to make my PDF compatible.

OK then your concern should be, will the pdf created by compatible with all the readers out there :wink:

PM me the PDF template you have, I’ll pass it though my setup and resave, perhaps that will give you a template usable by the class.

Use link below to mail me

I think probably the class your using predates the ver1.6 pdf youre trying to load.

Ive converted to 1.4 and sent you a copy, also sent a copy of a reformatted 1.6 to try.

Let me know if that works for you.

Still not tested the ones you sent just yet as I have been working on other parts of the application for the time being.

One issue I could do with a bit of advice with is if I am writing some text in a cell on my PDF file, if the text is long in length then I would like it to wrap to the next line.

How can I do this?

Multicell perhaps

This method allows printing text with line breaks. They can be automatic (as soon as the text reaches the right border of the cell) or explicit (via the
character). As many cells as necessary are output, one below the other.
Text can be aligned, centered or justified. The cell block can be framed and the background painted.

Thanks, Multi Cell worked perfectly.