Itextpdf jar not recognizing while taking build

Hi team,

I am trying to create one pdf file using itext pdf jar and i could see that jar file is coming as part of build, and while developing the code, the eclipse detected that jar, but while taking the build that packages are not detecting, i am getting build error.

error: package com.itextpdf.text does not exist
import com.itextpdf.text.Document;

Kindly help me to resolve this issue

Issue resolved after adding that dependency in module

1 « J'aime »