Printing landscape html->pdf using abcPDF
问题 I am trying to get a PDF generated by abcPDF from html output to print the first three pages in portrait and then switch the fourth page to landscape. I have been able to get the html to switch into landscape for the fourth page by applying this class to a div that is the 4th page: .PageLandscape { width="100%"; height="100%"; filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=3); size:landscape; } When abcPDF converts the html to pdf though, the 4th page is still portait. Any