我在我的 .net 项目中使用动态 PDF 来获取 .PDF 并将其发送以进行打印
我的代码在下面一行失败并显示错误消息
eTe.DynamicPDF.Printing.DocumentLoadException: File not found or could not be opened.
at ceTe.DynamicPDF.Printing.InputPdf..ctor(Byte[] data)
pdfs.Add(new InputPdf(ms.ToArray()));
其中 ms 是内存流。
在我的开发环境中,用于基于 X86 的处理器的动态 pdf。IE
ceTe.DynamicPDF.Printing.40.x86.dll.
现在在生产环境中,处理器是 x64。
dll中的差异是否导致上述错误?
还有谁能帮我获取 DLL 的链接?
ceTe.DynamicPDF.Printing.40.x64