0
gunjanc created
Hi , as i mentioned earlier, we are using aspnetzero framework. We have a requirement of exporting data in pdf file. So we are interested in knowing that is there any in build utility in aspnet zero for creating pdf and export if not then which library is compatible with aspnetzero framework. Please let us know.
Regards Gunjan
1 Answer(s)
-
0
Hi @Gunjanc,
AspNet Zero does not include any library for PDF operations. I personally used this one <a class="postlink" href="https://wkhtmltopdf.org/">https://wkhtmltopdf.org/</a> but it is an exe. You can find other libraries on the internet.
Thanks.