FAQ/enabling-css-in-pdfs.md
... ...
@@ -2,8 +2,6 @@
2 2
3 3
PDFs generated by our legacy **ITextSharp** PDF generator do not support CSS and many other things such as 'Landscape' printing.
4 4
5
-You should use our new **HTML2PDF** generator if you want to get proper output.
5
+In version 6.9 PDF output is handled with the setting [[PdfPrintMode|/API/CodeSamples/PrintMode]].
6 6
7
-How to set in _Global.asax_:
8
-
9
-``AdHocSettings.PrintMode = PrintMode.Html2PdfAndHtml;``
... ...
\ No newline at end of file
0
+In legacy versions 6.8 and below PDF output is handled with the setting [[PrintMode|/API/CodeSamples/PrintMode]].
... ...
\ No newline at end of file