« Return to Thread: How to disable Auto-Rotate and Center option?

How to disable Auto-Rotate and Center option?

by mcevikce :: Rate this Message:

Reply to Author | View in Thread

I am not sure my other post went through but I am having problem getting PdfWriter.PrintScalingNone work. I have :
PdfWriter pdfWriter = PdfWriter.getInstance(doc, a_out);
pdfWriter.setViewerPreferences(PdfWriter.PrintScalingNone);

but for some reason it is still centered and auto rotate. Am I doing something wrong?

I am using acroread version 5.0.
here is the command I am running:
/usr/local/bin/acroread -toPostScript -size legal -landscape < rw.pdf | lp -d printer1

 « Return to Thread: How to disable Auto-Rotate and Center option?