Hi every one.
Can i convert dwg file to pdf using php?
OR
Is there any PHP API or web service that provides service to convert dwg file to pdf file?

Recommended Answers

All 4 Replies

How can i convert .cad file to .pdf using php?
OR
Is there any PHP API or web service that provides service to convert .cad file to .pdf file?

Member Avatar for diafol

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?

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.