You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking for a project like this for years... outstanding tool and there was definitely a need for a project like this. I generate templates in excel (XLSX) and fill them ExcelPackage (as it's super easy for anybody to make a template in Excel), once filled I wanted to have the option to render PDF. No free tools out there and what is there, is 10x more than I need. Using this library, I can send my completed template in a MemoryStream to MiniPdf.ConvertToPdf() and stream it as a file attachment via WebAPI. I had been using Spire (E-ICEBLUE) for single page conversions, without a solution for multi-page stuff (usually ended up doing HTML to PDF), but this lets me keep everything in Excel. I've already dropped this into one of my simple projects and it worked great (it did randomly drop some gridlines on repeating headers), so I just tweaked my template and removed the grid lines so it'd be consistent across all pages. THANK YOU...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've been looking for a project like this for years... outstanding tool and there was definitely a need for a project like this. I generate templates in excel (XLSX) and fill them ExcelPackage (as it's super easy for anybody to make a template in Excel), once filled I wanted to have the option to render PDF. No free tools out there and what is there, is 10x more than I need. Using this library, I can send my completed template in a MemoryStream to MiniPdf.ConvertToPdf() and stream it as a file attachment via WebAPI. I had been using Spire (E-ICEBLUE) for single page conversions, without a solution for multi-page stuff (usually ended up doing HTML to PDF), but this lets me keep everything in Excel. I've already dropped this into one of my simple projects and it worked great (it did randomly drop some gridlines on repeating headers), so I just tweaked my template and removed the grid lines so it'd be consistent across all pages. THANK YOU...
Beta Was this translation helpful? Give feedback.
All reactions