Help with header() redirect and a PDF file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

lunarnet76
Forum Commoner
Posts: 67
Joined: Sun Apr 04, 2010 2:07 pm
Location: Edinburgh

Re: Help with header() redirect and a PDF file

Post by lunarnet76 »

me! wrote: Outputs:
<< /Fields [ <><><><><><><><>] /F (http://localhost/QSL/100yrs.pdf) /ID [ <2b659bbdf7367d7ae488876a332b7b85> ] >>
<><><><><><><><> is not supposed to be here, your supposed to have </T() /V()> or nothing,
you have not answered to me : have you tried to remove : /ID [ <2b659bbdf7367d7ae488876a332b7b85> ] ????
me!
Forum Contributor
Posts: 133
Joined: Sat Nov 04, 2006 8:45 pm

Re: Help with header() redirect and a PDF file

Post by me! »

UPDATE:
To end up doing what I needed I needed to load PDFTK (PDF Tool Kit) on a server. I found no other way to handle the PDF and FDF file as desired.

The problem I was having with FireFox not opening the PDF/FDF file was due to my old version of Acrobat (6.x full program) I downloaded the new reader and it works just fine.

So for anayone wanting to fill in PDF "templates" (forms) use PDFTK, the only problem is I know of NO shared hosting providers that will/have it installed on a server so you will need VPS or better to run it.

:bow:
Post Reply