i'm migrating oracle form 6i from windows to Oracle forms 12c Linux , we had pdf utility devloped on vb.net which was called in oracle forms 6i like below to merge the reports.
HOST('"C:\Program Files (x86)\PDFUtil\PDFMerge.BAT"'||' '||'"'||W_file1||'"'||' '||'"'||W_file2||'"'||' '||'"'||W_file3||'"',NO_SCREEN);
can you please advise whether i can use pdftk command in linux to merge reports or shoud i be able to convert PDF utility to Linux ?