This topic is locked

Create a PDF

6/27/2019 3:28:51 AM
PHPRunner General questions
P
PaulM author

I would like to create a pdf file from several of the tables in database including pictures and store it directly into the database. Can this be done with coding? I don't want to create it and then have to upload it again.
IE: table1 name

table2 address

table2 postcode

table3 photo

Sergey Kornilov admin 6/27/2019

This can be done but will require some coding. PDFs are created in Javascript now meaning you will have to send it back to the server in order to save it in the database.

A
Abhijeet 7/2/2019



This can be done but will require some coding. PDFs are created in Javascript now meaning you will have to send it back to the server in order to save it in the database.


Hi Sergey,
I am looking for similar functionality, but slightly different, like there are several detail table to a master and I want to save it to flat file as pdf into disk when record saved. Can we see this as feature.
Thank you in advance.