Archicad C++ API
About Archicad add-on development using the C++ API.

Is it possible to print a pdf with the ArchiCAD API

Anonymous
Not applicable
Hello dear dev community,

I'm a new ArchiCAD API developer, and I'm trying to know if it's possible to print a PDF or export a pdf of an ArchiCAD project, plan, or document, and where I can find some documentation about it. I saw a post on this forum who speeking about printing a pdf via the API but I cannot find any reference or example, if you have some tips, it's could be great.

Thanks
2 REPLIES 2
Ralph Wessel
Mentor
I think you should be able to do this if you set up a publisher set for the PDF and publish it by calling ACAPI_Automate with APIDo_PublishID.
Ralph Wessel BArch
Anonymous
Not applicable
Hi,
Thanks a lot for the answer.
I will test that.