[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] Printing Verical Text in sqr using GhostScript notworking
- Subject: [sqr-users] Printing Verical Text in sqr using GhostScript notworking
- From: Amechi Ezeasor <aezeasor@yahoo.com>
- Date: Fri, 25 Apr 2008 12:28:57 -0700 (PDT)
- Delivery-date: Fri, 25 Apr 2008 15:32:10 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID;b=Ql4ymq9dLhzvRFHP1a9rMPwA197iRE30FwV3H6xmoqXGDNIRCmCZCa4taPbcue6Tmb6/3UzEyGwNtPQfH07Uncf+5qD44QIHI1c4tz1fch5/5JcFtoTbiixA928WdSe1lY2vFB/mCQl5JCeF6IKc3au+14QM+yhPOZauNXqkFmE=;
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
Hi Guys,
Somebody please tell me what I am missing here. I installed
1. ghostscript (gs854w32.exe) version 8.54
2. RedMon
3. gsview - gsv49w32.exe
I then ran rotate_text.sqr from (http://www.ontko.com/sqr/) but my output did
not match the output rotate_text.pdf. The word "Vertical" did not print
vertical as show in rotate_text.pdf mine is horinzontal. I viewed it using both
acrobate reader and Gsview with same result. so what else do i have do .
I am trying to do multiplex printing which is working fine but my prblem is
page 2 has to be either portrait or printed vertically. Page 1 is perosnal info
page 2 is address.
I tried using PCL code to switch page orientation but it is not working
here my code
portrait:
encode '<27>' into $Pscape
let $PrtPscape = $Pscape || '&l0O'
![ESC] & l 0O (el zero Oh)
print $PrtPscape () code-printer=ps
landscape:-
encode '<27>' into $Lscape
let $PrtLscape = $Lscape || '&l1O'
![ESC] & l 1O (el one Oh)
print $PrtLscape () code-printer=ps
i also tried the roate command but no luck
encode '<27>&a90P' into $rotatefont
print-direct printer = ps $rotatefont ! rotate text to 90 degrees
I will apreciate any help
Thanks
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users