ensure pdf path is there
This commit is contained in:
parent
e9b60b622f
commit
cf9b2c224f
@ -78,6 +78,8 @@ module SVGGVS
|
||||
end
|
||||
end
|
||||
|
||||
Pathname(context.session.pdf_target).parent.mkpath
|
||||
|
||||
system "gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=#{context.session.pdf_target} -dBATCH #{pages.join(" ")}"
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user