Hi! I have a PDF generator which allows me to paint to its TCanvas. Can XLSSpreadSheet be painted onto a TCanvas?
Like XLSSpreadSheetInstance.PaintTo(PDFDocument.Canvas) ?
I want to be able to generate PDF files from Excel sheets in the background, with no visible things for the user.
For example: From TEST.XLS to TEST.PDF
T.