Replies: 1 comment
-
I agree that the API is not very nice since you need to know what |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For now you can not get PDF with a size more than 2 gigs. And it takes a lot of memory to obtain the raw bytes in the end.
I suggest instead of Build method to add a SaveTo method to save the results into a stream. Which can be a MemoryStream, a FileStream, etc ...
The Build method is better to rename to something like ToByteArray, because it does not do anything except converting the result stream to bytes.
Beta Was this translation helpful? Give feedback.
All reactions