Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP and Creation of PDFs

Status
Not open for further replies.

steveracicot

Programmer
Jun 23, 2001
10
US
Hi Everyone,


I was wondering if anyone could tell me what was in involved in creating PDFs using PHP. Can I convert any document format ( ie. Word Doc, AutoCad, etc.) to pdf ? Is there any format I cant convert to pdf. What are some of the pitfalls in using PHP to convert documents to pdf? resource issues, etc.??


Thanks

Steve
 
The thing is that PHP's PDF functions are there to programmatically create PDFs on the fly, not to convert documents.

The gotcha is making PHP understand the file format of the incoming document, particularly if you're dealing with Mi¢ro$oft's squirrely file formats. Want the best answers? Ask the best questions: TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top