We are invoking Prince from a Java application and therefore use the Java wrapper. All versions of com.princexml.wrapper.Prince#convert method require an input file (or files or paths to files) to be passed.
Sometimes we need to have a very big number of input files, and to avoid too long command line, we create a file with paths to those input files, and pass it using the --input-list command line option. What is the correct way to pass it using the Java wrapper?
Sometimes we need to have a very big number of input files, and to avoid too long command line, we create a file with paths to those input files, and pass it using the --input-list command line option. What is the correct way to pass it using the Java wrapper?