hi everyone,
i need ur help, how to count the no of pages in a pdf file using java, is it possible to do this.
if anybody knows pls send the code.
advance thanks
hidash

Recommended Answers

All 5 Replies

Google "Java PDF API" or "iText" (which is a Java PDF API, just not the only one).

i need to do using java programming. i dont want any software to do this work.
so send me the code
advance thanks
hidash

commented: Don't expect anyone here to just "send you the code". -1

Do you know what API means?

It means Application Programming Interface.

iText is a library (a jarfile) that provides you with methods for doing this. It is not a "software that does this work". But, if you want to reinvent the wheel, then please, go ahead, just don't expect anyone else to do it for you. You are going to have to inspect the actual format of PDFs (in all the varying versions) and learn how to read and manipulate them yourself. Or, you could simply download and use an API.

It worries me that you thought an API was "an application that will do what you want"... It raises the question should you be programming this in the first place? I get the impression you lack the basic know-how of Java

ha ha ha ha.. good joke....
'

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.