Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have png images. I wanted to convert that png image to microstaion dwf file formate using c#.

What I have tried:

I have png images. I wanted to convert that png image to microstaion dwf file formate using c#.
Posted
Updated 19-Dec-16 2:27am
Comments
OriginalGriff 19-Dec-16 6:30am    
What have *you* tried?
Where are you stuck?
What help do you need?
Jochen Arndt 19-Dec-16 6:53am    
"microstaion dwf file"?

DWF has been invented by AutoDesk.
See http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=2418019

1 solution

C#
scConverter is a DLL that can convert PDF, DWF, DWFx, Gerber, CGM, TIFF, CALS, PLT, PNG and JPEG files to a large number of output formats

C#
You may use scConverter in any development environments that support COM, for example .NET, VB, C++, MFC, C#, Delphi, ASP, ASPX and many others. If your application, or developer environment, doesn't support COM, the DLL does export functions that can be called directly. 
If you use only the exported functions you do not have to register the DLL on the target system.


Hope this helps alot
 
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