Rank: Newbie Groups: Member
Joined: 5/7/2012 Posts: 1
|
Hello, we are evaluating whether to purchase this product to incorporate into our future development. I have a question though. How can we dynamically set the CSS stylesheet when we convert an HTML file to PDF? I don't see anyplace where this can be done.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
Whatever you want to do you do it in your HTML, not on the HTML to PDF converter. Anything related to HTML, such as CSS, JavaScript, etc, you do it in your HTML. Just think the HTML to PDF converter as a browser. The options are not on the browser. You get your HTML right and the browser will display it right. So everything is in the HTML. For example, if you want to dynamically set CSS stylesheet, you can dynamically change link element in your page's header.
Thanks!
|