معرفی شرکت ها


PdfFormFiller-0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Insert text into pdf templates
ویژگی مقدار
سیستم عامل OS Independent
نام فایل PdfFormFiller-0.4
نام PdfFormFiller
نسخه کتابخانه 0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Daniel Roesler
ایمیل نویسنده diafygi@gmail.com
آدرس صفحه اصلی https://github.com/diafygi/pdfformfiller
آدرس اینترنتی https://pypi.org/project/PdfFormFiller/
مجوز GPLv3
PdfFormFiller ------------- Source Code: https://github.com/diafygi/pdfformfiller Documentation: https://pdfformfiller.readthedocs.org/ This is a library that lets you easy insert text into a pdf. It is super useful when you need to prefill an existing pdf template (for example, a grant application form) with your own data. :: pip install pdfformfiller Once installed, you can add text fields to any pdf. You specify the bounding box of the field, and the text will auto-resize to fit within that rectangle. :: from pdfformfiller import PdfFormFiller filler = PdfFormFiller("myform.pdf") filler.add_text(text, pagenum, (x1, y1), (x2, y2)) filler.write(outfile) In order to determine the correct (x1, y1), (x2, y2) coordinates for your test field bounding box, we recommend dumping your existing pdf template to images with 72 dpi and using an image editor (like GIMP) to find the pixel coordinates of the rectangle you want your bounding box to be. :: pdftoppm -png -r 72 myform.pdf myform-pages


نحوه نصب


نصب پکیج whl PdfFormFiller-0.4:

    pip install PdfFormFiller-0.4.whl


نصب پکیج tar.gz PdfFormFiller-0.4:

    pip install PdfFormFiller-0.4.tar.gz