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!