I am a designer, and I usually need to transfer a lot of pdfs in my work. The workflow is as follows:
Although this matter is simple, in the face of hundreds of pages of pdf each time, the merging and compression time is slow, and attention needs to be paid in the middle. It is inefficient to perform various operation steps.
I'm just new to python, and I need to be able to input a file address, and the internal pdf will be merged in order, saved as jpg, and then merged and compressed.
I hope there is a python code that can help me implement this function, and a more detailed installation method of the library, thank you!