This question has been flagged

If pdf reports are not printing in their proper format then all you need to do is

web.base.url = "your url"

report.url = "http://localhost:8069"

report.url.freeze = True

Then restart the service and your reports will be fixed

Note(In my case i didnt use web.base.url.freeze)

Avatar
Discard

Thank you very much. It fixed my issue :)

Best Answer

Was having the same issue. Thank you for the fix Niyas

Avatar
Discard