Change path for PDF documents

Is there a way to specify the path for the created PDF documents, e.g. To change bills?
Although this path is displayed in the Invoices module, it can not be changed there.
In the file /htdocs/conf/conf.php you can only adjust the basic path.

I think nothing

Hi,

Could you explain a bit more what you would like to do ?

I want to save the PDF files to another file server, in the same, local network.
There are several reasons that have to do with the organization in the company. These PDF files are used elsewhere. These employees process the documents further …
Otherwise I would have to move the PDFs with a script. I think the solution to immediately save the PDFs to the “right” file server is the right one.

Ok, then you need to change the dolibarr_main_document_root on the conf.php file

// This parameter contains absolute file system directory of Dolibarr
// htdocs directory
// Examples:
// $dolibarr_main_document_root='/var/www/dolibarr/htdocs';
// $dolibarr_main_document_root='C:/My web sites/dolibarr/htdocs';
//
$dolibarr_main_document_root=''; 

Many thanks for the answer.
The entry in conf.php regulates the entire document directory. This is inconvenient for this purpose. Not everyone should be in the entire directory. C.a. 20 employees in accounting. This will lead to problems sooner or later.
Unfortunately it runs on a Windows server, otherwise a link would be possible.
Probably only a script that copies the PDFs.

Thanks again for the help