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.
4 comments
ADMIN
Nikolay Demirev
Posted on:12 Mar 2025 08:26
Hello Diego,
Thank you for the provided feedback, it is much appreciated. If you are interested in this task, please feel free to cast your vote for it to impact its priority in our backlog and to subscribe so you get notified in case of any status updates.
I confirm that this is an important implementation to correct handling I/O Bound operations
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.