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?

CommentFileSizeAuthor
34_rules_download.pdf4.61 KBsgurlt
34_direct_download.pdf9.15 KBsgurlt

Comments

sg88 created an issue. See original summary.

sgurlt’s picture

Issue summary: View changes
sgurlt’s picture

Status: Active » Closed (works as designed)

Ok 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]