ninjarobot / FsPdf

Builds PDF's from pure F# (and needs a more interesting name)
MIT License
121 stars 4 forks source link

Leave the stream open after writing #8

Closed kerams closed 2 years ago

kerams commented 2 years ago

The current behavior is causing problems when using an intermediary stream, because it gets closed when the function yields and then it's impossible to copy out the data.

kerams commented 2 years ago

Oops, wrong overload.

ninjarobot commented 2 years ago

Thanks, this is released in 0.0.2 and will be available on nuget soon.