Page 1 of 1

How to burn a file or webpage report to CD

Posted: Thu May 14, 2009 12:54 am
by sheikhmdirfan
Hello All,

In my application i have a Burn to CD button, on clicking it the webpage data or pdf file should be burned to a CD..
I would like to know if there is way in which we can burn a webpage report or a pdf file to a CD on a button click in a php application.
If yes, then how.
If not, then how can i open a CD burning application from my application.

Thankx in Advance...

Re: How to burn a file or webpage report to CD

Posted: Thu May 14, 2009 1:19 am
by requinix
No, it's not possible. Neither can you run some program on the user's computer; not from PHP, not JavaScript, not anything but ActiveX or maybe Flash.

Re: How to burn a file or webpage report to CD

Posted: Thu May 14, 2009 1:25 am
by sheikhmdirfan
ok can u tell me how to open a pdf file in another browser window or tab through php.....

Re: How to burn a file or webpage report to CD

Posted: Thu May 14, 2009 2:33 am
by requinix
How about giving them the open to open or save it?

Example #1.

Re: How to burn a file or webpage report to CD

Posted: Thu May 14, 2009 3:53 am
by sheikhmdirfan
yeah that also will do..

tell me how ???