I have a legacy application that uses Acrobat PDF TK to create FDF from a template PDF.
The application works fine for creating a single FDF at a time, the issue is we need to batch process multiple FDF at once, I tried with no luck using FDFEmbedAndClose
which based on the documentation should embed FDF into a container FDF.
How should I do this?