Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tpercy

  1. tpercy

    UCX$TELNETSYM and forms

    Recently the printer died and a NetPrint Pocket Elite adapter was added which if I recall correctly is the reason for the symbiont change. I've done the library stuff and it all checks out ok. I am able to print but you are right about the ucx, it is printing the postscript as text! You have...
  2. tpercy

    UCX$TELNETSYM and forms

    Thanks for responding, I tried creating sysdevctl.tbl, inserted the Demo.ps form, and initilized the queue. Now I'm getting PSM-E-MODNOTFND library module DEMO not found in record 0 LBR-E-KEYNOTFND, key not found. Any ideas?
  3. tpercy

    UCX$TELNETSYM and forms

    Here's the problem. We use dcps an have our queues set to use a postscript overlay form. Recently one printer, a DEC LNC02 died and we needed to install a NETPRINTPOCKET ELITE adaptor. Our queue now needs to be initialized with the UCX$TELNETSYM processor. We are using 3.3 and upgrading is...
  4. tpercy

    Postscript Cover Page

    I have a demo.ps file that prints out demo on all documents. I would like to add code to print out a cover page that prints the username before each document. Can someone help with an example of the code needed. Thanks.
  5. tpercy

    Determine orientation ?

    Sorry, here is the rest. %%BeginFeature: *HPPaperPolicy PromptUser <</DeferredMediaSelection true>> setpagedevice %%EndFeature } stopped cleartomark [{ %%BeginFeature: *HPHalftone PrinterDefault %%EndFeature } stopped cleartomark [{ %%BeginFeature: *HPCollate True <</Collate true>>...
  6. tpercy

    Determine orientation ?

    I hope this is what you were talking about. This is the beginning of a .ps file. _%-12345X@PJL JOB @PJL SET RESOLUTION = 600 @PJL SET BITSPERPIXEL = 2 @PJL SET ECONOMODE = OFF @PJL ENTER LANGUAGE = POSTSCRIPT %!PS-Adobe-3.0 %%Title: Microsoft Word - Test.doc %%Creator: Windows NT 4.0...
  7. tpercy

    Determine orientation ?

    The code below is the code I am using. How do I get or is there sample code that would print out the correct pagesize array? Then I could plug those numbers into the test array. Since it is in the ppd file is it taking into account margins? Thanks. currentpagedevice /PageSize get [612 792]...
  8. tpercy

    Determine orientation ?

    Thank you for all your help. I tried the above code, but it keeps defaulting to the ifelse. How do I know if there is an actual /PageSize value? If I look at the beginning of a .ps file the only values given are boundingbox values. For instance when printing a Word portrait I get...
  9. tpercy

    Determine orientation ?

    Thank you for your suggestions, but the requirements are for only letter size paper with the background text (same direction as text) in all four corners. I have placed the call to the postscript code in the PPD file. I am using a HP8000 printer. Being I am not at work today I do not have a...
  10. tpercy

    Determine orientation ?

    I am using /BeginPage and /Setpagedevice. I am placing text in all four corners of a page using initgraphics, moveto, show, grestore. My problem is that I don't know how to check page size or bounding box and I am not familiar with postscript. Below is the code I use for portrait size letter...
  11. tpercy

    Determine orientation ?

    Hello! How can I determine orientation using postscript? My PPD file has no mention of orientation. I am trying to create the below conditional statement: If landscape then use this form else portrait use this form I am confused on how I should go about this, do I need to get the pagesize...
  12. tpercy

    Background Text

    Thanks for the reply! I'm not very familiar with the printing process. Will this work for all applications? We are running Windows NT with Vax/Vms hosted applications. I've tried using the properties watermark feature and it doesn't work for the Vax documents. I took a look at the...
  13. tpercy

    Background Text

    Can anyone instruct me on how to create a permanent overlay? I am using a networked DEC LNC02 printer with Adobe PS 4.2. The request is to print some background text on all printed documents. Is it possible to edit the PPD file for this and how? Much thanks!
  14. tpercy

    HP8000DN/DEC LNC02 using JetDirect

    Hello! I am printing from WindowsNT and VAX applications with an HP8000 and DEC LNC02 printers. We are using JetDirect Ports with TCPIP. My question is if I modify the properties for each printer on the workstation will the output be the same? For example, if I set up the printer to use a...
  15. tpercy

    Toolbar app?

    Thank you for the quick response. Currently I am using 2 exe's one for the top and one for the bottom toolbar. I am going to try to incorporate them into one app using your multiple form suggestion.

Part and Inventory Search

Back
Top