impose
impose copied to clipboard
A utility and library for imposition -- arranging pages on a sheet of paper for optimal printing
I am trying to impose 32 landscape A5 to A3. But it just repeats some images on all pages. Page numbers seems to be correct. , `PDF::Reader` former API is now deprecated. > Version 1.0.0 of PDF::Reader introduced a new page-based...
I noticed only some of the images on the left side of the pdf (after the pdf has been imposed) are missing. But on the right side there's nothing missing....
# MWE ```bash # get this PDF wget https://bayes.wustl.edu/etj/articles/random.pdf impose random.pdf ``` > ```bash > /Library/Ruby/Gems/2.6.0/gems/pdf-impose-1.0.0/lib/pdf/impose/builder.rb:109:in `_apply': undefined method `[]' for nil:NilClass (NoMethodError) > from /Library/Ruby/Gems/2.6.0/gems/pdf-impose-1.0.0/lib/pdf/impose/builder.rb:101:in `initialize' > from /Library/Ruby/Gems/2.6.0/gems/pdf-impose-1.0.0/bin/impose:143:in...
In linux mint 22, on most but not all PDF's I get the error /var/lib/gems/3.2.0/gems/pdf-impose-1.0.0/lib/pdf/impose/ext.rb:9:in `extract_content_stream': no implicit conversion of Symbol into Integer (TypeError) if data[:Filter] ^^^^^^^ from /var/lib/gems/3.2.0/gems/pdf-impose-1.0.0/lib/pdf/impose/ext.rb:62:in `block...