问题描述
每个人的好日子,
i需要创建一个项目是关于向观众打印商业表格。
业务表单将包含HP PCL或Epson PCL十六进制代码。
例如HP PCL十六进制代码:
9 CPI和portrait = X'1B2873303968 '
设置十六进制代码并从数据库加载数据后,将弹出一个查看器(打印预览),并向用户显示打印时报告的外观。
建议的方式或网站我可以参考吗?
我是新的在vb打印(我正在使用VS 2013),所以希望可以从你们那里得到一些信息。
谢谢。
Good days for everyone,
i need to create a project is about "print business form to a viewer".
the business form will contain HP PCL or Epson PCL hex codes.
For Example HP PCL hex code:
9 CPI and portrait = X'1B2873303968'
after set the hex code and load data from database, a viewer(print preview) will pop up and show user how the report will look like when print out.
is it recommended way to do it or website which i can refer?
i'm new at vb printing(i'm using VS 2013), so hope can get some information from you guys.
Thank you.
推荐答案
这篇关于使用PCL代码打印表格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!