|
Rank: Newbie Groups: Member
Joined: 10/3/2013 Posts: 2
|
Hello,
I use this method HtmlToPdf.ConvertUrl. Now when then file open in my web navigator i want to automaticly the window print open. My language is c# in a web application.
Thank for your advice.
Mr Lhopital
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Our product only creates PDF file, it does not print PDF file in your browser. However I believe you can do that with JavaScript. You can search online for "print PDF with JavaScript" and you should find plenty of information on that. The basic idea is you would use an iframe to load the PDF file and then use JavaScript to print that iframe.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/3/2013 Posts: 2
|
If i use in my Html code window.print in javascript, the new pdf doesn't print automaticaly. Have you an idea. I try print with an iframe but It not work. Thank for your advice.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You will need to seek other resource for the printing question. As mentioned early, our product creates PDF files. So anything about printing your PDF file is both beyond the scope of our support and the scope of our expertise.
Thanks!
|
|