prior / prawnto

a featureful rails plugin leveraging the new kickass prawn library to produce compiled pdf views
http://cracklabs.com/prawnto
MIT License
316 stars 101 forks source link

Problem to see the pdf files generated in Windows #17

Closed mpautasso closed 12 years ago

mpautasso commented 12 years ago

I can see the pdf files in Linux without problems, but I can't see it in Windows. I have the error "... mime type error ..." when I try open it with Acrobat Reader.

Any suggestion ?

Thanks.

mpautasso commented 12 years ago

Solved !.

The problem was that I included the layout in the pdf. I solved adding:

      render :layout => false

Thanks.