Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello ,

Can Any Body Tell Me Is It Possible To Convert File PDF To Word Using Open Office In C#.Net?and if Yes then how we implement that?

Thanx In Advance..
:-)
Posted

Yes, but you will need to get hold of a PDF library, such as iTextSharp[^] to read the PDF.
 
Share this answer
 
Comments
andy(-RKO) 3-Mar-12 6:27am    
thank u Richard for reply,I'm using itextSharp to convert it.but it is convert all document in text format and I'm unable getting images and graphics of PDF file in to word. Is you have any solution regarding image and graphics??
Richard MacCutchan 3-Mar-12 6:35am    
Sorry, but I have not used iTextSharp, I always assumed it handled all PDF objects.
andy(-RKO) 3-Mar-12 6:39am    
Ok,No Problem Richard & Thank You Once Again For Reply..
follow this link
http://forums.asp.net/t/1664565.aspx/1?Convert+pdf+to+jpg+or+any+other+format
 
Share this answer
 
Hello All,

i have this issue using third party dll that is PDF Foucus Net.

Thank You All
 
Share this answer
 
Just an idea: source code of Open Office is available. You could download it and see how it works. I think it could be pretty bit work though, even if you try to extract and use existing code.

http://en.wikipedia.org/wiki/Open_Office[^],
http://incubator.apache.org/openofficeorg/[^].

Also, Open Office provides the API. There is even the .NET API, but, as far as I know, it's only for OpenOffice native document DOM access. Please see:
http://www.openoffice.org/api/[^],
http://www.openoffice.org/api/SDK/index.html[^].

After all, you can always wrap required part of API in .NET by yourself.

—SA
 
Share this answer
 
v2

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