Hello all,
I want to convert .doc file to .pdf format using PortableOpenOffice that too programmatically. i.e. the file should get converted into pdf format on the fluy of c#.net code. I got one document from "codeproject" giving brief details to do this. Here is the link.
https://www.codeproject.com/KB/office/PortableOpenOffice.aspx
But I am getting problems in it. I have actually implemented everything from top to bottom of this page. But I am getting an exception at the c# code statement.
It will be very useful for me if someone throws more light on this. Its urgent!! Thanks in advance..