Orpu wrote:
> Hi,
>
> I already generated PDF and placed at one location, i want to read that pdf
> and serve it to the browser.
Is it mandatory to save the PDF on disk? This is not custom in a web
app. Normally you create the PDF in memory using iText and serve the
bytes to the browser as docu
Hi,
I already generated PDF and placed at one location, i want to read that pdf
and serve it to the browser.
Examples which already existing shows , creation of new PDF and serving it
to the pdf which i dont want,i already have one pdf i want to show that in
the browser.
Thnks
Rajesh
--
View