Viewers for PDF, PS, and DVI ⇒ Problem with Adobe Reader 8.0
Problem with Adobe Reader 8.0
DDE commands don't work very well with Adobe Reader 8.0. In particular, DocClose makes Reader crash. I had no problem with 7.0 but still I would like to use 8.0.
Is there a workaround? And would there be a way to use pdfopen and pdfclose, which come with MikTex?
Martin.
Is there a workaround? And would there be a way to use pdfopen and pdfclose, which come with MikTex?
Martin.
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Problem with Adobe Reader 8.0
Yeah, I noticed the same problem. I simply uninstalled Adobe 8.0 and reinstalled 7.0.8!
TexyWolf.
TexyWolf.
-
- Posts: 19
- Joined: Wed Jan 17, 2007 11:42 am
Re: Problem with Adobe Reader 8.0
I experienced problems with adobe reader 8 too, I also noticed that some pdf files that used to look (the text) well in version 7, look pretty bad in adobe reader 8.
However I wouldn't be downgrading, as I heard recently about some major security flaw being found in previous version of adobe reader.
Probably use some other readers like foxit reader?
However I wouldn't be downgrading, as I heard recently about some major security flaw being found in previous version of adobe reader.
Probably use some other readers like foxit reader?
Re: Problem with Adobe Reader 8.0
This problem forced me to stop using Adobe Reader to preview my LaTeX documents. I now use the YAP program in the MiKTeX distribution. It integrates brilliantly with TeXnicCenter to let me do both forward and inverse search with my .dvi documents, which I can then convert to .pdf when I'm finished proofing. It saves a lot of hassle!
If you have the MiKTeX distro, I'd just say do away with Reader altogether!
If you have the MiKTeX distro, I'd just say do away with Reader altogether!
Re: Problem with Adobe Reader 8.0
Not using Adobe Reader is not always possible, especially when you integrate drawings done with pgf/tikz.
What about using GhostView?
But I don't know about links between the original and the .pdf!
Regards,
Alain Delmotte
What about using GhostView?
But I don't know about links between the original and the .pdf!
Regards,
Alain Delmotte
Re: Problem with Adobe Reader 8.0
I've tried FoxitReader, and it certainly is *fast*, but there are a few things about it that drive me crazy!
The first is that it does not AFAIK have a "windowed" interface, so a new instance is opened for each PDF document which is opened.
The second frustration I have experienced is that it renders some documents with fonts which look terrible and are quite different from much-better-looking fonts when the file is displayed with Acrobat.
It is a useful application though, because it is one stand-alone EXE file which does not require installation and is about 10% of the size of Acrobat!
TexyWolf.
The first is that it does not AFAIK have a "windowed" interface, so a new instance is opened for each PDF document which is opened.
The second frustration I have experienced is that it renders some documents with fonts which look terrible and are quite different from much-better-looking fonts when the file is displayed with Acrobat.
It is a useful application though, because it is one stand-alone EXE file which does not require installation and is about 10% of the size of Acrobat!
TexyWolf.
Problem with Adobe Reader 8.0
MartinC wrote: DDE commands don't work very well with Adobe Reader 8.0. In particular, DocClose makes Reader crash. I had no problem with 7.0 but still I would like to use 8.0.
Is there a workaround? And would there be a way to use pdfopen and pdfclose, which come with MikTex?
Martin.
Hi Martin, I don't know anything about "pdfopen" and "pdfclose", but if these are simple command line tools, you can make TXC to call them instead of executing a DDE command. Simply do the following:
- Choose menu "Build > Define Output Profiles..."
- Select "LaTeX => PDF" in the list on the left
- Select the "Viewer" tab on the right
- Choose "Command line argument" in the relevant section on the right (i.e. "Close document...")
- Enter the command line to be executed
- Attachments
-
- closecmd.png (9.11 KiB) Viewed 47355 times
Last edited by Sven on Thu Jan 18, 2007 7:44 pm, edited 1 time in total.
LaTeX Community Administrator
Originator of TeXnicCenter
Originator of TeXnicCenter
Re: Problem with Adobe Reader 8.0
I stand corrected regarding FoxitReader. I see that version 2.0 has been released which supports a windowed multidocument interface. The fonts are still not perfect for all PDF documents, but I think they are much improved.
Regarding the previous post -- where can we find details of the command line parameters for Adobe Acrobat Reader 8.0? A Google search appears to reveal very little which is useful ... ?
TexyWolf.
Regarding the previous post -- where can we find details of the command line parameters for Adobe Acrobat Reader 8.0? A Google search appears to reveal very little which is useful ... ?
TexyWolf.
Problem with Adobe Reader 8.0
Hi,
If you really need to use Adobe Reader, you can get TeXnicCenter to open the file without error quite easily by using a command line argument in the profiles window.

All you can do for the close document field is tell it not to. You'll still have to remember to close the window after you're finished previewing, but opening documents should work.
There is another workaround however. Create a bare document in TeXnicCenter:
Save it and use TeXnicCenter to build and open it in Reader. You should now be able to use Reader as you always have done for other files provided that this initial file stays open (it seems that only until all the documents opened by TeXnicCenter are closed that the program will actually crash).
I hope one of these methods is satisfactory for now, until Adobe sort this issue out.
P.S. I heard that this works fine on Adobe Reader Pro. Can anyone confirm that?
If you really need to use Adobe Reader, you can get TeXnicCenter to open the file without error quite easily by using a command line argument in the profiles window.

All you can do for the close document field is tell it not to. You'll still have to remember to close the window after you're finished previewing, but opening documents should work.
There is another workaround however. Create a bare document in TeXnicCenter:
Code: Select all
\documentclass{article}
\begin{document}
Blank page.
\end{document}
I hope one of these methods is satisfactory for now, until Adobe sort this issue out.
P.S. I heard that this works fine on Adobe Reader Pro. Can anyone confirm that?
Last edited by dmonkey on Thu Jan 18, 2007 10:28 pm, edited 1 time in total.
Re: Problem with Adobe Reader 8.0
I just find it amazing that version 8.0 produces this problem, but not earlier versions. How is it possible to release a product that is not backwardly compatible with the previous version? Especially for something as "fundamental" as DDE commands.
Sigh.
TexyWolf.
Sigh.
TexyWolf.