PDF Generation CSS flaws
when try generate pdf of our existing application pages, not rendered same way browser would, appears css styles not processed in totally compatible manner.
is there possible fix and/or documentation on current limitations?
we use cf 9
what using generate pdf? there many options out there.
if using cfdocument check coldfusion documentation here (notice section supported css styles half-way down) http://http://help.adobe.com/en_us/coldfusion/9.0/cfmlref/wsc3ff6d0ea77859461172e0811cbec2 2c24-7c21.html
from page:
the cfdocument tag can render html supports following standards:
- html 4.01
- xml 1.0
- dom level 1 , 2
- css1 , css2 (for more information, see “supported css styles” section).
the cfdocument tag not support internet explorer-specific html generated microsoft word.
if using other product, check it's documentation limitations.
More discussions in ColdFusion
adobe
Comments
Post a Comment