pmaupin / pdfrw

pdfrw is a pure Python library that reads and writes PDFs
Other
1.84k stars 271 forks source link

Run pdfrw in AWS lambda function #184

Open DinisCruz opened 4 years ago

DinisCruz commented 4 years ago

Hi, this is looks like a really powerful API, I would like to add it as part of serverless workflow (namely an AWS Lambda function to be used to parse and modify an PDF)

Is it possible?

Is there an example of it?

Any reasons why it wouldn't work?

Thanks

techNoSavvy-debug commented 4 years ago

I have used it and it works fine. I'm using it in my python function which I'm uploading to AWS as a lambda function. Just make sure your zip file that you upload has the module installed.