cancel
Showing results for 
Search instead for 
Did you mean: 

pdf creation

Former Member
0 Kudos

hi experts,

can u please tell me how can we create pdf from webdynpro-java node.

means create a view and in this view i have two filds firstName and lastName and one button for createPdf .

but we don't need to show Interactive form for this.

thanks and regards

Trilochan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

thanks all,i have resolved the problem.

thanks and regards

Trilochan

amolgupta
Active Contributor
0 Kudos

hi,

Sunitha is right...

also in addition u'll have to create a context attribute of binary type, which will be mappd to the pdfSource property of the interactive form.

regards,

-Ag.

Former Member
0 Kudos

Hi ,

If you don't want an interactive form you can use a print form , i.e all read only fileds will be displayed in PDF.

But what do you want to display in a PDF once user enters first and last name, can you be more specific about your requirment.

Regards,

Sunitha Hari

Former Member
0 Kudos

hi,

thanks for quick reply,when we fill these fields these all should be shown on that pdf means i have to create

a pdf from all the filled data and the nodes.

(the pdf contain the fields(attribtes) and the data entered )

thanks and regards

Trilochan

Former Member
0 Kudos

Hi ,

1)Insert a InteractiveForm UI.

Bind the data Source property to the Node which is Holding The user entered Data like first name and last name.

2)Open PDF for editing and Drag and drop First name , last name from data Source.

3)Change the Property of the fields i.e PDF UI to readonly.

Regards,

Sunitha Hari