Jinge (Ben) Li
Jinge (Ben) Li
Hey, thanks for posting. So far I have been pretty much solo developing this project so ya it is definitely an aspect that I overlooked. I’ll need some time though...
Hey, not sure if you still need it but there's now a developer guide in the docs: https://chinapandaman.github.io/PyPDFForm/dev_intro/
So image field is not a widget type that the library supports. I don't think it's explicitly stated in the docs but I can add it later if it ever...
You are more than welcomed to try getting the signature field to work for `FormWrapper`! If it helps at all [this](https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf) is by far the best resource I have been...
Hey @73VW, it's been a little over a week now. Do you mind if I close this issue? When you have something we could always open another one.
Hey, so I spent today looking into this a bit more. When I compared your PDF with [a PDF form with image field of mine](https://github.com/chinapandaman/PyPDFForm/blob/master/pdf_samples/sample_template_with_image_field.pdf), I noticed something that both...
Hey @cip91sk , thanks for posting. Unfortunately after some experimenting, I cannot make such changes you proposed, for two reasons: 1) Currently the library tests filling image fields using two...
Hey, thanks for posting. The issue you ran into was somewhat discussed in [another thread](https://github.com/chinapandaman/PyPDFForm/issues/558), specifically I did a rather detailed explanation [here](https://github.com/chinapandaman/PyPDFForm/issues/558#issuecomment-2052636279). In short, Adobe Acrobat seems to require...
It’s normal for regular text field to overflow but that shouldn’t be the case for multi-line paragraph field. Could you post me an example? Edit: unless for paragraph field it...
So in other words paragraph field overflows vertically. Ok this is actually expected behavior. I’ll implement an auto adjusting mechanism no later than the end of this week and get...