Supongo que si necesita que sus compañeros de equipo puedan seleccionar cualquier par de PDF que deseen, eso deberá programarse en la interfaz de usuario y no está disponible actualmente.
Pero antes de seguir por ese camino, ¿es eso lo que necesita? ¿O se refiere a un número limitado de combinaciones de PDF? Si es así, ¿por qué no combinarlos fuera de PTXprint e importar simplemente el archivo combinado? Lo haría usando pdftk file1.pdf file2.pdf cat output newfile.pdf, pero estoy seguro de que hay formas fáciles de hacerlo en Windows también.
Alternativamente, es probable que esto se pueda hacer con algún tipo de sethook. La desventaja de eso es que la ubicación de los PDF tendría que insertarse en el código como una cadena de texto (no una interfaz gráfica agradable). ¿Es algo que podría configurar, o está dentro de las capacidades de sus compañeros de equipo?
I’m guessing that if you need your teammates to be able to select any two pdfs they want, then that will need to be programmed into the UI and isn’t currently available.
But before going that route, is that what you need? Or are you talking a limited number of combinations of pdfs here? If so, why not combine them outside of PTXprint and then just import the combined file. I’d do this using pdftk file1.pdf file2.pdf cat output newfile.pdf, but I’m sure there are easy ways to do it in Windows too.
Alternately, it’s probable that this could be done with some sort of sethook. The disadvantage of that is that the location of the pdfs would need to be inserted into the code as a text string (not a nice GUI interface). Is that something you could set up, or within the ability of your teammates?
Traducción automática desde English