Copy link to clipboard
Copied
Is there any way to convert multiple ps files in a folder to single pdf in vb.net/c# ?
Copy link to clipboard
Copied
Hi,
This maybe gives you some options, as you might be able to control the writing/copying of the ps files to a watched folder, and then create another bit that takes the outputted PDF's and makes them 1 PDF.
Copy link to clipboard
Copied
Thanks @BarlaeDC
I want something to do same dynamically rather than manually mentioned in the above link.
Copy link to clipboard
Copied
Hi,
The link I provided gave an example using a watched folder, so your application could copy the files to the watched folder, then keep an eye on the output folder specified, once all files have been processed from the watched folder, you can then automate the collation of them into a single PDF.
I used the other forum post as a reference for how it could be automated, even if the post itself was not an autometed solution.