Print Page | Close Window

Setting default e-mail settings

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=1585
Printed Date: 12 Jun 25 at 10:19AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Setting default e-mail settings
Posted By: R.Chrystie
Subject: Setting default e-mail settings
Date Posted: 01 Oct 10 at 6:28PM

This is my first post. I would like to know if I can change the e-mail properties of a pdf document. Heres the scenerio:

I have a page that dynamically creates a PDF. People log in with user names and get special reports made for them. They usually e-mail the pdf's to several different people. I was wondering if I could set the To:, Cc:, Subject:, and Body properties when they click on the e-mail icon on the PDF. Any help would be very useful!!
 
PS I want them to be able to use their own mail client.



Replies:
Posted By: previouslypwned
Date Posted: 07 Oct 10 at 12:06AM
I think you might be looking for the mailDoc method, which could be added as a JavaScript using QuickPDF,  i.e.

this.mailDoc({
bUI: false,
cTo: "user@domain.com",
cCC: "ccuser@domain.com",
cSubject: "Subject",
cMsg: "PDF attached",
cSubmitAs: "PDF"
});



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk