# 2.4.10 Specific settings for AutoCAD PDF module

Specific settings for the AutoCAD publishing module contain these options:

* Rendering style (only \*.ctb rendering styles are supported)&#x20;
* Publishing application&#x20;
  * AutoCAD – full AutoCAD, can be used AutoCAD One or AutoCAD with extension, for example AutoCAD Mechanical.&#x20;
  * Ac core console – it is a core of AutoCAD, only inner core of AutoCAD is run for publication. Ac core console is part of AutoCAD and is together with AutoCAD licensed.
* Range of publication – from AutoCAD drawing will be publishing according to:
  * Model and layout – everything in the drawing is published&#x20;
  * Model – only the model space of the drawing is published&#x20;
  * Layout – only layouts are published (all)&#x20;
  * Layout – user setting – sets which layouts are to be published&#x20;
  * Sheets as separate file, where it is possible to set that every sheet would be create in the separate PDF file

![](/files/iGOHuleic2R2RkhNIG2M)

![](/files/WUAgnNxpRuTUruOH72Dk)

{% hint style="info" %}
The advantage of publishing using Ac core console is the speed. On the other hand, it is not possible to obtain information about the publishing error from the Console. It is therefore a good idea to debug first the publication using full AutoCAD and then switch to the publication using the Ac core console, and in case of problems with the publication, switch the publication back to full AutoCAD. Full AutoCAD must also be used when setting up the Application pre-process, which is written as a LISP script or in VBA - publishing via Ac core console only supports pre-processes that are written in .NET and are compiled into \* .dll libraries.
{% endhint %}

{% hint style="warning" %}
To successfully finish publishing the AutoCAD file to PDF format, the page layout, either for the model space, layout, or both, have to be set up in a drawing file.
{% endhint %}

<figure><img src="/files/w1D6vb3u6Z8jrrrhIXXz" alt=""><figcaption><p>Page Setup for model and layouts</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.holixa.com/holixa-publisher4vlt/fundamentals/2-add-in-configuration/2.4-add-edit-and-delete-publication-settings/2.4.10-specific-settings-for-autocad-pdf-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
