Closed (duplicate)
Project:
PDFPreview
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2012 at 19:59 UTC
Updated:
20 Mar 2018 at 00:52 UTC
Jump to comment: Most recent
Comments
Comment #1
juanjo_vlc commentedPlease, take a look at 7.x-2.0 release, it uses image styles.
Comment #2
wOOge commentedThanks for updating it! — I tried it out — seems to be an issue with the rendered image not showing (I'm using private file system):
The previews are save in:
/sites/default/files/private/pdfpreview/[rendered_jpeg].jpgBut when you view the node, the image being called up is:
/system/files/styles/asset_preview/private/pdfpreview/[rendered_jpeg].jpgLooks like the
/styles/asset_previewpart of the path is coming from the image style setting, but this is not where PDFPreview is actually saving it.Comment #3
juanjo_vlc commentedHi wOOge,
I've no experience with private filesystems, I will prepare a test server and take a look.
I suposse other images are working fine with the same image style.
Original style work fine?
Comment #4
wOOge commentedYup — images handled by the image module, and core image styles are showing no problem with private file system on.
Comment #5
mstrelan commentedThe first part of this is fixed in 7.x-2.x and beyond. The second part is a duplicate of #2553845: Preview image should use same file system as that of its parent PDF.