Quoting Samuel Jobin <sjobin@xxxxxxxxxx>:
Ok, thank you. I tryied to change my orientation of my pdf. So, i
made:
pdf2ps org.pdf org.ps
cat org.ps | gs -q -dNOPAUSE -dSAFER -sDEVICE=pdfwrite
cat org.ps | gs -q -dNOPAUSE -dSAFER -dNODISPLAY \
-c "<</PageSize [595 842] /Orientation 0>> setpagedevice 90 rotate 0
-595 translate" -dAutoRotatePages=/All \
-sDEVICE=pdfwrite -sOutputFile=new.pdf -
But, It doesn't help; i'm still stuck with my landscape pdf in new.pdf.
Have you tried to fax the resulting org.ps instead of trying to convert it
back to pdf?