You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Paperclip Plugin
I'm feeling really stupid and I'm not getting this to work. I'm
uploading multipage pdf files and I want to generate png preview of
the first page. I don't wan't to do any resizing, just conversion from
pdf to png like
convert my_uploaded.pdf[0] my_uploaded.png
I've tried to pass all kinds of combinations of options to paperclip
but haven't succeeded. How should this be tackled?