You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

I have been pleased with what I have learnt about Talend so far and following the thread about PDF operation in Talend it was suggested perhaps to use Itext. This I have downloaded and it is a JAR file. iText5.05.jar
My question is how do I get this jar file into Talend Open Studio and I guess then I need a Tjava... to access the classes inside Itext
Any help with pictures of where to put the .jar will be useful both for me and probably for others as well.
Offline
Hello
Using a tLibraryLoad component to load the jar at the beginning of job, and then write the custom code on tJava, eg:
tLibraryLoad
|
onsubjobok
|
tJava
Best regards
Shong
Offline

Thank you for the short and good guidance on this for me.
Shong you are very TalendTed (new component) that is used to define an expert.
Last edited by lesjar2509 (2010-11-27 21:57:43)
Offline
Pages: 1