pdf rendering options
-
Hi All, I have a web page which is having print and email buttons. When I say print its printing on paper and on pdf also correctly. Now they want, the same pdf format should be sent as to users when user clicks email. Is there any way to generate the pdf files for this and send emails with those pdfs as attachments when user clicks email button. Please any body if have any idea please help me, its very urgent. Any link or any code snippet helps me a lot. In this mean time I will request to uncle google:).
Thanks & Regards, Abdul Aleem Mohammad St Louis MO - USA
-
Hi All, I have a web page which is having print and email buttons. When I say print its printing on paper and on pdf also correctly. Now they want, the same pdf format should be sent as to users when user clicks email. Is there any way to generate the pdf files for this and send emails with those pdfs as attachments when user clicks email button. Please any body if have any idea please help me, its very urgent. Any link or any code snippet helps me a lot. In this mean time I will request to uncle google:).
Thanks & Regards, Abdul Aleem Mohammad St Louis MO - USA
I have used abcpdf for the same purpose. Its very easy to integrate. Meanwhile, which tool have you used to get your pdf output from webpage?
-
I have used abcpdf for the same purpose. Its very easy to integrate. Meanwhile, which tool have you used to get your pdf output from webpage?
Hi, I am actually printing the page itself by using the below method. When it goes to the printer options, if we have acrobat installed on our machine then the print dialogue box has an option to print in pdf file. Thats how its happening right now. It is the javascript method:
function printpage() {
window.print();
}I want to make it automatically that web page should create pdf file and send it to the specified email as an attachment. All this should happen in a button click as one shot.
Thanks & Regards, Abdul Aleem Mohammad St Louis MO - USA
-
Hi, I am actually printing the page itself by using the below method. When it goes to the printer options, if we have acrobat installed on our machine then the print dialogue box has an option to print in pdf file. Thats how its happening right now. It is the javascript method:
function printpage() {
window.print();
}I want to make it automatically that web page should create pdf file and send it to the specified email as an attachment. All this should happen in a button click as one shot.
Thanks & Regards, Abdul Aleem Mohammad St Louis MO - USA
As mentioned previously, you'll have to get a 3rd party product because you need the pdf to be generated on the server side so you can then attach it to email.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
I have used abcpdf for the same purpose. Its very easy to integrate. Meanwhile, which tool have you used to get your pdf output from webpage?
Hi, I have downloaded the abcpdf, but all its examples are saying about AddImage method. It takes the url, but I already have html string that has to be converted in to pdf. In that situation how can I use that string to generate my pdf file. Thanks, Abdul
Thanks & Regards, Abdul Aleem Mohammad St Louis MO - USA
-
Hi, I have downloaded the abcpdf, but all its examples are saying about AddImage method. It takes the url, but I already have html string that has to be converted in to pdf. In that situation how can I use that string to generate my pdf file. Thanks, Abdul
Thanks & Regards, Abdul Aleem Mohammad St Louis MO - USA
Its doable with abcpdf. But i don't remember the exact code. Can you please refer there help, which will be automatically installed.