
|
2.3 What is simplest way to integrate PDFreactor using the Java API?
PDFreactor can be integrated with just these few lines of Java code: InputSource inputSource = ...; //e.g. new InputSource("http://www.realobjects.com/"); See also the chapter Introducing the Java lib in the PDFreactor Manual.
|
|