Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Merging pdf reports in oracle forms 12c - Linux

SandyMApr 28 2021

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 ?

This post has been answered by Matej D. on Apr 28 2021
Jump to Answer

Comments

Processing

Post Details

Added on Apr 28 2021
4 comments
445 views