I have an internal form that is web-based. Clients insert their information (Name and such) and sign using a signing pad (This is more than an image. It's the speed, pressure, ect of the signature).
I've got this working as PDF's, but the forms NOW need to be web based, and when the clients hit "save" the information they input is converted to PDF. This must be done server side.
Is there a way to program using HTML, JavaScript, or something else to do this? Or is there a service that will do it automatically on the server?
Nothing can be saved locally.
(Short summary: information fields on local website, client inserts information to fields, signs using signing pad, and all information is sent to server and converted to PDF)
I'm not too familiar with PHP, but could PHP be used to do this? If so, how? The reason i can't have it client side, is because we're trying to get the whole system to work on Ipads as well as desktop office computers
There are library to build PDF in PHP, for instance fpdf.
In fact there are many libraries out there which allow you to build pdf, you just have to learn their respective APIĀ a little.
Check out TCPDF. It's the PHP library to generate PDFs automatically.
I used FPDF, it's easy to download and the site contains useful tutorials. Good luck
I have a an array of objects like this in angular: $scope.data = [ {name:"John", group:"a"}, {name:"David", group:"a"}, {name:"Tom", group:"b"}, ]; I want to present this data as ...
I have a an array of objects like this in angular: $scope.data = [ {name:"John", group:"a"}, {name:"David", group:"a"}, {name:"Tom", group:"b"}, ]; I want to present this data as ...
I'm having this headache now, since I've been having this problem the whole day and, still, can't fix it. I've looked on Google and StackOverflow for hours, tried many methods (including changing from ...
I'm having this headache now, since I've been having this problem the whole day and, still, can't fix it. I've looked on Google and StackOverflow for hours, tried many methods (including changing from ...
I have a div in which I have used submit button as follow : <div id="collapse2" class="panel-collapse collapse"> <div class="panel-body"> <div class="logininput"> ...
I have a div in which I have used submit button as follow : <div id="collapse2" class="panel-collapse collapse"> <div class="panel-body"> <div class="logininput"> ...
When resizing an element in isotope using perfectMasonry extention because of the variable sizes of the elements it creates some spaces. I want to check with jquery every time there is a relayout if ...
When resizing an element in isotope using perfectMasonry extention because of the variable sizes of the elements it creates some spaces. I want to check with jquery every time there is a relayout if ...