cancel
Showing results for 
Search instead for 
Did you mean: 

PDF creation problem

Former Member
0 Kudos

Hi,

I used code mentioned link below (wiki),

When i execute the code error occured.

Wiki Link

http://wiki.sdn.sap.com/wiki/display/XI/CODE-CreateaPDFFileviatheiText+Library

Error

java.lang.NoClassDefFoundError: com/lowagie/text/Phrase

How can i solve this problem.

Note: I added iText-2.1.7.jar, iText-rtf-2.1.7.jar, iText-rups-2.1.7.jar into my project.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

It's a java problem. you have to find the necessary jars.

Former Member
0 Kudos

No solution

Former Member
0 Kudos

HI,

Please make sure that the itext libarary files are referenced correctly in VA.

Most of the time even after successful deployment of these libraries, sharing reference name makes the difference.

Refer similar issue --

Thanks

Swarup

Former Member
0 Kudos

Hi,

I studied link you gave.

Solution is below At that link.

"I've given up of using iText for generating PDF.

I'm using Interactive Forms instead."

I want to use iText, i have no interactive forms.