There is the user guide: http://pdfbox.apache.org/userguide/faq.html
Then there's the Javadoc stuff ... and there's the PDF reference that Adobe provides: http://www.adobe.com/devnet/pdf/ In many cases, function and parameter names have some reference to the PDF reference. I don't know about setTextMatrix. I'm sure some more documentation would be appreciated. Daniel On Mon, Mar 8, 2010 at 4:51 PM, Michael Müller < [email protected]> wrote: > Daniel, > > Yes, I found some activities on the lists. But on the project site > neither developer nor commiter. Just missing documentation? ;-) > > Great to hear, this project is alive. > > I have big problems to use it, due to missing or vague docs. > > EG: setTextMatrix > public void setTextMatrix(double a, double b, double c, double d, double > e, double f) > What's a, b, c, d, e, f? I figured out, e and f to be coordinates. Would > be much better to name this x and y or to enhance this documentation. > Maybe enhancing documentaion is an entry point for me to support the > project? Or does any doc exists beside the published java docs? > > Best, > Michael > > > > Am 08.03.2010 22:30, schrieb Daniel Wilson: > > No, not dead at all! If you'll have a look at > > http://issues.apache.org/jira/browse/PDFBOX you'll see that we are > updating > > and resolving issues actively. > > > > Most of the committers have started by adding patches. > > > > So if you can solve some problems, enhance capabilities, etc., that's > great! > > > > Daniel > > > > On Mon, Mar 8, 2010 at 4:13 PM, Michael Müller < > > [email protected]> wrote: > > > >> Hi, > >> > >> I just started using pdfbox and like to help to develop. > >> But in project team list neither members nor contributers are listed. > >> Has development stoped? Is pdfbox dead? :( > >> > >> Michael > >> > > >
