Message 1 of 3
ViewSheet to PDF or byte array

Not applicable
01-17-2018
01:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to export a ViewSheet to a PDF. I already have a NuGet package to assist with the PDF aspect - Spire.Pdf - but the constructor takes either a Stream or a byte[ ] for arguments. I figured the byte[ ] would be the easiest from a sheet, but I can't seem to find any functions within the ViewSheet class that can assist with this.
I'm also 1000% open to using a separate NuGet package, or any other means to help convert a ViewSheet to a PDF.
Does anybody have any suggestions? Thanks!!