##// END OF EJS Templates
PDF: fix the problem that TCPDF built-in font breaks in the Windows (#61)....
Toshi MARUYAMA -
r5170:2b899b73ada8
parent child
Show More
@@ -3063,7 +3063,7 class TCPDF
3063 out('/Filter /FlateDecode');
3063 out('/Filter /FlateDecode');
3064 end
3064 end
3065 out('>>');
3065 out('>>');
3066 open(ctgfile) do |f|
3066 open(ctgfile, "rb") do |f|
3067 putstream(f.read())
3067 putstream(f.read())
3068 end
3068 end
3069 out('endobj');
3069 out('endobj');
General Comments 0
You need to be logged in to leave comments. Login now