Aspose-pdf-java utilizes a lot of CPU/RAM resources with generating and saving pdf document with 1 Table 20K rows and 10 columns.
Here is an example of my code
private static final int ROWS_COUNT = 20000;
private sta…...saving pdf document with 1 table 20K rows and 10 columns. Here...getPages().add(); Table table = new Table(); for (int i = 0;...