Posted by a ceTe Software moderator
Hello,
Yes, DynamicPDF Converter writes and reads files to a temporary folder during the conversion process. You can change the tempFilesPath by editing the Service.config file. Below are the steps.
1. After installation, Open the ceTe.DynamicPDF.Converter.Service.exe.config file located at C:\Program Files (x86)\DynamicPDF Converter v2.xx for .NET\Service in notepad.
2. Edit the tempFilesPath property and set to desired path where the user account the service is running as (system by default) has read and write permissions.
<ceTe.dynamicPdf.conversion tempFilesPath="%TEMP%" printHtmlBackgroundColorAndImage="true" enableLogging="false"/>
3. Restart the DynamicPDF Converter service.
Thanks,
ceTe Software Support Team