File Convert .DOCX to .png
-
Hello, In a Application i used Microsoft.office reffernce. Then .Docx file Converts in .PNG. But Now i have need without installed Microsoft Office Converts the File .DOCX to .PNG. I am using DocumentFormat.OpenXml.dll, but i am unable to convert .docx to .PNG. So please Suggest me How i can convert .docx to .PNG without having Microsoft Office Regards Raushan Kumar
-
Hello, In a Application i used Microsoft.office reffernce. Then .Docx file Converts in .PNG. But Now i have need without installed Microsoft Office Converts the File .DOCX to .PNG. I am using DocumentFormat.OpenXml.dll, but i am unable to convert .docx to .PNG. So please Suggest me How i can convert .docx to .PNG without having Microsoft Office Regards Raushan Kumar
-
Hello, In a Application i used Microsoft.office reffernce. Then .Docx file Converts in .PNG. But Now i have need without installed Microsoft Office Converts the File .DOCX to .PNG. I am using DocumentFormat.OpenXml.dll, but i am unable to convert .docx to .PNG. So please Suggest me How i can convert .docx to .PNG without having Microsoft Office Regards Raushan Kumar
-
raushan_9 wrote:
So please Suggest me How i can convert .docx to .PNG without having Microsoft Office
By reading articles on CodeProject, like Manipulate Docx with C# without Microsoft Word installed with OpenXML SDK[^] :)
I are Troll :suss:
Hello Eddy Vluggen, Thanks a lot for your good reply. but by using this article we can just manipulate .docx file, I have need to convert in Image File like(PNG\JPEG), still i have not get any idea for convert .docx to .PNG. I have done by using the Microsoft word reference, but i need to run without Microsoft word installed. Process which i have done:- open document in word application then just split page wise in document after that copyaspicture. I have called user32.dll native API for clipboard manipulation and then transfer file in MetaFile using intptr and then save the file in(PNG\JPEG) So please give some idea how can i copy picture in clipboard ya any otherway without office reference. Thanks Raushan Kumar
-
Hello Eddy Vluggen, Thanks a lot for your good reply. but by using this article we can just manipulate .docx file, I have need to convert in Image File like(PNG\JPEG), still i have not get any idea for convert .docx to .PNG. I have done by using the Microsoft word reference, but i need to run without Microsoft word installed. Process which i have done:- open document in word application then just split page wise in document after that copyaspicture. I have called user32.dll native API for clipboard manipulation and then transfer file in MetaFile using intptr and then save the file in(PNG\JPEG) So please give some idea how can i copy picture in clipboard ya any otherway without office reference. Thanks Raushan Kumar