Hi Everyone,
I already google this but wasn't able find any thing!.I just wonder if you can tell me where I can find a Jquery plugin which let the users to print a specific part of apage(let say a div for marks result!) as a pdf file?

Thanks,

Behseini,

Other than the screen, cookies and making HTTP requests, client-side javascript has no output capabilities.

Specifically, it cannot read/write files other than the afore-mentioned cookies (which are severely constrained). Any amount of jQuery isn't going to help.

So even if you could get javascript to generate a "pdf string", what would it do with it? The best it could do is to send it server-side.

I think also that character set issues may prevent javascript from performing the task.

A number of server-side solutions, including online resources, are available. They are easily discovered via Google.

Airshow

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.