On Tue, Sep 12, 2006 at 10:06:06AM +0200, Ulf Erikson wrote:
On 9/12/06, Bryce Harrington <bryce@...983...> wrote:
On Tue, Sep 12, 2006 at 02:44:01AM +0200, Jon jts wrote:
In my never ending search for a solution to my printing problem (printing custom sized documents) I can across the following:
Hi Ulf,
I think basically what the requestor is asking for is some mechanism to overflow the document to multiple pages on the printer. In other words:
1. Create a new document 2. Set document size to 8.5" x 22" 3. Draw things all over the place 4. Print.
Ideally, the printer should spit out 2 pages with stuff printed on them. In reality (on my printer anyway), only a single page is printed.
While I know there's an official way to handle this via multipage SVG, it would be nice in the meantime, to have some (perhaps toggleable) way to make the printer overflow stuff.
Bryce