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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- 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 656 times