I used the Print module, where when the PDF was generated, the browser open a dialog to save the file as...
Using this module, the browser open the PDF itself. I need to change the default behaviour. Is it possible?

Thank you for a reply, for this silly question.

Adrian

Comments

adpo’s picture

PS> I tried with target="_blank", but the whe PDF will not open in new window.

adpo’s picture

PS.I've also tried to change the htaccess file

<FilesMatch "\.(?i:pdf)$">
  ForceType application/octet-stream
  Header set Content-Disposition attachment
</FilesMatch>
killua99’s picture

Priority: Minor » Normal
Status: Active » Postponed (maintainer needs more info)
Issue tags: +Needs steps to reproduce

Dear fellow Drupal enthusiasts,

I have set this issue to "Postponed (Maintainer needs more information)".

If not already done please add an issue summary and steps how to reproduce the problem.
And please read again, "Making an issue report".

Help about how to do this can be found on IRC and in the user groups.

After there is new information, please re-open the issue by changing the status to active.

--
This issue was edited with the help of Issue Helper

killua99’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (works as designed)

Please open a new issue if you still have this problem.