LarryG
Results
2
comments of
LarryG
I made an workaround some weeks ago by patching the prawn-library itself. The root of this error is an "unbalanced q/Q", which appears only in Adobe Acrobat Pro preflight. I...
Hey jbpros! I fixed this issue in a "quick and dirty" way by patching the /Library/Ruby/Gems/1.8/gems/prawn-core-0.8.4/lib/prawn/document/graphics_state.rb file. Modify: ``` def save_graphics_state add_content "q" if block_given? yield restore_graphics_state end end ```...