简体   繁体   English

如何使用asp.net将DIV的内容转换为PDF?

[英]How I can convert the content of a DIV into PDF using asp.net?

I want to convert the contents of a DIV into PDF file . 我想将DIV的内容转换为PDF文件。 How I can do it in asp.net? 我如何在asp.net中做到这一点? Without using iTextSharp? 不使用iTextSharp?

try this library that may help you 试试这个可能对您有帮助的图书馆

https://code.google.com/p/jspdf/ https://code.google.com/p/jspdf/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用ASP.NET将HTML内容转换为PDF - HTML content convert to PDF using ASP.NET 使用c#和asp.net将HTML内容转换为Pdf - Convert HTML content to Pdf using c# and asp.net 使用c#和asp.net将HTML内容转换为Pdf - Convert HTML content to Pdf using c# and asp.net 如何通过asp.net将Word文档转换为pdf - how can we convert word document into pdf by asp.net 在ASP.NET Web表单中使用C#将Web表单内容转换为PDF - Convert web form content to PDF using c# in asp.net web forms 如何将PDF写入asp.net页面? - how can I do write a PDF to a asp.net page? 如何在ASP.NET中启动PDF文件? - How I can start a PDF File in ASP.NET? 如何使用 asp.net 从路径或文件夹下载 PDF 文件 - How can I download a PDF file from a path or folder using asp.net 如何使用ASP.Net(Mvc)正确提供pdf文件? - How can I properly serve a pdf file using ASP.Net (Mvc)? 我该如何隐藏<div>在 ASP.NET 的 HTML 页面中?</div><div id="text_translate"><p> 我有一个 div 如下:</p><pre> &lt;div&gt; &lt;% # IIF(DataBinder.Eval (Container.DataItem,"Specifiction2").ToString()&lt;&gt; "","") &lt;div&gt;</pre><p> 当 a.aspx 页面上的“spcefication2”为空白时,我想隐藏上面的 div。</p><p> 我该怎么做?</p></div> - How can I hide <div> in an HTML page in ASP.NET?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM