Page Layout ⇒ Transparent PDF Output
Transparent PDF Output
I want to import a PDF created by LaTeX into another software such that only the text (contents) is displayed without the white background.
Many thanks.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 126
- Joined: Sun Feb 13, 2011 8:36 pm
Transparent PDF Output
Consider the following example. It shows that the text is overprinted and there is no white background that would hide the text underneath.
demo1.tex
Code: Select all
\documentclass{article}
\begin{document}
This is the first document.
\end{document}
Code: Select all
\documentclass{article}
\begin{document}
This is the second document.
\end{document}
pdflatex demo1.tex
pdflatex demo2.tex
pdftk demo1.pdf stamp demo2.pdf output demo.pdf
is attached.
Best
- Attachments
-
- demo.pdf
- (26.31 KiB) Downloaded 643 times