Prince is an awesome converter. The output I've gotten from it far exceeds other products we tried. But I could use a little clarification on the documentation, specifically regarding its .Net api....
To date, I've been using a command-line procedure to dynamically convert a list of html files into a single PDF. But I would like to build the same functionality by calling an instance of Prince from within .Net.
I guess I could probably execute it with a shell call, but it would seem more elegant to pass the files into the Prince.Convert() function call.
But, I don't see any documentation on how to do that, and building a string of filenames doesn't seem to work so far.
Any advice?
To date, I've been using a command-line procedure to dynamically convert a list of html files into a single PDF. But I would like to build the same functionality by calling an instance of Prince from within .Net.
I guess I could probably execute it with a shell call, but it would seem more elegant to pass the files into the Prince.Convert() function call.
But, I don't see any documentation on how to do that, and building a string of filenames doesn't seem to work so far.
Any advice?