|
|
Browse by Tags
All Tags » PostScript (RSS)
-
I am currently writing some docs explaining the postscript template language here.
If you ever wanted to know something about it, now is the time to ask so that I can include it in the docs!
-
There's a problem with your template .. if you look at the fax preview, you can see that the consult overwrites the header.
Despite this, I did manage to get it to create the correct pdf.
Try this version, which includes the diagnoses and medications:
pagesize Letter
font Times-Bold 14
linewidth 1
at 72x738 "Neurologist1, M.D."
at ...
-
On my hard drive in the c:\texmf directory, I found a sample eps file called demofig.eps which is a tiny cat sketch.
The file header is this :%!PS-Adobe-2.0 EPSF-2.0
%%BoundingBox: 44 525 80 559
%%Creator: COREL DRAW
%%Title: CAT.TMP
%%CreationDate: Sat Jan 18 17:29:05 1992
So, the bounding box specifies that the image is to be placed on ...
-
Beta-7 - not for use yet
Try this Jason
In your PostScript prescription template, add this line near the top after the pagesize A4.
at 72x700 eps %logo.eps
which means, put the EPS file "logo.eps" at 0x700 on the page.
Now since the eps file is before anything else, it becomes a watermark, so that anything printed thereafter, is ...
-
I got rid of my PostScript HP printer 3 years ago. Substituted it for 2 HP LaserJet 1000 series $98 dollars each. Very nice printers with reasonable upkeep.
Will ghostscript work?
Got this site: Creating a Virtual Postscript Printer in Windows using Ghostscript http://www.stat.tamu.edu/~henrik/GSPSprinter/GSPSprinter.html
DrO
-
Custom/PostScript
I use a template called "A4 script generic" which is belowpagesize A4
font Times-BoldItalic 30
linewidth 1
at 190x750 My-Name
color (black)
font Times-Roman 12
newpath at 75x725 line1
at 75x715 line2
at 75x705 line3
at 440x725 "Reg: "
at 465x725 medical-registration
at 445x715 "Ph: "
at 465x715 ...
-
Build 177 of the Synapse EMR client now implements direct PostScript support for printing letters, requests, and charts. If you don't have a PostScript printer - read on! If you don't even know what a PostScript printer is, read here.
What is direct PostScript?
Direct PostScript is when PostScript print commands are sent ...
-
PostScript templates are used to create the printer layout
for some letter, prescription styles, graphs, and currently is the only way to define a
print layout for the Superbill. Using PostScript means that if you
have a PostScript capable printer, you can easily print to a local or network
PS printer without going thru the process of ...
|
|
|