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.
我有一个 aspx 页面,它有一个 asp 表,然后使用 VB 动态添加到页面加载中。此页面需要转换为 PDF。我们使用了 ABCPDF Gecko 函数,除了表格没有显示之外,它工作得很好。页面上的所有其他内容都只显示表格。
以前有人遇到过这个问题吗?
提前致谢。
对于其他人来说,问题是由于渲染和回传的顺序。在调用 PDF Gecko 函数之前未呈现表格。因此,表格是空白的。