Avatar

Level 4

Hi All,

I have two JBoss instances. On one JBoss I have FormServlet which call the Form

Service and return the pdf to caller JSP, Servlet, HTML (browser etc.)

On another JBoss I have a client servlet which calls (using HttpURLConnection) the FormServlet passes input parameters and reads the returned pdf

as InputStream which then I convert to PDF using (itext pdf library). But since itext regenrated the whole PDF again it does not keep the original PDF Version. How can I avoid iText library all together? (I need both Servlets since they also perform other business logic )

Does adobe FormService or any other LiveCycle ES / ES2 API are helpful here?

Thanks

YogLC