GNOME Bugzilla – Bug 309892
Print only in default format
Last modified: 2006-02-25 20:24:15 UTC
Distribution/Version: FC4 The default format on my system is A4. When I try/choose in the menu to print a A3 file, evince scale the the print to A4. I can't say to evince print to 1:1.
Does it work in other gnome apps like gedit for example?
There is no problem with gedit and A3 or ather format.
Martin, any idea about this one?
We don't do anything with the paper size setting yet. We just get the PostScript from poppler (equivalent to calling "pdftops file.pdf" where pdftops comes from the xpdf package). For PostScript, we just take the existing PostScript. Don't know about TIFF. Then we hand that PostScript over to gnome-print, using a function that's only available if you #define foobarUNSTABLEbaz. gedit uses normal gnome-print API which honors paper size etc. automatically. I guess we have to pass the paper size setting over to poppler, add some scaling commands to the generated PostScript then print that. Same for TIFF. For PostScript... I guess it's possible to write a post processor that inserts the correct commands before and after the pages.
This happens to me in a different way: I have a letter pdf which I can't print in evince because it outputs letter (despite the fact that A4 is set in the printer dialog), and I don't have any letter paper. for reference it works in xpdf
*** Bug 319453 has been marked as a duplicate of this bug. ***
*** Bug 125898 has been marked as a duplicate of this bug. ***
This bug should be fixed in recent versions.