what I'm trying to do is to crop and resize a large svg/pdf (easy example would be size A3) to A4 for poster print with overlapping. The dimensions of the A3 are 420mm x 297mm. The script should cut out a section of 180mm x 257mm (which is A4 minus 20mm border on each side) and paste it centered into an A4 page or save the cropped section first and then add borders to the cropped file to result in the A4 dimension. If I get this part to work I can do a loop to move the cropped area according to the needed overlapping
I found some hints here:
But nothing that quite fit exactly what I need as it seems that cropping svg/pdf is by default non-destructive. I really want to get rid of the information outside of my cropping area that when resizing it doesn't show up anymore.
I searched a lot but couldn't quite find a fitting solution. I'm not lazy to write and test code, but with 2 small children and a full time job my time is very limited. Therefore I would really appreciate if someone could help my out with a very basic code snippet or pointing me to the right direction that I'm not wasting time trying things out that lead to a dead end :)
Thanks in advance for the help, it's really appreciated :)
Cheers, Toby