Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
StevanJovetic10
Contributor III
Contributor III

Generate SHA-256 Hashcode from PDF file

Hi,

i must generate a SHA-256 Hashcode from a PDF file.

I'm quite new with Talend, so i'm having an hard time trying to do this.

For what i have learned, i have to write a Java function and then call this function.

Can someone explain better how to do this?

Thanks,

Stevan

Labels (2)
3 Replies
Anonymous
Not applicable

Hi

Take a look at this related topic.

 

Regards

Shong

StevanJovetic10
Contributor III
Contributor III
Author

Hi, there is no difference between hashing a string and a pdf file?

How can i call a custom java function from Talend? Do i have to use a specific connector?

Anonymous
Not applicable

There should be different Java code for hashing a pdf file, please read this article to learn how to define custom java function and call it in a job.