How can i convert .dupe file to .pdf using php?
OR
Is there any PHP API or web service that provides service to convert .dupe file to .pdf file?
diafol
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
If you install a converter on your server you can use PHP to invoke the converter through the command line.
http://www.google.com/search?q=dwg+to+pdf
I searched google for a number of those. See if any have command line access.
PHP can invoke command line through, exec() or system() etc.
digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101