i have a query that retrieves let's say 10 records. the output should be 10 pdf files. so 1 pdf per records. it can be saved on user's computer. im using fpdf by the way. just wondering if i'm going to develop it through web using PHP will it be easier.

dont have any idea how to do it.

thanks.

Recommended Answers

All 2 Replies

I am using mpdf for example and it works just great.
My aproach is that every time a customer request a document it's get generated on the fly and it's pushed to download via a header function.

thanks for the idea. i'm using fpdf by the way. i tried to search for samples. unfortunately ,found nothing. it wil be a great help for me if you have sample codes.

thanks.

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.