0

HELP

I need code or what should i use : print many pdfs files with just the original file pdf using excel and python

6th Aug 2024, 12:57 PM
melyy nne
melyy nne - avatar
3 Answers
0
if you know how many times (in this case copies) : for loop otherwise: while open for reading, print it, iterate
6th Aug 2024, 1:01 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
0
But how could the program know the place to add text
6th Aug 2024, 1:11 PM
melyy nne
melyy nne - avatar
0
Are you planning something like mail merge feature in MSWord? changing portions of the PDF file content with data read from Excel? I think you need to add brief info about your platform/OS. From what I've read this far, most challenging part of solving this topic was finding a platform/OS independent solution, and some who already tried available options had to deal with local networking issues like difficulty in printing across network domain. And I've also seen people even start asking, whether this was remotely feasible (remote printing) which is a rising demand for remote job workers. (Edit) You may find mail merge with gmail be a viable option, easier in my POV ;)
8th Aug 2024, 4:55 AM
Ipang