Tagged Questions
3
votes
0answers
128 views
Convert PDF figures to PS figures without pixelation [closed]
I have a tex document (called foo.tex) that includes several PDF figures. I need to generate a PostScript version as well as a PDF version of the final document. Running pdflatex foo.tex works just ...
4
votes
1answer
142 views
Convert Title Page from LaTeX (or the resulting PDF) into a PNG thumbnail
I have written a book in LaTeX using TeXStudio. My title page, which is the book cover, is created using LaTeX source (including images in it), rather than drawn in a graphical program, such as ...
7
votes
1answer
317 views
Copying LaTeX from a PDF
Is there a way to copy from a PDF to a LaTeX document? Whenever I do it, it copies in with weird symbols in the place of LaTeX commands for example:
$$f:\mathbb{R}\rightarrow \mathbb{R}$$
copies in ...
1
vote
1answer
602 views
PDF Analyser or repair tool [closed]
I got one PDF that is resultant file after conversion and merging of 17 documents(few documents were already converted to PDF) however resultant file has been converted and merged using activePDF.
...
2
votes
1answer
140 views
LaTeXML and pdfpages [closed]
I can't find a lot of informations about LaTeXML here but I hope somebody can help me.
In a LaTeX document, I use a \includepdf with the option pages. I have created a mystyle.sty.ltxml in which I ...
2
votes
0answers
54 views
How do you get the plaintext from a rendered LaTeX document? [duplicate]
Possible Duplicate:
LaTeX to plain text for e.g. generation of statistics
I have my resume done up in LaTeX, which I usually publish as a pdf with pdfLaTeX. However, one potential employer ...
3
votes
2answers
245 views
On the fly pdf conversion for inclusion
A while ago I asked how to Include Adobe Illustrator files (ai) with XeTeX. However, the PDF version of the Illustrator files is 1.5 and I compile my XeLateX documents to version 1.4 so the newer ...
2
votes
1answer
90 views
How to convert each verse to an individual PDF
Minimal example is posted under this question How to Convert XeTeX to Html
\bv
तपः स्वाध्यायनिरताम् तपस्वी वाग्विदाम् वरम् | \\
नारदम् परिपप्रच्छ वाल्मीकिर्मुनिपुङ्गवम् ॥ १.१.१ ॥
\ev
\bfns ...
4
votes
2answers
258 views
Convert a picture or figure to EPS or PDF file
In my document I'm embedding figures using the following code:
\begin{figure}[!t]
\centering
\def\svgwidth{1.2\columnwidth}
\resizebox{\columnwidth}{!}{
\endlinechar=255\relax
...
3
votes
1answer
2k views
Converting a PDF document to PostScript/LaTeX
I have a resume in PDF format. I have seen people linking to PostScript versions of their resume.
I am not sure why they do that yet. How can I convert my PDF document to a LaTeX/PostScript document?
...
0
votes
1answer
324 views
Problem with pdflatex and colored output files: PNG and PDF
I need to create PNG and PDF files from the same .tex source using pdflatex (Texlive 2010, Ubuntu).
To make PNG files, there's no problem with dvipng utility.
But with PDF files (created by the ...
2
votes
3answers
450 views
How can I generate a PS and a PDF file from a single .tex file?
I am submitting a paper for a conference and it requires me to send the .tex source along with the PS and PDF files.
I have no problem generating the PDF file; I simply use the pdflatex. However, ...
1
vote
1answer
2k views
When converting PDF to EPS, how to prevent pdftops from rasterizing fonts and transparent regions?
Compiling the following code
% Circle.tex
\documentclass[cmyk]{minimal}
\usepackage{pstricks}
\pagestyle{empty}
\topmargin=-72.27pt
\oddsidemargin=-72.27pt
\topskip=0pt
\parindent=0pt
...
0
votes
1answer
1k views
ps2pdf -dEPSCrop input.eps cannot crop input with \pagecolor{<non-white>}
If I set \pagecolor{} to any color other than white, I will get a strange result.
rem batch.bat takes a file name without extension.
latex -interaction=nonstopmode %1
dvips -E %1 -o %1-temp.eps
...
0
votes
1answer
306 views
How to automate a job of changing tags in a bunch of EPS images and convert them to PDF
This post is a continuation to my earlier post here:
Creating standalone eps files and using batch files to automate the process
Xport gave good answers that work!
One goal of this whole process ...
1
vote
3answers
1k views
Creating standalone eps files and using batch files to automate the process
I have been looking at these posts
How to fix EPS with incorrect bounding box?
Cannot determine size of graphic in * (no BoundingBox)
How to convert PDF to EPS?
How to produce EPS instead of PS ...
1
vote
2answers
1k views
Is it possible to convert PDF to TXT file using GhostScript? [closed]
Someone wants to convert PDF to TXT as explained in C# GhostScript - Not able to successfully convert from PDF to TXT file.
I am not sure whether GhostScript can do that. Is it possible?
15
votes
2answers
18k views
How to convert PDF to EPS?
I can't find a tool to convert PDF to EPS, neither in MikTeX nor in TeXLive. Is there such a tool actually?
Update:
Based on Herbert's accepted answer, I simplify his batch as follows:
#!/bin/sh
...
1
vote
1answer
319 views
How to convert a preprint pdf into something more readable? [closed]
I'm talking about a pdf document that was created via LaTeX (probably pdflatex) but the tex source of which is not available. I'd appreciate a solution that is less manual than trying to convert the ...
2
votes
0answers
3k views
Converting pdf to LaTeX? [duplicate]
Possible Duplicate:
How to convert PDF to (La)TeX?
is there a way to convert pdf to LaTeX? I don't need the conversion to be very accurate. It's fine for me as long as it is "almost there".
...
11
votes
3answers
21k views
How to convert PDF to (La)TeX?
I know that probably no information is passed to the PDF when a .tex file is compiled, but is there a tool that can convert a PDF document to (La)TeX?
12
votes
4answers
666 views
What causes latex.exe to be unable to import *.jpg, *.png, *.pdf directly?
Internally, what causes latex.exe to be unable to import *.jpg, *.png, *.pdf directly?
14
votes
3answers
5k views
What are good ways to convert EPS to PDF?
I'd like to try to use pdfLaTeX to generate PDFs but my images are all in EPS. I would also like for the images to remain scalable.
I have tried using ImageMagik's convert:
convert file.eps ...
16
votes
4answers
1k views
How to create PDF and HTML output from the same source
I'm working on a document that has been published only as a PDF file until now. To utilize some of PDF's features, it uses the packages pdfpages and pdftex and commands like includepdf{}.
But soon ...
