There seems to be just one problem: if Adobe Reader is running and the PDF file is not open, the DDE command for closing the document crashes Adobe. So, for instance, if you compile the file to PDF, view it in Reader, close it in Reader, go back to TexnicCenter and recompile, Reader will crash. Weird, though...
tramir wrote:
There seems to be just one problem: if Adobe Reader is running and the PDF file is not open, the DDE command for closing the document crashes Adobe. So, for instance, if you compile the file to PDF, view it in Reader, close it in Reader, go back to TexnicCenter and recompile, Reader will crash. Weird, though...
edit: still have problems, 'fix' removed
Last edited by MarkN on Sat Feb 03, 2007 8:17 pm, edited 1 time in total.
Yes, it works. But you should enable the 'Show each document in its own window' option in the Adobe Reader preferences. Otherwise you will run into the problem described by dustbinbear.
playmob wrote:
Enter the following DDE Commands in the "Viewer"-Tab:
View: [DocOpen("%bm.pdf")]
Search: [DocOpen("%bm.pdf")]
befor compiling: [DocOpen("%bm.pdf")][DocClose("%bm.pdf")]
dustbinbear wrote:
Hi playbob, it didn't seem to work so well for me especially when I had more than 1 pdf documents already running. adobe reader just crashes.
Attachments
Adobe Reader 8 Preferences
preferences.gif (15.42 KiB) Viewed 29715 times
Last edited by roman on Wed Feb 14, 2007 11:01 am, edited 1 time in total.
Actually, after putting an extra view: [DocOpen("%bm.pdf")] in the close, Adobe 8 still crashed 8O , so I just decided to try putting another one before that, and that worked for me. I don't know why, but it didn't work with just one. So what worked for me is:
fcastillo wrote:
Actually, after putting an extra view: [DocOpen("%bm.pdf")] in the close, Adobe 8 still crashed 8O , so I just decided to try putting another one before that, and that worked for me. I don't know why, but it didn't work with just one. So what worked for me is: