PdfProcessing: Implement async API for writing PDF file with PdfStreamWriter
For instance, we may implement WritePageAsync method in addition to the existing WritePage method. This is a similar scenario as in System.IO.StreamWriter class which has WriteLine and WriteLineAsync methods.
2 comments
ADMIN
Tanya
Posted on:24 Aug 2018 14:57
Hi Burak,
Thank you for sharing your feedback. Continue following this item so we can update you if its status changes.
Regards,
Tanya
Burak
Posted on:22 Aug 2018 17:29
I would really vote for this, I recently transitioned my whole solution to async/await for all stream and database access, and this was the only stream I/O that I could not transition.