We are using the PDF Converter in our C++ app. We are converting .RTF files generated by Crystal Reports to .PDF's and watermarking them.
Strange thing is when we convert a two-page .RTF, the .PDF contains Page 1, Page 2, Page 1, Page 2, (aka we are getting an extra copy that is collated).
I've looked over the code time and again. Anyone know what might be causing this extra copy to be interted? I skipped over the Watermarking merge routine, so I've ruled that out.
Any help would be greatly appreciated.
- Noah