Page 1 of 1

PDF plugin in CVS

Posted: Thu Aug 12, 2004 6:40 am
by bahwi
Using today's CVS (Aug 11). Need to add

Code: Select all

header('Content-type: application/pdf');
to line 238 and other places(I didn't find any) as appropriate so garbage doesn't show on the screen. Tested in Firefox only.

Works great other than that. =)

Re: PDF plugin in CVS

Posted: Thu Aug 12, 2004 9:59 am
by garvinhicking
Hi!

Those header() calls are done within the fpdf class, method 'Output()' so there shouldn't be a problem?! At least on my installation I get the headers fine...

Regards,
Garvin