ArrayIndexOutOfBound error

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Merger for Java (v3 and older)  /  ArrayIndexOutOfBound error

DynamicPDF Merger for Java (v3 and older) Forum

 Feb 07 2010 10:01 PM
Hi

I am using Merger 3.0 to merge two PDF files getting the ArrayIndexOutOfBound error when the merging document has more than one page.If there is only one, it's working fine.But we  need to merge sometimes a PDF has two pages.

Coding:

MergeDocument merged = new MergeDocument();                
            merged.append(document);               
            merged.append(new File(pdfDir, config.getString("merge")).getPath());                
                        return merged;

Thanks much for the help.
 Feb 08 2010 6:55 AM
Posted by a ceTe Software moderator
Hello,

Can you please make sure that you are using the latest build of the version you are using? You can get the latest build from our CustomerArea by logging in using your current product serial number.

If you are still having problem then please send over the PDF document and the code you are using to our Support Team so that they can look into it further. There is no limitation on number of pages a PDF can have when merging. You should be able to merge PDFs having more number of pages without any problem.

Also please try using the latest version of our product downloading from our website and see if it works for you.

Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 5:49 AM.