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