Hi,
I'm using pdf.dll 3.6.2.0 and cell.dll 4.4.3.1.
I have a workbook with some photo, when I try to save to pdf using the code:
myWorkBook.Save(xml_stream, FileFormatType.AsposePdf)
It show me the error:
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
when I try to save the workbook to excel:
myWorkBook.Save(xml_stream, FileFormatType.Excel2003)
It's ok.
I need to save the workbook into pdf. Any quick method / any code that can show me?
I have demo tomorrow. Thanks a lot.
Paul.