Printing landscape AND portrait on a single page

This forum is for eXpress++ general support.
Post Reply
Message
Author
bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Printing landscape AND portrait on a single page

#1 Post by bwolfsohn »

Sorry if this has been asked before...

Is it possible to print both landscape AND portrait on a single page using DCPRINT ?

Brian
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

User avatar
RDalzell
Posts: 205
Joined: Thu Jan 28, 2010 6:57 am
Location: Alsip, Illinois USA

Re: Printing landscape AND portrait on a single page

#2 Post by RDalzell »

Brian,

Roger posted this as a solution

Code: Select all

DCPRINT ON ORIENTATION 1 SIZE 60,80 FONT "10 Courier New"
print 2-4 pages
DCPRINT ENDPAGE
DCPRINT ORIENTATION 2 
DCPRINT SIZE 60,142 
DCPRINT FONT "8.Coruier New"
DCPRINT STARTPAGE
print 3 pages
DCPRINT ENDPAGE
DCPRINT ORIENTATION 1 
DCPRINT SIZE 60,80 
DCPRINT FONT "10.Courier New"
DCPRINT STARTPAGE
print final page
DCPRINT OFF


bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: Printing landscape AND portrait on a single page

#3 Post by bwolfsohn »

Rick,
Am i misreading the code ?? this looks like printing landscape and portrait on separate pages within the same printout. I'm wondering if it's possible to do both on a SINGLE page..

Brian
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

Wolfgang Ciriack
Posts: 479
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Printing landscape AND portrait on a single page

#4 Post by Wolfgang Ciriack »

A single page can not be both - it is portrait or landscape.
_______________________
Best Regards
Wolfgang

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: Printing landscape AND portrait on a single page

#5 Post by skiman »

Hi,

I didn't try it, but what is the above sample doing when the ENDPRINT is not excuted. Maybe it prints two pages on each other?

As far as i know you can rotate text with DCPRINT?
Best regards,

Chris.
www.aboservice.be

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Printing landscape AND portrait on a single page

#6 Post by rdonnay »

I really don't know either, but I doubt that my printer will flip the page on its side. I think it would break the printer. :mrgreen:
The eXpress train is coming - and it has more cars.

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: Printing landscape AND portrait on a single page

#7 Post by bwolfsohn »

rdonnay wrote:I really don't know either, but I doubt that my printer will flip the page on its side. I think it would break the printer. :mrgreen:
I've been spending too much time on facebook..
i just looked around for the "like" button for 2 minutes..

Where is it ?? :)
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Printing landscape AND portrait on a single page

#8 Post by Tom »

Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

Post Reply