【发布时间】:2018-10-31 10:34:14
【问题描述】:
我使用inkscape (https://inkscape.org/release/0.92.3/windows/64-bit/) 将svg 文件转换为pdf。我使用了以下命令
"./inkscape.exe " + svgFilePath + " --export-area-drawing --export-pdf=" + pdfFilePath
和
"./inkscape.exe " + svgFilePath + " --export-area-page --export-pdf=" + pdfFilePath
在这两种情况下,生成的 pdf 都处于纵向模式。我想在横向模式下将我的 svg 转换为 pdf。我怎样才能做到这一点?
【问题讨论】:
标签: pdf svg inkscape pdf-conversion