Top of Page

Discussion about printing issues and techniques.

Moderators: Susan Smith, admin, Gabriel

Post Reply
gordon
Posts: 358
Joined: Fri Apr 24, 2009 6:02 pm

Top of Page

Post by gordon »

One of the more frustrating things to do is to attempt to stabilize a page, both the background image and the overprint data, when printing multiple pages using either PCL or NWP. I have found that beginning the printing with TOP0 or TOP4 etc., before printing the background image works most of the time. Normally, in my experience, page one is positioned slightly different from the remaining pages. That is fairly easy to program around with positioning statements like ROWCOL. However I have recently encountered a situation where using a TOP command was insufficient to stabilize the image starting with page 3. In other words the output positioning on page 3 and beyond was different from pages 1 and 2.

The resolution to this problem was to set the vertical motion index (VMI) prior to issuing the TOP command. Since LPI is one method of setting VMI, I used [6LPI][TOP4] ahead of printing anything on the page. That worked. Apparently the VMI was drifting between pages, even though my LPI processing was the same on all pages. The TOP command uses VMI to position vertically.

I experienced this and corrected it using only NWP. I do not know if the this problem or resolution applies to PCL (hardware).
Gabriel
Posts: 412
Joined: Sun Aug 10, 2008 7:37 am
Location: Arlington, TX
Contact:

Re: Top of Page

Post by Gabriel »

One of my clients has demonstrated to me issues where positioning of things drifts in the print preview window. Like, when page 1 first comes up it looks right. Then you change it to look at page 2, and then switch it back to page 1 and now all the sudden things are positioned slightly wrong all over page 1.
Post Reply