Hi again.
We now at final track to use aspose in our application. But before will made final decision we should cover few issues, which stayed for now.
All templates we now prepared at Windows and than filled out at our service (hosted at Linux, code written at scala/java) and than converted through aspose.cells to pdf:
val workbook = new Workbook("source.xlsx")
workbook.save("report.pdf", SaveFormat.PDF)
As result pdf we found such problems:
1) Our images at top compressed by width, but at xlsx looks good
2) At text block with "...ddddddddddddd..." if we added addtional '\n' between "ddd" and "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" all text block will collapsed and only one line will be displayed at result pdf
3) Text block with "...aaa...". Not all data displayed at result pdf ("vvv" present at the end of text block). We want to see at result pdf all text with this big comment. And additional question, could we ask aspose to shift down this text block with pink header to next page with all other bottom blocks in right order?
At attachment you could found source xlsx file and result pdf.
Thank you.