pdfjinja
pdfjinja copied to clipboard
Use jinja templates to fill and sign pdf forms.
When we are applying the signature on pdf. it gets stretched and fills the whole box. Can you please let me know how can I maintain the original size of...
Hi, Is there a way to initialize PDFJinja object using file stream/object instead of filepath and name. I have a scenario where the PDF file is located in an URL...
Hi, Thanks for this great package! I have successfully created a pdf template and populated it with data, but when I try to use Hebrew characters, it fails silently. All...
Hi, currently the pasted images get stretched. Is there any method to keep the image ratio same as image and center it?
Code account for pasting different sized images to maintain original image ratio dimensions.
Great package. I am wondering if there is a way we can keep the fields editable after the output happens. Right now, the PDF will save but when opening using...
Hi, I'm having trouble getting check box to be checked. I tried the example, and it will not check the box. Thanks
Checking on https://www.reportlab.com/docs/reportlab-userguide.pdf the use of `drawImage` could be enhanced using `mask` enabling PNGs and other transparency images to get real transparency instead of white background.
I always get the error-code: File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pdfjinja.py", line 208, in exec_pdftk p = Popen(args, stdin=PIPE, stdout=PIPE, stderr=PIPE) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 707, in __init__ restore_signals, start_new_session) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 1326, in...