I'm trying to concatenate two different PDF files in a java project.
I've read in others posts that the best way is to use Itext class "PdfCopy", but the strange thing is that there isn't in my project even though I have the 7.0.6 of Itext in the pom and a commercial license.
Is there an explanation or another way to solve this task without using Itext or others external libraries? Thank you