Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网页,其中包含使用 JavaScript 呈现的数学符号。我使用 ASCII Math 插件和 ASCIISVG 插件在网页中创建和显示数学表达式。现在我需要将此网页转换为 PDF。我尝试过 dompdf 和 fpdf,但都失败了,因为这些转换器不支持 Javascript。
有什么办法可以做到这一点?
如果你依赖 JavaScript,你有两种选择:
好的,我在 2001 年开始使用 html 和 css。我曾经做过这样的事情(创建一个具有“垂直列”布局的网站):
<html> <head> <title>Vertical-column layout</title> </head> <body> <table id="doc" > <!-- header -->