shairontoledo / rghost

RGhost is a document creation and conversion API. It uses the Ghostscript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents. Support(PDF,PS,GIF,TIF,PNG,JPG,etc)
http://rghost.rubyforge.org
MIT License
187 stars 46 forks source link

Added % to shellescape regex for multipage support. #28

Closed qubitspace closed 11 years ago

qubitspace commented 12 years ago

shellescape was adding an extra slash when there was a % in the file name. Multiple page file names include a formatting string such as '%04d'.

shairontoledo commented 11 years ago

Can you give me a string to try reproduce that?