2026-02-13
03:11 PM
- last edited on
2026-02-15
03:58 PM
by
Laszlo Nagy
Hello everyone!
I have lots of PDFs. I want to insert them into each layout: For example, 1.pdf in Layout 1, 2.pdf in Layout 2, and so on.
Is there a way to do this using Python?
Thank you in advance.
Operating system used: Windows 11
4 weeks ago
- last edited
4 weeks ago
by
Laszlo Nagy
from my knowledge, but I hope Graphisoft proves me wrong, with the version of Python used by Archicad it is not possible to insert external files on the layouts.
4 weeks ago
This has nothing to do with the Python version. There is just no command currently in the JSON API enabled to place drawings.
The AC connection is not under active development however – check out Tapir for a modern way to interact with Archicad in Python.
Tapir also has no way of placing drawings right now, but this might/will change in the future. And you can help develop it.