Answer to my previous question for future readers: use the pdfannotextractor command (works on Ubuntu).
If you're getting a weird error, use pdfannotextractor --install (this should fix the perl dependencies and automatically install all the needed packages).
I'm using pdflatex to generate pdf files and the pdfpages class to import pdf files into my document (\includepdf).
When a pdf file is imported it looses all of its bookmarks that were present in the original file. Is there a way to preserve the bookmarks in the new file?
I am importing a pdf file using the pdfpages package and wish to add an attachment after the last text line in the imported pdf file. When I use attachfile a new empty page is created and the attachment is added there.
Is there a way to force attachfile to add the attachment on the last page of ...
I need to add ~ between a single letter word and another word so they don't get separated. When the letter and word is between \begin{verbatim} and \end{verbatim}, it should be ignored as that is source code that doesn't need white spaces.
Is there a good application or command line tool that can ...
I found this: \usepackage{listings} \lstset{ % language=C++, % choose the language of the code basicstyle=\footnotesize, % the size of the fonts that are used for the code numbers=left, % where to put the line-numbers numberstyle=\footnotesize, % the size of the fonts that are used for the line ...