bymayo / craft-pdf-transform

Transform a PDF page to an image (JPEG, PNG)
MIT License
12 stars 8 forks source link

Issue #5 #6

Closed zroberts closed 1 year ago

zroberts commented 4 years ago

Extended plugin to allow a second public variable called "asset". This will return the generated PDF image back as a Craft Asset instead of the URL string, allowing the getUrl to then be called on the item.

bymayo commented 1 year ago

@zroberts Thanks for this, but a similar approach (But improved slightly) was I've added a new .render() method