E27 from EmailPtr


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant Foraker on May 02, 2005 at 10:06:45:

Setup TMP and new email printers in INI ...

35 = C, $(CATEMP);
----------------------------------------------
Printer = LEP,P ,N,,pdfFactory,EmailPtr;
Printer = LEH,H ,N,,HTM,EmailPtr;
Printer = LET,X ,N,,TXT,EmailPtr;
----------------------------------------------

Test Program ...

OPEN (1) 'LEP'
PRINT (1) (Server = '192.168.16.2 mail')
PRINT (1) (Domain = 'ssasd.com')
PRINT (1) (From = 'PDFMailer@@ssasd.com')
PRINT (1) (To = WORK$)
PRINT (1) (Subject = 'Test a PDF file send')
PRINT (1) (Text = 'PDF Line 1')
PRINT (1) (Text = 'PDF Line 2')
PRINT (1) (Text = 'PDF Line 3')
PRINT (1) (Log = 'TESTLOG','COS')
CLOSE (1)
-----------------------------------------

Test program was cloned from my of TXT and HTML which work correctly.

PDF version gives ...

-----------------------------------------------------------
DATE: MON, 02 MAY 2005 15:07:22 GMT
FROM: PDFMAILER@SSASD.COM
TO: GRANT@SSASD.COM
SUBJECT: TEST A PDF FILE SEND
-- SENDING BODY TEXT--
-- SENDING PDF OUTPUT--
PATH IS: N TMAIL 3RD MILLENNIUM S ROAD
UNEXPECTED ERROR 27 ENCOUNTERED.
SEE LOG FILE FOR DETAILS.
------------------------------------------------------------

I also have LPP which prints directly to pdfFactory and LAP which prints to the PDF Archive. Both work correctly. The pdfFactory Preview viewer comes up on these two versions. Originally, when I downloaded their demo I managed to turn the Preview off. However, since purchasing and installing their latest version I haven't been able to find that setting.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]