柔性印刷的最佳实践?
我希望将我的视图打印到 A5 打印机,但是当我测试 pdf 打印功能时,我总是得到又窄又长的打印输出。
有没有办法设置页面的高度和宽度?根据 adobe 帮助,它是只读的。
有人有柔性印刷的经验吗?
I'm looking to print my view to an A5-printer but when I test the print functionality to pdf, I always get a narrow and long printout.
Is there a way to set the pageheight and width? According to adobe help it's read-only.
Does anyone have experience with printing in flex?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
默认的柔性打印确实相当危险。
如果您确实想要更流畅的打印输出,您可以使用以下开源库之一,
AlivePDF
或 PurePDF(as3 IText 端口)
干杯
The default flex printing is indeed rather dodgy.
If you really want smoother printouts, you could use one of the following open source libraries that do the job just fine
AlivePDF
or PurePDF (as3 IText Port)
Cheers
看看以下内容:
http: //www.kalengibbons.com/blog/index.php/2009/04/custom-printing-with-flex-part-3-printing-data/
这可能会有所帮助。
Have a look on the following:
http://www.kalengibbons.com/blog/index.php/2009/04/custom-printing-with-flex-part-3-printing-data/
This may help.
我致力于完整的柔性印刷解决方案(+预览)和 PDF 生成,我认为这将非常有帮助,请查看 http://blog.kreatx.com/2011/11/11/flex-printing-print-preview-pdf- Generation/
I worked on full solution flex printing (+ preview) and PDF generation that i think will be very helpful, check it out at http://blog.kreatx.com/2011/11/11/flex-printing-print-preview-pdf-generation/