Hi everybody,
I have to produce large PDF reports using “putpdf table”. So far, this was not a problem, but after reports have been extended, I get errors when trying to create a PDF. Stata 16 tells “maximum number of tables exceeded; limit 500”, Stata 17 “failed to set table width” or “failed to add table”. I assume these are different error messages for the same problem.
Strangely, my report consists of 265 pages, on average there is about 1 table per page, so there should not be more than 265-300 tables. Does anybody know why less than 300 tables exceed the limit of 500 tables? Could there be additional, internal temporary tables that are taken into account for the limit? Or could it be that huge tables are counted as more than 1 table each? Beside “putpdf table” I also use “putpdf text” for text before and after tables, maybe the text is also counted as a table?
Could anyone give me a hint or has experienced a similar problem?
Unfortunately, I cannot provide Stata code, since there are thousands of lines.
Thanks in advance for your help.
Kurt
I have to produce large PDF reports using “putpdf table”. So far, this was not a problem, but after reports have been extended, I get errors when trying to create a PDF. Stata 16 tells “maximum number of tables exceeded; limit 500”, Stata 17 “failed to set table width” or “failed to add table”. I assume these are different error messages for the same problem.
Strangely, my report consists of 265 pages, on average there is about 1 table per page, so there should not be more than 265-300 tables. Does anybody know why less than 300 tables exceed the limit of 500 tables? Could there be additional, internal temporary tables that are taken into account for the limit? Or could it be that huge tables are counted as more than 1 table each? Beside “putpdf table” I also use “putpdf text” for text before and after tables, maybe the text is also counted as a table?
Could anyone give me a hint or has experienced a similar problem?
Unfortunately, I cannot provide Stata code, since there are thousands of lines.
Thanks in advance for your help.
Kurt

Comment