]> git.lyx.org Git - features.git/commit
Fix pdf format conversion
authorJulien Rioux <jrioux@lyx.org>
Sat, 13 Jul 2013 14:12:04 +0000 (16:12 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 13 Jul 2013 14:15:13 +0000 (16:15 +0200)
commit73368ed2d97728ee3ec889383b3803d8e3309e9d
tree84061171511e7dda27386777eaa29404b2f5e52b
parent096204e23fb9a366e7508d93432a70efcd56e212
Fix pdf format conversion

When calling the default converter (convert) we pass the format on the
command line. In LyX we have various pdf, pdf2, pdf3, etc. formats all
representing PDF. We need to strip to trailing digit in the format string
otherwise the format is not understood by convert.
src/graphics/GraphicsConverter.cpp