LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   ps2pdf cropping my plot (https://www.linuxquestions.org/questions/linux-general-1/ps2pdf-cropping-my-plot-4175548056/)

yas1234 07-15-2015 03:40 AM

ps2pdf cropping my plot
 
Hello, i am running a bash script and the output is a .ps plot and i convert it to pdf using the ps2pdf command, the problem is the plot is huge and it#s being cropped, i got a pdf plot with less than quarter of the plot, i googled and found out that ps2pdf gets limitcheck error when the coordinates are ridiculously large, but i did not find how to solve this problem, i just need it to scroll left i know it's too big it will never fit in one page. Any suggestions?

the command i use is:
Code:

cat /dev/shm/tt$1.ps | ps2pdf - /dev/shm/tt$1.pdf

sag47 07-18-2015 08:00 AM

What format is your plot? If it's an image format then you could use imagemagick convert command instead.


All times are GMT -5. The time now is 05:56 PM.