Posts by Tiago Silva • 109 points
2 posts
-
-1
votes0
answers10
viewsQ: How to write a new pdf every 4 pages of the main pdf c# Winforms
I have a pdf document with more than 1000 pages and want to separate it into different pdfs every 4 pages, how can I do this? public string ReadPdfFileForTreatment2(string fileName) { StringBuilder…
-
0
votes1
answer17
viewsQ: Why doesn’t my Progressbar increase values?
I have an application in Winforms where I have Tasks and in each task I implement statically a value there progressBar, I would just like to know why it does not show this evolution in winForms Ui.…