PDF plugin in CVS

Found a bug? Tell us!!
Post Reply
bahwi
Regular
Posts: 9
Joined: Wed Aug 11, 2004 10:55 pm

PDF plugin in CVS

Post 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. =)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: PDF plugin in CVS

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply