Problelm:
PDF creating works fine, but the PDF is missing the images. Also, it
does not seem to be able the CSS file of the extension and current and
total page numbers are not printed.
From the log:
Slution:
check if your .htaccess has some authentication like this :
AuthName "Acces interdit"
AuthType Basic
AuthUserFile /...
require valid-user
When I remove it , it work fine.
Maybe the java package in ParadoxPDF has no permission to access the image and css file.
Other slution:
Waiting your reply!
Thanks in advance!
本文讨论了使用PDF创建工具时遇到的问题,包括PDF文件中图片丢失及无法加载CSS样式的情况。通过检查服务器配置及权限设置,最终找到了可能的原因并给出了相应的解决方案。
3470

被折叠的 条评论
为什么被折叠?



