I have read all the related links to this question but nothing show what i want :( so i am asking :
我已经阅读了这个问题的所有相关链接,但没有显示我想要的东西:(所以我问:
Now i have a HTML page and i need to make a link or button to convert this page to pdf
现在我有一个HTML页面,我需要创建一个链接或按钮将此页面转换为pdf
so is there any FREE dll that i pass the HTML to it and it returns a PDF.
所以有任何免费的DLL,我将HTML传递给它,它返回一个PDF。
hint: i am using vs2010, MVC3.0, c#4.0
提示:我使用的是vs2010,MVC3.0,c#4.0
1 个解决方案
#1
3
Personally I am using the following Java library where I compiled the .jar into a .NET assembly using the IKVM.NET Bytecode Compiler.
就个人而言,我使用以下Java库,我使用IKVM.NET字节码编译器将.jar编译成.NET程序集。
#1
3
Personally I am using the following Java library where I compiled the .jar into a .NET assembly using the IKVM.NET Bytecode Compiler.
就个人而言,我使用以下Java库,我使用IKVM.NET字节码编译器将.jar编译成.NET程序集。