hi,
how do i get pdf lib to work with php. I want to generate pdf docs.

please help.

Recommended Answers

All 2 Replies

there's a ton of ways to generate a pdf in php.

it really depends on what you want to do with your pdf.

do you want to load pre-existing pdfs, fill a form on the page?

do you want to create pdfs from scratch?

do you want to create a pdf from an HTML document?

do you want to create a pdf from another image type?

etc.

some libraries for you to get started would be

zendpdf
dompdf
princepdf
fpdf
TCPDF
pdflib


now, if it's truly pdflib that you want to get working with php, then you need to give us more information. such as what php version, what web server, and what OS/version to start.

im using php 5.3 on apache 2.2 (windows xp prof sp2).

I want to use pdf functions to generate and manipulate pdfs.

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.