Search found 3 matches
- Thu Dec 27, 2007 1:05 am
- Forum: General
- Topic: closing documents when using Foxit
- Replies: 12
- Views: 21263
closing documents when using Foxit
Nice idea. Thanks. Maybe my solution inspired by yours helps, too.
- Thu Dec 27, 2007 12:16 am
- Forum: General
- Topic: Closing PDFXCview before compiling a document
- Replies: 1
- Views: 6260
Closing PDFXCview before compiling a document
Inspired by this posting I gave it another try with the following batch file kill_exchv.bat:
IF [%1]==[] (taskkill /F /IM PDFXCview.exe) ELSE ("C:\Programme\PDF-XChange Viewer\pdf-viewer\PDFXCview.exe" %1)
In TeXnicCenter I added "C:\Programme\PDF-XChange Viewer\pdf-viewer\kill_exchv.bat" (with ...
IF [%1]==[] (taskkill /F /IM PDFXCview.exe) ELSE ("C:\Programme\PDF-XChange Viewer\pdf-viewer\PDFXCview.exe" %1)
In TeXnicCenter I added "C:\Programme\PDF-XChange Viewer\pdf-viewer\kill_exchv.bat" (with ...
- Sun Dec 23, 2007 12:50 pm
- Forum: General
- Topic: Closing PDFXCview before compiling a document
- Replies: 1
- Views: 6260
Closing PDFXCview before compiling a document
Hi there,
I'm using TeXnicCenter 1.Beta701 and PDF-X-Change-Viewer. I'm trying to make TeXnicCenter close the active PDFXCView document before compiling the document. I have a .bat-File to close it, but TeXnicCenter tries to open it in PDFXCView instead of running it at the command line. I tried ...
I'm using TeXnicCenter 1.Beta701 and PDF-X-Change-Viewer. I'm trying to make TeXnicCenter close the active PDFXCView document before compiling the document. I have a .bat-File to close it, but TeXnicCenter tries to open it in PDFXCView instead of running it at the command line. I tried ...