-
I was wondering if my written parallel code well optimized for PDF to Image conversion, it works fine and no race conditions. Any idea of how to improve further? :)
|
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Jan 12, 2021
Replies: 1 comment
-
This is indeed a good approach and in the next version you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tomasr78
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is indeed a good approach and in the next version you can use
PdfInfo.Create(fileName).PageCount
to get the number of pages in de document.