Re: ascii to pdf




----- Original Message -----
From: "Jean-Pierre Radley" <jpr@xxxxxxx>
Newsgroups: comp.unix.sco.misc
To: <distro@xxxxxxx>
Sent: Sunday, March 16, 2008 4:45 PM
Subject: Re: ascii to pdf


Brian K. White typed (on Sun, Mar 16, 2008 at 05:53:39AM -0400):
|
| For faxing PCL, it is possible to use the standard ghostpcl/ghostpdl to
| output PS and feed that into sendfax, but there is a slicker way.
| This guy : http://www.awale.qc.ca/ghostpdl/
| Has a sweet tiff patch that adds direct tiffg3 output, which hylafax not
| only accepts, but unlike PS, it accepts without having to convert yet
again.
|
| If you put this in typerules (on the client box in case you're
submitting
| faxes to another box)
|

| 0 string ^&l0 tiff

What in the world does ^& represent?

| 0 string ^%-12345X tiff

I know that 0x1B (ESCape) followed by %-12345X is the beginning sequence
for PJL output, but I don't follow your ^%-12345X.

What hex characters are your '^&' and '^%' representing? I cannot find
any web page that describes such notation.

Go back and read the post again, especially this part:
"The ^ are really escape characters, an actual escape character in the
typerules file, not a representation like ^[ or \E"

The editor I cut&pasted out of just displayed it like that.

--
Brian K. White brian@xxxxxxxxx http://www.myspace.com/KEYofR
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro BBx Linux SCO FreeBSD #callahans Satriani Filk!

.



Relevant Pages

  • Re: What Happens To Escape Characters?
    ... The escape characters are removed once you compile the project. ... > After the table is finished being constructed, it exists in one string ... > renders to the browser via Response.Write. ... > escape characters (at least as the browser shows the rendered page). ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: link TIFF to form thru text or combo box
    ... This function below returns the files from a folder as a string that can ... Dim oFS As Object 'Scripting.FileSystemObject ... >from SQL tables and then, hopefully, show a TIFF of the part. ...
    (microsoft.public.access.modulesdaovba)
  • Re: What Happens To Escape Characters?
    ... Thanks - now just to be clear - this all has *nothing* to do with browsers ... > The escape characters are removed once you compile the project. ... >> After the table is finished being constructed, it exists in one string ... apparently the browser is not removing them. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Several questions of C#
    ... The @ character tells the C# compiler to treat any escape characters in the ... In the above string literal \ will _not be_ treated as escape character. ... MyObj = new MyCls; ... public void Display() ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Listing Image Files in C# 2.0
    ... don't process the escape characters so you have two \\ characters at the ... Paul T. ... string won't work. ... So here my code for search JPG and BMP files in Strage Card: ...
    (microsoft.public.windowsce.embedded.vc)