You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an array of PDF file paths that I want to merge into a single PDF. I can do this by passing the array to "PdfMerger.Merge", however I'd like to add the PDFs one at a time so that I can show progress as in "Merging block 1 of 10" etc.
Is this possible?
I'm programming in Visual Basic Net 8.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an array of PDF file paths that I want to merge into a single PDF. I can do this by passing the array to "PdfMerger.Merge", however I'd like to add the PDFs one at a time so that I can show progress as in "Merging block 1 of 10" etc.
Is this possible?
I'm programming in Visual Basic Net 8.
Beta Was this translation helpful? Give feedback.
All reactions