Hi,
I'm having a weird problem here. I'm rendering a PDF form by using Adobe7 API.
EX code:
IOutputContext ioc = new EJBClient().renderForm(form, type, inputData, options, agent, basePath, submitTarget, templatePath, templatePath);
And I get the PDF as part of the response with barcode and all the expected data.
and I've a requirement that have to merge multiple pdfs into single PDF, using ghostscript to merge PDF.
After merging multiple PDF the barcode and some of the data is missing.. is there any setting I've to do with Adobe in order to have data glued to PDF?
Please advice me, trying about a week but no solution..