[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: preventing lines from printing with substitution tables



Carl,


Thanks for that suggestion.  It introduces some unexpected block shading, but it works.  Since I place comments only on blank lines within the existing document format, white space is no matter.


Not to sound thankless, but I wonder if the same could be achieved in a generic/Epson type driver? 



From: Carl Distefano
To: xywrite@xxxxxxxx
Sent: Sunday, September 11, 2016 1:43 AM
Subject: Re: preventing lines from printing with substitution tables

Reply to note from "John Paines" mailto:dmarc-noreply@xxxxxxxx
(Redacted sender "vf200" for DMARC) Sat, 10 Sep 2016 12:09:27 +0000
(UTC)

John:

> So we got half-way there, but its a way-station I can't
> unfortunately use.

You can get a *bit* closer. In a PCL-based printer file, define an
attribute -- let's call it HIDDEN -- as follows (for "{ESC}",
substitute the actual Ascii-27 escape character):

AT:HIDDEN
AT<{ESC}*v1o1T
AT>{ESC}*v0o0T
ET

Then, in the PT table(s), assign the HIDDEN attribute to a mode, for
example, MD FL:

PT=1
MD NM+12courier
...
MD FL+12courier+HIDDEN

In printing, text wrapped in ... should be hidden. But not
invisible, alas. Your document will have white space where the text
would otherwise have been.


--
Carl Distefano
mailto:cld@xxxxxxxx