Defect #13632 » tcpdf.rb_r12127.patch
lib/plugins/rfpdf/lib/tcpdf.rb (working copy) | ||
---|---|---|
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 | 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 383>>');
|
|
3106 |
out('<</Length 345>>')
|
|
3107 | 3107 |
out('stream'); |
3108 | 3108 |
out('/CIDInit /ProcSet findresource begin'); |
3109 | 3109 |
out('12 dict begin'); |
- « Previous
- 1
- 2
- 3
- Next »