On Wed, Oct 14, 2009 at 1:43 PM, sachinchakote <[email protected]> wrote: > Hi > Can i call pdf2swf exe file without any problem from a java program, > I recently tried to call pdf2swf on PDF file of size 800 MB but the java > program hangs after converting 300 pages > When i run the same file against standalone pdf2swf file it worked fine > > any idea why it could fail ? >
Just guessing... probably you are running out of memory. JVM (Java Virtual Machine) has some parameters to set how much memory to use. Check them. Ricardo
