windows 用于打印到 PNG(或 SVG)的免费打印机
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4275418/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Free printer for printing to PNG (or SVG)
提问by gligoran
Is there a good free printer driver for printing something to PNG (or maybe even SVG) for Windows (I use 7 64bit)? I've got this site with some statistics and it displays this cool graph. It's got an embed feature, but that's using flash. I want to put this graph on my blog, but I don't want to use flash for mobile browser reasons. This site also supports printing the graph. So what I thought I would do is print the graph to a PNG or SVG file and use the picture.
是否有一个很好的免费打印机驱动程序可以将某些内容打印到 Windows(我使用 7 64 位)的 PNG(甚至 SVG)?我有这个网站有一些统计数据,它显示了这个很酷的图表。它有一个嵌入功能,但那是使用闪存。我想把这张图放在我的博客上,但出于移动浏览器的原因,我不想使用 Flash。该站点还支持打印图形。所以我认为我会做的是将图形打印到 PNG 或 SVG 文件并使用图片。
I've been searching around and I can't really find anything good or I'm just not typing in the correct keywords. Either way if you know of a good printer-to-file please share. Or if you see any other way.
我一直在四处寻找,但我真的找不到任何好的东西,或者我只是没有输入正确的关键字。无论哪种方式,如果您知道一个好的打印机到文件,请分享。或者如果你看到任何其他方式。
BTW: Can smart phones even handle SVGs?
顺便说一句:智能手机甚至可以处理 SVG 吗?
采纳答案by Erik Dahlstr?m
Try PDFCreator, it's free/opensource and allows saving as SVG, PDF etc...
试试PDFCreator,它是免费/开源的,并允许保存为 SVG、PDF 等...
Yes, most smartphones can handle svg, the browser on the iphone does for example, and if you install Opera Mini(available for most phones) you can view svg just fine. Opera Mobileand the mobile version of Firefox for Android also supports SVG. The exception is the default browser on Android 2.3 and below, which doesn't support SVG currently.
是的,大多数智能手机都可以处理 svg,例如 iPhone 上的浏览器可以处理,如果您安装Opera Mini(适用于大多数手机),您可以很好地查看 svg。Opera Mobile和 Firefox for Android 移动版也支持 SVG。例外是 Android 2.3 及以下版本的默认浏览器,它目前不支持 SVG。
回答by Ignacio Vazquez-Abrams
Print to PostScript then use either Cairo or ImageMagick to convert it to PNG or SVG.
打印到 PostScript,然后使用 Cairo 或 ImageMagick 将其转换为 PNG 或 SVG。