Olá @bit!
Infelizmente, removemos essa opção da interface do PTXprint (para produzir PDFs individuais para cada livro) há cerca de um ano, devido a 3 fatores:
(i) muito poucas pessoas a usavam (você é a 2ª pessoa que perguntou sobre isso desde que a removemos!)
(ii) ela criava muitas complicações adicionais no código com as quais preferimos não ter que lidar
(iii) é possível fazer o que você está solicitando por meio da interface de linha de comando (veja os detalhes abaixo)
Basicamente, se você abrir um prompt de comando e digitar este comando, obterá um PDF apenas daquele livro (ex.: MRK):
"C:\Program Files\PTXprint\PTXprint.exe" -c ConfigName -b MRK -P ProjID
Agora, ao envolver esse comando em um loop com uma lista de livros, ele será executado uma vez por livro, e você terá PDFs individuais. Veja como ficaria em um arquivo de lote (e você terá que inserir seus próprios detalhes específicos nos comandos set destacados em amarelo):
imagem 1095×579 38 KB
Descompacte este arquivo .bat e edite conforme necessário: PTXprintAsSeparatePDFs.zip (520 Bytes)
Observe que existem muitos outros parâmetros de linha de comando que realmente funcionam quando usados, mesmo que o -h (–help) normal não exiba nada {estamos trabalhando nessa questão!}
imagem 814×888 28.9 KB
Hi @bit!
Unfortunately we removed this option from the PTXprint UI (to produce individual PDFs for each book) about a year ago due to 3 factors:
(i) very few people used it (you’re the 2nd person who has asked about it since we removed it!)
(ii) it created a lot of additional complications in the code which we would rather not have to deal with
(iii) it is possible to do what you are requesting through the command-line interface (see details below)
Essentially, if you open a command prompt and type in this command, you’ll get a PDF of just that book (e.g. MRK):
"C:\Program Files\PTXprint\PTXprint.exe" -c ConfigName -b MRK -P ProjID
Now, by wrapping that command in a loop with a list of books, it will run it once per book, and you’ll end up with individual PDFs. Here’s what it would look like as a batch file (and you will have to put your own specific details into the set commands highlighted in yellow):
image 1095×579 38 KB
Unzip this .bat file and edit as needed: PTXprintAsSeparatePDFs.zip (520 Bytes)
Note that there are many other command-line parameters which actually work when used, even though the regular -h (–help) displays nothing {we’re working on that issue!}
image 814×888 28.9 KB
Tradução automática de English Mostrar original