O
O
Oleg Sheshin2013-04-24 02:41:00
Django
Oleg Sheshin, 2013-04-24 02:41:00

Is there a simple online doc or pdf editor in python?

Hello!
There is a task on the site to add the ability to edit documents, not capitally, without formatting, in fact, only enter your details (financial, first name, last name, etc.). Ideally, it would be like this - a document (agreement) would be created, uploaded to the server, after that, based on the personal data of a certain group of users, the first and last names were taken and substituted into the specified fields of the document, then users were given the opportunity to add or change certain data without downloading a document. Has anyone encountered a similar problem or knows a ready-made / close to ready-made solution? I would appreciate an answer, thanks.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Huseynov, 2013-04-24
@kibergus

Input fields in html, where values ​​are entered that the user should be able to change. They should reflect the essence of the document, but not its layout. And then we substitute these values ​​into the latex document template and render it using pdflatex. It turns out a beautiful neat document, which is pleasant to look at.

Y
Yuri Shikanov, 2013-04-24
@dizballanze

Alternatively, you can create document templates in html. After the user has edited the document, render it to pdf, for example using phantomjs .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question