Search found 6 matches
- Sun Feb 24, 2013 1:42 pm
- Forum: Conversion Tools
- Topic: Conversion of EPS Files to PDF in different Folder
- Replies: 4
- Views: 18216
Re: Conversion of EPS Files to PDF in different Folder
problem solved
- Sun Feb 17, 2013 5:02 pm
- Forum: Conversion Tools
- Topic: Conversion of EPS Files to PDF in different Folder
- Replies: 4
- Views: 18216
Conversion of EPS Files to PDF in different Folder
if I use :
it removes the original EPS file with a 3kB one
.
Is this the correct way to use epstopdf package, or did I do something wrong ?
Code: Select all
\epstopdfDeclareGraphicsRule{.eps}{pdf}{.pdf}{ps2pdf -dEPSCrop #1 \OutputFile}

Is this the correct way to use epstopdf package, or did I do something wrong ?
- Sun Feb 10, 2013 5:07 pm
- Forum: Conversion Tools
- Topic: Conversion of EPS Files to PDF in different Folder
- Replies: 4
- Views: 18216
Conversion of EPS Files to PDF in different Folder
I'm using the following commands to convert EPS files to PDF.
\DeclareGraphicsExtensions{.pdf,.jpg,.png}
\usepackage{epstopdf}
\epstopdfsetup{outdir=./convertedpics/}
\epstopdfDeclareGraphicsRule{.eps}{pdf}{.pdf}{ps2pdf -dEPSCrop -dPDFSETTINGS=/printer -dMaxSubsetPct=100 -dSubsetFonts=true ...
\DeclareGraphicsExtensions{.pdf,.jpg,.png}
\usepackage{epstopdf}
\epstopdfsetup{outdir=./convertedpics/}
\epstopdfDeclareGraphicsRule{.eps}{pdf}{.pdf}{ps2pdf -dEPSCrop -dPDFSETTINGS=/printer -dMaxSubsetPct=100 -dSubsetFonts=true ...
- Thu Jun 10, 2010 11:30 pm
- Forum: General
- Topic: Jump to error
- Replies: 4
- Views: 4317
Jump to error
PROBLEM SOLVED
-it seems to be a problem with the path. One folder had a space in its name; removing it, solved the problem
x:\dir1\dir 2\...\files become x:\dir1\dir2\...\files
So if the arrow doesn't appear, check for spaces.
PS:
The error line number was visible, but when the document has ...
-it seems to be a problem with the path. One folder had a space in its name; removing it, solved the problem
x:\dir1\dir 2\...\files become x:\dir1\dir2\...\files
So if the arrow doesn't appear, check for spaces.
PS:
The error line number was visible, but when the document has ...
- Mon Jun 07, 2010 10:54 pm
- Forum: General
- Topic: Jump to error
- Replies: 4
- Views: 4317
Jump to error
Strange, I created an error and it works fine...
The problem was that small red arrow; it didn't appear, and also when I was clicking on the error message, nothing happened.
The problem was that small red arrow; it didn't appear, and also when I was clicking on the error message, nothing happened.
- Mon May 31, 2010 10:16 pm
- Forum: General
- Topic: Jump to error
- Replies: 4
- Views: 4317
Jump to error
I installed TexnicCenter 1.0 RC1 with MiKTeX 2.8 (after I uninstalled the old 2.7 version) on a windows xp pro sp3 x86 machine.
If I get an error, clicking on it hasn't got any effect - it doesn't jump on the line with the error.
I searched on the forum, and I found one identical case, but without ...
If I get an error, clicking on it hasn't got any effect - it doesn't jump on the line with the error.
I searched on the forum, and I found one identical case, but without ...