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.
我正在尝试使用documents4j将excel文件转换为pdf。尝试这样做时,我收到以下错误:
这是我正在运行的代码:
谁能告诉我为什么我会得到 VB 异常以及如何克服它?
谢谢。
您的文件在一个文件夹中C:\pdf\newPDF.pdf,但您没有正确转义第二个反斜杠。相反,您正在添加换行符:\n. 你已经可以通过格式来判断了。
C:\pdf\newPDF.pdf
\n
理想情况下——当我找到时间时——我会在某个时候更好地验证输入。