我猜測,如果您的團隊成員需要能夠選擇任意兩個 PDF,那麼這需要編程到 UI 中,目前尚不可用。
但在走這條路之前,這是您需要的嗎?還是您指的是有限數量的 PDF 組合?如果是這樣,為什麼不在 PTXprint 外部將它們合併,然後直接匯入合併後的檔案呢?我會使用 pdftk file1.pdf file2.pdf cat output newfile.pdf 來做到這一點,但我相信 Windows 上也有簡單的方法。
或者,這可能透過某種 sethook 來實現。這樣做的缺點是,PDF 的位置需要作為文字字串插入到程式碼中(而不是一個漂亮的 GUI 介面)。這是您可以設置的嗎,或者在您的團隊成員的能力範圍內嗎?
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?
機器翻譯自 English