Hi,
I am currently taking HTML pages for a client and converting them to word docs and noticed that when I use the following code:
var doc = new Document(url);
doc.Save(docPath);
It is hitting the URL and since it thinks it is too wide chops the right 20% off and puts on the page below (thus making the Word doc fairly unreadable).
I understand that Web pages are dynamic, but most of the pages the client is hitting have fairly consistent widths.
My questions are, 1. Can I shrink the HTML by 30% before converting to Word? How can I do this? 2. Is there a way for the Word doc to somehow “autodetect” and make it fit better?
Any help would be appreciated!
Mark.