Copy link to clipboard
Copied
Hi there,
I've created a master/detail page in Dreamweaver CS5.5 and I wanted to format the detail page into a PDF and send it by e-mail.
It will be great to have three buttons:
- Show PDF
- Send PDF
- Print PDF
Can anyone help???
Thank you very much!!!!!!!!!
Jaume
Copy link to clipboard
Copied
If you open a PDF in the browser, regardless of whether you are using the Spry or not, it should open Acrobat/Reader. Within Reader there is the option to send and print the PDF. I don't think you will be able to show the PDF without those options appearing on the screen. And same goes for printing. I don't believe you can print a PDF without the Reader app open because the user needs to have the file you are printing open. Otherwise that would leave the security door wide open if you could print any file from any destination using a print function. The email one is the only one you can get around because you can attach the PDF to an email with a PHP mailing script.
Take a read over what I just said and see if that makes sense about what you want to do. Or if you have an example up of what you have and to show in a little more detail what you hope to acheive that might be helpful.
Copy link to clipboard
Copied
Thanks SnakEyez, but it is not exactly what I ment.
I've made a master/detail page of an SQL table. The detail page is what I want to be generated as a PDF, and then send or printed.
Any idea???
Thank you very much
Jaume
Copy link to clipboard
Copied
What scripting language are you using? You will need to find a PHP generator/library. Once you've got that, the rest is simple.
Copy link to clipboard
Copied
Bregent,
I found DOMPDF which is mostly what I needed.
It still is not working properly but it will with some hours' fight 😉
Thank you!!!!
Jaume
Copy link to clipboard
Copied
Does that create a PDF from a web page? It's been a while since I looked at such solutions and I imagine they've come a long way since then. Back then, activepdf was the only thing around, pricey and geared more for the enterprise. Perhaps now they offer solutions for single websites.
Copy link to clipboard
Copied
There are several for PHP like fpdf and mdpf which are free.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more