webgio / Rotativa

Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC. Available on Nuget https://www.nuget.org/packages/Rotativa
http://letsfollowtheyellowbrickroad.blogspot.it/search/label/Rotativa
MIT License
621 stars 224 forks source link

Rotativa is generating pdf of lower version 1.4 #230

Open neelamdevichaurasia27 opened 2 years ago

neelamdevichaurasia27 commented 2 years ago

We are using wkhtmltopdf version 0.12.5.0 to generate pdf from html in ASP.net MVC 5 application. We have a functionality where pdf generated with multiple attachment. The resultant pdf was initially generated of version 1.6 till year 2021. Later on there is no major changes in our existing code and now we are not able to have attachment in the pdf. Also pdf is generated is of version 1.4.

Going through docs but not able to find the cause why pdf is now getting generated in 1.4 version, which i am suspecting my root cause of not getting attachment in pdf.

Any pointer would be much appreciated.

Let me know if any one needs any more details