I am using FreeSpire in my Blazor Application and it seems that i can't print more than 3 pages of a PDF file
In my code, i load my PdfDocument from a file with 5 pages
The Pages.Count of my PdfDocument is equal to 5 but when i am printing this document, only the 3 first pages are printed
Is it because i am using the free version of Spire ? I saw this version could handle 10 pages maximum
Thanks for your help