Comment 11 for bug 1406771

Revision history for this message
su_v (suv-lp) wrote : Re: .eps file not correctly imported into inkscape

On 2015-01-12 12:03 (+0100), Frédéric Parrenin wrote:
> So the only remaining bug I see is the truncation of the .eps file to
> the bounding box.

That seems to be a Ghostscript issue (Inkscape just takes whatever result 'ps2pdf -dEPSCrop' produces), and can be reproduced independent of Inkscape by using ps2pdf on the command line to convert the EPS to PDF:

$ ps2pdf -dEPSCrop weertman-effect.eps weertman-effect.pdf
$ pdfinfo weertman-effect.pdf | grep 'Pape size'
Page size: 612 x 792 pts (letter)

The resulting PDF file is cropped to the default paper size as used by Ghostscript (see attachment to comment #6). Output of pdfinfo (from poppler 0.30) attached.