Заполнение полей формы PDF с помощью PHP ⇐ Php
-
Anonymous
Заполнение полей формы PDF с помощью PHP
I've built a pretty extensive application on my local machine. One of the most important features of it is importing data into some of the provided PDF's form fields using pdftk.
I'm attempting to put the app in more of a production environment (local on my Synology NAS) but it doesn't seem to be possible to install the pdftk library on the NAS directly in order for the app to use it.
Basically, I need to be able to import data into certain fields on the PDF and save the file for use later.
Please let me know if any of you have had success with getting pdftk to work on a Synology NAS or if you are aware of another library I can use to accomplish this same task.
I was thinking of containerizing the entire application with pdftk, but I'm not too familiar with Docker ... is this a feasible approach?
Источник: https://stackoverflow.com/questions/780 ... s-with-php
I've built a pretty extensive application on my local machine. One of the most important features of it is importing data into some of the provided PDF's form fields using pdftk.
I'm attempting to put the app in more of a production environment (local on my Synology NAS) but it doesn't seem to be possible to install the pdftk library on the NAS directly in order for the app to use it.
Basically, I need to be able to import data into certain fields on the PDF and save the file for use later.
Please let me know if any of you have had success with getting pdftk to work on a Synology NAS or if you are aware of another library I can use to accomplish this same task.
I was thinking of containerizing the entire application with pdftk, but I'm not too familiar with Docker ... is this a feasible approach?
Источник: https://stackoverflow.com/questions/780 ... s-with-php