What is the max number of Rows and columns a pdf file can hold

Hi,

We are trying to generate a pdf which can hold data in the format of table. the data what we are providing genarates 100s of columns and rows to get values in 1000s of cells.

At present we are just able to generate with 8 columns!!

Is it possible to achive our requirement? can somebody explain the limit of pdf file in terms of max number of rows and columns for a pdf file.

we are able to do the same when the same is exported in to csv file which can support 512 columns and 65536 rows!!

Thanks and regards

Hi,

Thank you for considering Aspose.

The limitation of columns is 1024 and there is no limitation for rows. Please provide the code that can reproduce the problem.