Hey,
first of all thanks for that great module :)
I currently fighting with the following problem: I implemented entitprint to print out entityform submissions as PDFs, afterwards they should be downloaded to the server using that module.
When open the url directly entityprint/entityform/[id], the PDF opens and I can download it using the browser download button.
But when I download the PDF file using this module and try to open the file afterwards on the server, adobe acrobat tells me that the file is broke.
Both files are attached. Any thoughts?
Comments
Comment #2
sgurlt commentedComment #3
sgurlt commentedOk I solved that issue quicker then I had created it ...
If anyone else ever ran into this, do not forger the leading "/" before your download URL
entityprint/entityform/[id]
must be
/entityprint/entityform/[id]