Posted by Grant Foraker on July 13, 2012 at 13:04:14:
In Reply to: Re: WDL question posted by Brian Levantine on July 13, 2012 at 12:43:36:
This is the code.
A B&W signature file (PNG).
!-------------------------------------------------------------------------------
RECTLEFT = (1.80 * TWIP.INCH)
RECTTOP = (6.90 * TWIP.INCH)
RECTWIDTH = (3.00 * TWIP.INCH)
RECTBOTTOM = RECTTOP + (0.95 * TWIP.INCH)
RECTRIGHT = RECTLEFT + RECTWIDTH
DATA$ = SIGFILE$
! Scale 1 bitmap pixel equals .01in.
FLAGS = BMR.SCALE
PRINT (1) (DRAWBITMAP = RECTLEFT, RECTTOP, RECTRIGHT, _
RECTBOTTOM, 600, 600, FLAGS);DATA$ ! 300/300
!-------------------------------------------------------------------------------
Currently, I print text down the page. If I have 1" left, there's room to print the signature (one of eight) and then print "Authorized Buyer". I could prevent 20% of their page overflows by printing the signature last and transparency worked.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.