cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

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

Is it possible to print a pdf with the ArchiCAD API

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
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
Central Innovation
Not applicable
Hi,
Thanks a lot for the answer.
I will test that.