I am a bit new to Itext, I would appreciate any help from you. I am trying to write to an existing PDf document using
Java, below is my code, however I am not able to go pass the first step.
The need of the hour is that I write to an existing pdf and then open that pdf and display it to the user, I do not need to save the pdf on the server.
Can any one let me know what is wrong with this code.
Of all the examples I have seen people are always creating a new pdf file on the file, like
but I would like to use an existing pdf stored on the server or may be a URL
my code goes below
nothing happens after URL is executed. please could any one suggest me a workaround.