##// END OF EJS Templates
Merged r12189 from trunk to 2.3-stable (#13632)...
Toshi MARUYAMA -
r11961:4deca5976ea3
parent child
Show More
@@ -2431,7 +2431,7 class TCPDF
2431 out('1 0 obj');
2431 out('1 0 obj');
2432 out('<</Type /Pages');
2432 out('<</Type /Pages');
2433 kids='/Kids [';
2433 kids='/Kids [';
2434 0.upto(nb) do |i|
2434 0.upto(nb - 1) do |i|
2435 kids<<(3+2*i).to_s + ' 0 R ';
2435 kids<<(3+2*i).to_s + ' 0 R ';
2436 end
2436 end
2437 out(kids + ']');
2437 out(kids + ']');
@@ -3103,7 +3103,7 class TCPDF
3103 # is a stream object that contains the definition of the CMap
3103 # is a stream object that contains the definition of the CMap
3104 # (PDF Reference 1.3 chap. 5.9)
3104 # (PDF Reference 1.3 chap. 5.9)
3105 newobj();
3105 newobj();
3106 out('<</Length 383>>');
3106 out('<</Length 345>>')
3107 out('stream');
3107 out('stream');
3108 out('/CIDInit /ProcSet findresource begin');
3108 out('/CIDInit /ProcSet findresource begin');
3109 out('12 dict begin');
3109 out('12 dict begin');
General Comments 0
You need to be logged in to leave comments. Login now