Estou supondo que, se você precisa que seus colegas de equipe possam selecionar quaisquer dois PDFs que desejarem, isso precisará ser programado na interface do usuário e não está disponível atualmente.
Mas antes de seguir por esse caminho, é isso que você precisa? Ou você está falando de um número limitado de combinações de PDFs aqui? Se for, por que não combiná-los fora do PTXprint e depois simplesmente importar o arquivo combinado? Eu faria isso usando pdftk file1.pdf file2.pdf cat output newfile.pdf, mas tenho certeza de que existem maneiras fáceis de fazer isso no Windows também.
Alternativamente, é provável que isso possa ser feito com algum tipo de sethook. A desvantagem disso é que a localização dos PDFs precisaria ser inserida no código como uma string de texto (não uma interface gráfica agradável). Isso é algo que você poderia configurar, ou está dentro da capacidade dos seus colegas de equipe?
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?
Tradução automática de English