I have myfile.ps
with a vector image included.
But when I run
ps2pdf myfile.ps
it seems that the output page size is A4: the vector image is too large and become cut away, so about one inch is lost.
The following pseudo-header is printed in the output PDF file, in addition to the original vector image:
PLOT SIZE:8.02x8.62Inches
Magnification:7354.21X
Is there any option or any way to convert the PS file to a PDF preserving the original paper size?
If the input postscript has an EPS BoundingBox
, this should preserve the page size:
ps2pdf -dEPSCrop <input.ps> <output.pdf>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With