Page 1 of 1

Functional Flow: Generate Thumbnail

Posted: Wed Aug 03, 2016 8:41 pm
by gabrielp
Image

This flow generates thumbnails from PDFs using PDF2Image (PitStop). The flow follows functional flow design and utilizes the portal callback pattern. It currently only handles making 350px thumbnails, but I'll extend it to handle dynamic sizes soon. It will make each thumbnail 350px in its longest dimension, maintaining the original aspect ratio. It will select the first page of the PDF and it will also crop to the trim box. Password protected PDFs are unsupported and are handled within the flow using an optional failure callback.

Get the most up to date flow and documentation here:
https://drive.google.com/folderview?id= ... sp=sharing

Scripts used:
https://github.com/open-automation/swit ... ble-assert
https://github.com/open-automation/switch-portals