I am evaluating a copy of Aspose PDF using BindHTML with html that I previously passed to WebBrowser which interpreted it correctly for display in browser and printing. When I do this the txt is not displayed correctly ie goes over the side of the page.
I am doing the following to change the page size to A$
pdf1.PageSetup.PageHeight = PageSize.A4Height;
pdf1.PageSetup.PageHeight = PageSize.A4Width;
Can I expect this to work or will the html have to be modified in some way. I have attached an example of the html for a letter that I have used with BindHTML. I am then saving this to a file which I would want to ourtsource to printers in the format that it has to be printed. Can this be made to work.