New to PDF processing and found this magnificent library! When read through the getting started section, notice that in the document generation section's sample code Process.Start() are called twice. Just out of curiosity, is there any reason behind this?
Thank you for finding this issue 😀 There is no reason at all. It is either a merge issue or me duplicating this line by mistake. It is corrected now.
New to PDF processing and found this magnificent library! When read through the getting started section, notice that in the document generation section's sample code
Process.Start()
are called twice. Just out of curiosity, is there any reason behind this?