谁能告诉我如何使用ghostscript使用powerbuilder 10.5打印文件
我需要添加哪些文件。我需要使用什么版本的ghostscript。vista/xp/win 7 的不同版本。
谁能告诉我如何使用ghostscript使用powerbuilder 10.5打印文件
我需要添加哪些文件。我需要使用什么版本的ghostscript。vista/xp/win 7 的不同版本。
假设您要查找的是通过 datawindow 的 SaveAs 命令打印到 PDF...
ll_rc = dw_report.saveas(ls_filename, PDF!, false)
...您需要在两个位置安装(可用)Ghostscript:
第二个文件夹用于 PowerBuilder IDE。
我正在使用 Ghostscript 8.7.1 版。它可以在 Win XP 和 Win 7 环境中与 PowerBuilder 11/12/12.5 一起正常工作。不确定 PB10.5 和更新的 GS 版本。较旧的 Ghostscripts 可以在这里找到:
http://downloads.ghostscript.com/public/
希望这可以帮助。