Click here to Skip to main content
15,914,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using pandoc with it's commandline interface on Windows and Mac without problems.

I want to wrap some of the functionality into a Windows Form app using C# and VS Community Edition (2019).

I started out using the System.Process function to run the commandline app and capture StdOut. Then I spotted a package on NuGet (https://www.nuget.org/packages/Pandoc.Windows/2.1.0) which I was hoping was a wrapper to the Pandoc functionality. Unfortunately, all the "How To" links simply point back to the default Pandoc documentation.

Does anyone know whether this package is actually usable directly from within an application, and if so how?

What I have tried:

I can't see any way to see if this does what I need it to.
Edit:

** Found this package PandocTasks 0.1.2. Not the solution to my problem.
** Also found this.RESTful HTTP API for Pandoc. Nice package but still not the solution I was looking for.
Posted
Updated 2-Jan-21 4:31am
v11
Comments
Richard MacCutchan 2-Jan-21 10:33am    
There is a link on the website to allow you to contact the authors.

1 solution

Follow the link you gave us, and on the right hand side is a "contact owners" link.

But the description is "This package is just a redistribution the awesome pandoc tool." which doesn't sound like it is a wrapper or API of any form ...
 
Share this answer
 
Comments
John Dovey 1-Jan-21 16:18pm    
Yup. It _says_ it's a "redistribution. I was hoping it was more than that. Thanks anyway
OriginalGriff 1-Jan-21 16:33pm    
You're welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900