नमस्ते @bit!
दुर्भाग्यवश, हमने लगभग एक साल पहले PTXprint UI से यह विकल्प हटा दिया था (प्रत्येक पुस्तक के लिए व्यक्तिगत PDFs बनाने के लिए) तीन कारकों के कारण:
(i) बहुत कम लोगों ने इसका उपयोग किया (आप दूसरे व्यक्ति हैं जिन्होंने हमने इसे हटाने के बाद इसके बारे में पूछा है!)
(ii) इसने कोड में बहुत सारी अतिरिक्त जटिलताएं पैदा कीं जिनसे हमें बचना पसंद है
(iii) कमांड-लाइन इंटरफ़ेस के माध्यम से आपकी अनुरोधित चीज़ करना संभव है (विवरण नीचे देखें)
संक्षेप में, यदि आप एक कमांड प्रॉम्प्ट खोलते हैं और यह कमांड टाइप करते हैं, तो आपको केवल उस पुस्तक (जैसे MRK) का PDF मिलेगा:
"C:\Program Files\PTXprint\PTXprint.exe" -c ConfigName -b MRK -P ProjID
अब, उस कमांड को पुस्तकों की एक सूची के साथ एक लूप में लपेटकर, यह प्रत्येक पुस्तक के लिए एक बार चलेगा, और आपके पास व्यक्तिगत PDFs होंगे। यह एक बैच फ़ाइल के रूप में ऐसा दिखेगा (और आपको पीले रंग से हाइलाइट किए गए set कमांड्स में अपनी अपनी विशिष्ट जानकारी डालनी होगी):
image 1095×579 38 KB
इस .bat फ़ाइल को अनज़िप करें और आवश्यकतानुसार संपादित करें: PTXprintAsSeparatePDFs.zip (520 Bytes)
ध्यान दें कि बहुत सारे अन्य कमांड-लाइन पैरामीटर हैं जो वास्तव में उपयोग किए जाने पर काम करते हैं, भले ही नियमित -h (–help) कुछ भी प्रदर्शित नहीं करता है {हम उस मुद्दे पर काम कर रहे हैं!}
image 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
English से मशीन-अनुवादित मूल दिखाएं