Skip to main content
Archived

Manipulate PDF with Transformer

Related products:Integrations
  • June 28, 2016
  • 1 reply
  • 29 views

Forum|alt.badge.img

In my project, I have to extract data from a form PDF and populate another form PDF. I also have to merge several pages into one PDF document.

So I use a python script and a specific python library PyPDF2 to do so.

I think it would be nice to have those features in the transformers list.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img
  • Author
  • July 5, 2016

I realize that the PyPDF2 library isn't enough for what I'm doing. So I need fdfgen library instead and pdftk to install.

It works on dictionnary with pairs of key/value tuples.