We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我最终生成了一个 HTML 文件并使用 wkhtmltopdf(Webkit HTML 到 Pdf)工具将其转换: http: //code.google.com/p/wkhtmltopdf/
如果使用所见即所得编辑器生成 HTML,那么我猜想几乎就是 livedocx 带来的功能,即允许使用编辑器创建模板。
I ended up generating an HTML file and converting it with the wkhtmltopdf (Webkit HTML to Pdf) tool: http://code.google.com/p/wkhtmltopdf/
If using a WYSIWYG editor to generate the HTML then I guess one is almost at the kind of functionality that livedocx brings i.e. to allow templates to be created with an editor.
zend 框架是松散耦合的。您应该尝试下载最新的副本并将 Zend_Service_LiveDocX 文件夹放入 Zend 库的 Zend_Services 文件夹中,如果您启用了自动加载,您的应用程序应该能够找到它并使用它...值得一试,而且肯定是一个更好的主意而不是采购另一个第三方应用程序。我也使用过各种 php 的 pdf 库,你知道吗,我讨厌它们中的每一个。
The zend framework is loosely coupled. You should try downloaded the latest copy and placing the Zend_Service_LiveDocX folder in your Zend library in the Zend_Services folder and if you have autoloading enabled, your application should be able to find it and use it... it's worth a try and certainly a better idea than sourcing another third party application. I too have used all the various pdf libraries out there for php and you know what, I hated every one of them.