too much time generating pdf

Hello:

PDF reports are taking too much time to generated… tables with only one record take more than 40 secs. to generate…
have somebody the same problem ??? can somebody make suggestions about how to reduce the generation time.

joseag. thanks.

Re: too much time generating pdf

Maybe its the layout that you are using.

and you can try to improve your scriptcase performance in php.ini file

look at this 2 lines
max_execution_time and memory_limit
set these values:
max_execution_time = 3600
memory_limit = 512M

restart the service from your server(apache or IIS).

Re: too much time generating pdf

i’m not using layouts; it’s option set in grid applications… i’ll try your suggestions this night and tomorrow wil report about results…

Thanks a lot Max…

Re: too much time generating pdf

ok i got it,

Its not the Report PDF application.
Its the PDF generated in Grid Applications.