cancel
Showing results for 
Search instead for 
Did you mean: 

Working with PDF

Former Member
0 Kudos

Hi ,

I am working on PDF documents, and I face some problems with it.

I request you to give me some idea for solving it.

-> I am having a button 'Attach Files', in the pdf form, when I click it, <b>I have to select a file(using file browser) which will then be attached to the pdf.</b> I have to write <b>javascript</b> for that button to attach a file to the pdf.

-> After attaching the files, the pdf will be sent thro mail. <b>A java program (which runs in the server)should get the data and attachments in the pdf</b>.

<b>Note :</b>

-> For reading the data and attachments, the <b>pdf document should not be stored in the server</b>(where the java program is running).

-> The pdf document is created in webdynpro perspective.

-> Its an <b>offline PDF scenario</b>.

Thanks,

Prabhakar.

Message was edited by:

Prabhakar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prabhakar,

maybe storing the pdf in a Context node would do it for you. Accessing it via JavaScript will be a problem in WDJ though.

regards,

Christian

Former Member
0 Kudos

Hi Henn,

Thanks for your immediate reply. I will try and get back to you.

Thanks,

Prabhakar.

Answers (0)