I wouldn't be sure that PDF creator would work with Umbraco 4.5 and before - because that version is very old and we don't test that far back. In theory it should, you can try installing it in trial mode.
Emailing isn't supported out of the box - you'd need some wrapper code to do that, but it should be fairly straight forward.
1) I created a page that generates the PDF. Once you can visit the url of the page and the pdf is how you like it I call it in another page.
What this page does is get the page as a memorstream, turnit into a file, mails it, then flushes it all once it's sent. Below is some very basic proof of concept code which achieves this.
Will this work with Umbraco 4.5.2 and possible to mail?
Will this work with Umbraco 4.5.2? Or maybe an older version? And would it be possible to e-mail the generated PDF?
Hello,
I wouldn't be sure that PDF creator would work with Umbraco 4.5 and before - because that version is very old and we don't test that far back. In theory it should, you can try installing it in trial mode.
Emailing isn't supported out of the box - you'd need some wrapper code to do that, but it should be fairly straight forward.
Thanks.
It is possible to mail to PDF
1) I created a page that generates the PDF. Once you can visit the url of the page and the pdf is how you like it I call it in another page.
What this page does is get the page as a memorstream, turnit into a file, mails it, then flushes it all once it's sent. Below is some very basic proof of concept code which achieves this.
is working on a reply...