L
L
Lici2014-10-12 20:56:03
PHP
Lici, 2014-10-12 20:56:03

How to generate a personal PDF on the server for KP?

Task: to create automatically a commercial offer (CP) for customers in the form of PDF, where information will be automatically generated based on the fields filled in by them.
How to receive and process information is clear. What is the general methodology for generating such a CP?
What is the best way to make a technical task for a proger?
What do you need from a designer?
As far as I understand, the designer will first draw the CP, then it needs to be turned into HTML, then the php script will generate it and insert data into the fields in the HTML layout. And then somehow wrap it in PDF.
So?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Taratin, 2014-10-12
@Taraflex

To generate pdf from html
wkhtmltopdf.org

U
UncaughtException, 2014-10-13
@UncaughtException

To be honest, pdf requires its own layout, it will be easier to generate a pdf file on the fly. The designer will draw a layout, the programmer will be able to generate a similar pdf file

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question