Obviously, I want to avoid raster images as intermediate step.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve never tried this, but I think you’d have to first convert the EPS file to a PDF (using Ghostscript or something), and then use
importPageIntoFormorimportpage(depending on exactly what you’re trying to do). You need a PostScript interpreter to handle EPS, because PostScript is a complete programming language, and PDF isn’t.