Printing text wider than A4

2009-10-11 Thread Beat Cornaz

Hi you all,

I'm in search for a solution to print text that runs wider than a  
landscape A4. The normal printing commands work for printing text  
where the number of lines is more than an A4 can carry. The rest is  
printed on a second etc. page. But with text that extends the width  
of a (landscape) A4, the text that extends does just not print. I  
would expect that it would print on a second page, especially as I  
can choose the order of printing of the pages in such a case in my  
printer dialog.
I need something which does not wrap my lines. The line should print  
on at the same line number

 on the next printed page.

Anyone any ideas?

Beat,

Beat Cornaz

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Printing text wider than A4

2009-10-11 Thread Richmond Mathewson

Beat Cornaz wrote:

Hi you all,

I'm in search for a solution to print text that runs wider than a 
landscape A4. The normal printing commands work for printing text 
where the number of lines is more than an A4 can carry. The rest is 
printed on a second etc. page. But with text that extends the width of 
a (landscape) A4, the text that extends does just not print. I would 
expect that it would print on a second page, especially as I can 
choose the order of printing of the pages in such a case in my printer 
dialog.
I need something which does not wrap my lines. The line should print 
on at the same line number

 on the next printed page.

Anyone any ideas?

Beat,

Beat Cornaz


Well, let's see:

Is this on Win, Mac or Lin, or cross-P?

On my G4 Mac I just popped this into a button:

on mouseUp
  set the systemPrintSelector to true
  answer page setup
end mouseUp

and it took me straight to the system printer preferences
where I was able to choose an A3 setting.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Printing text wider than A4

2009-10-11 Thread Beat Cornaz

Richmond wrote :

Well, let's see:

Is this on Win, Mac or Lin, or cross-P?

On my G4 Mac I just popped this into a button:

on mouseUp
   set the systemPrintSelector to true
   answer page setup
end mouseUp

and it took me straight to the system printer preferences
where I was able to choose an A3 setting.

I am sorry Richmond, I did not explain very well.
I mean to print on A4 pages (landscape) but move to a second page as  
the text gets wider than A4. So the first part gets printed on page 1  
and then if there is text that is wider than A4, it will get printed  
on page 2. Etc.


It is for cross-P.

Best, Beat

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution