S
S
Sergey Ilyin2021-02-06 18:43:15
Python
Sergey Ilyin, 2021-02-06 18:43:15

What to choose for layout in pdf?

Good afternoon.
There is text + graphics. I really want to display all this beautifully in the spirit of storytelling. The problem is that it all has to be in pdf. Tell me, are there any libraries / solutions that allow you to make it "beautiful" right away? Ideally, you need something similar to Tilda? only for texts. Or a python library that would allow such a thing to be generated. If there are no such solutions - ok, write that my way is "first generate html, then transfer it to pdf", but that's not how I would like it all the same.
I would be grateful for ideas.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vasily Bannikov, 2021-02-06
@sunsexsurf

latex

A
aleks-th, 2021-02-06
@aleks-th

wkhtmltopdf
So much easier, in python, generate html and envelope in pdf

A
AVKor, 2021-02-06
@AVKor

If you need it in Python, then:
1 , 2 , 3 , 4 .

D
d-stream, 2021-02-07
@d-stream

As one of the options, take the ReStructuredText (.rst) format as a basis and generate a bunch of different things from it, including html, LaTeX, PDF, etc. (more precisely, everything that can be obtained from LaTeX)
Moreover, .rst into something is just about python, if we talk about sphinx

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question