I am generating PDF files with pdflatex and I would like my PDF to allow comments/annotations (without having to use Acrobat Professional to write the comments). pdflatex cannot enable comments in PDF files. Is there a free software that can activate this functionality on existing PDF files?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
||||
|
|
|
If with "activate this functionality" you mean make it available in Adobe Acrobat Reader, then the answer is no, there is not such software. See an answer I wrote for a similiar question here. |
|||||||||||
|
|
I used PDF-XChange Viewer. Annotation and highlighting was free in that time. |
|||||||||||
|
|
You can use Ghostscript to add annotations to a PDF file. Is that free enough for you? Try something like this:
If you want to know more about this method, you need to read up about the then here: |
|||||||||
|