Message 1 of 1
Sheet to Byte[ ]

Not applicable
01-04-2018
08:14 AM
- 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. Does anybody have any suggestions? Thanks!!