-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't store resized pdf as jpg #483
Comments
i found the solution this is the file where is the problem: |
+1 |
hash with indifferent access is a rails thing. |
you are right that in the documentation iit uses string keys, didn't noticed that... |
What about adding your own implementation of |
I'm trying to resize first page of PDF to JPG and then store it at s3.
pdf_file.thumb('200x200', format: :jpg, frame: 0)
works fine and produce resized thumbnail of pdf.but
pdf_file.thumb('200x200', format: :jpg, frame: 0).store
produce invalid file!The text was updated successfully, but these errors were encountered: