Export speed PDF

Hi,
I want to save my report as a PDF directly in the file system without user interaction. This works without any problems. However, it takes 8 seconds until the file is written. This is no problem for a single report, but much too slow for my case. Does anyone know if it is possible to speed up the method?

Best regards
Bastian

My Settings:

LL_LLX_EXTENSIONTYPE_EXPORT sEXP “Export.Path” sExportDir to iRet
LL_LLX_EXTENSIONTYPE_EXPORT sEXP “Export.File” sExportFile to iRet
LL_LLX_EXTENSIONTYPE_EXPORT sEXP “Export.Quiet” “1” to iRet
LL_LLX_EXTENSIONTYPE_EXPORT sEXP “Export.ShowResult” “0” to iRet
LL_LLX_EXTENSIONTYPE_EXPORT sEXP “Export.ShowResultAvailable” “0” to iRet
LL_LLX_EXTENSIONTYPE_EXPORT sEXP “Export.OnlyTableData” “0” to iRet
LL_LLX_EXTENSIONTYPE_EXPORT sEXP “Export.AllnOneFile” “1” to iRet
LL_LLX_EXTENSIONTYPE_EXPORT sEXP “FontMode” “0” to iRet
LL_LLX_EXTENSIONTYPE_EXPORT sEXP “JPECQuality” “0” to iRet

Get PrintFirstData to iRet
Get LLPrintEnd of hoLL
Get LLJobClose of hoLL

Without details on the used version, data source and the report it’s somehow hard to say what might cause the delay here. How many pages does the report have? Does it make extensive of images? You may also check the hints in this article:

Feel free to return here with more details.

Hi, sorry. I use LL25 my report is always one page. I import 2 PDFs in the background. There are 17 variables that represent checkboxes. The generated PDF document is under 1MB in size. I hope this helps.

I"d suggest to take a look into the log file :slight_smile:. It contains time stamps and may help to find the culprit. See here:

Also, depending on the content of the PDFs, they might result in large temporary files being created. See here: