PageSize Problem
Submitted by raphael on Fri, 2008-01-25 17:47.
Hi every one.
I started to use the pdfcreator this week, and now i'm with a big problem.
The temp file is created with PageSize=a4 , but when i sent it to printer, it changes to Letter!!!
Any one had this problem already??
tks!
Raphael
The .tmp file in PDFCreator dir contains:
....
%%BeginFeature: *PageSize A4
/PageSize [595 842] /ImagingBBox null setpagedevice
%%EndFeature
....
The .SPL file in SPOOL dir contains:
....
%%BeginFeature: *PageSize Letter
/PageSize [612 792] /ImagingBBox null setpagedevice
false setedgetoedge
%%EndFeature
....
Now, why it changes to Letter?