Each pdf page turned into image
I have a specific use case where I would need a node(s) which can: download the pdf file and turn each page of that pdf into .png or .jpeg file and then save it on database (preferrably outside Buildships provided storage).
I have tried it before on Buildship, but didn't succeed.
Maybe someone has done something similar using Buildship?
2 Replies
AI Support Bot Information
<@750455891878215831> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human!
Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers.
Please note: Team members will review and answer the questions on best efforts basis.
AI Response
I couldn't find a specific pre-built workflow that matches your exact use case of converting each page of a PDF into PNG or JPEG files and saving them on an external database.
However, you can create a workflow using BuildShip that involves:
1. A node to download the PDF file.
2. A node to convert each page of the PDF into an image format, such as PNG or JPEG.
3. A node to upload these images to an external storage or database (outside BuildShip storage).
For detailed guidance, you might need to break down these steps further in your workflow or explore individual nodes available in the BuildShip node library. If you need further assistance customizing this, consider reaching out to BuildShip support for more in-depth support.
BuildShip AI Support