Hi,
I would like to import PDF files in Inkscape to edit them. The problem is that a SVG file is made with only 1 page and the PDF files I'd like to edit are made of many pages. I found a solution that suits what I wanted : I do a large file. For example, if I want to import a 10 pages PDF, I will create a SVG file with size 26 by 297 cm so I can import the 10 pages each one under the previous one vertically in the file.
I read that python scripts can be used in Inkscape but I've never found tutorials about how to create a script for inkscape, what are the command of inkscape in python and so on...
I also read that I can use inkscape with command line and with the option --verb, I can specify actions to do on the file. Typing inkscape --verb-list all the available actions are specified but not the explained use of each one.
If someone had already used command line or script, could you help me or telling me where I could find information please ?
If what I want is not that clear, ask me and I will answer you.
Thanks