D Deleted member 103 Guest Mar 30, 2017 #1 Hi, Using the Excel library and this code you create an Excel spreadsheet. B4X: Dim newWorkbook As WritableWorkbook newWorkbook.Initialize(File.DirRootExternal, "1.xls") I am now looking for a function with which you can save the table as a PDF, there is a possibility, eg. so? B4X: newWorkbook.Saveas(File.DirRootExternal, "1.pdf")
Hi, Using the Excel library and this code you create an Excel spreadsheet. B4X: Dim newWorkbook As WritableWorkbook newWorkbook.Initialize(File.DirRootExternal, "1.xls") I am now looking for a function with which you can save the table as a PDF, there is a possibility, eg. so? B4X: newWorkbook.Saveas(File.DirRootExternal, "1.pdf")
DonManfred Expert Licensed User Longtime User Mar 30, 2017 #2 You need to generate the PDF by yourself i guess https://www.b4x.com/android/forum/threads/printing-and-pdf-creation.76712/ Upvote 0
You need to generate the PDF by yourself i guess https://www.b4x.com/android/forum/threads/printing-and-pdf-creation.76712/
D Deleted member 103 Guest Mar 30, 2017 #3 You need to generate the PDF by yourself i guess Click to expand... Yes, this is a possibility, but it would be much better. Excel2Pdf Upvote 0
You need to generate the PDF by yourself i guess Click to expand... Yes, this is a possibility, but it would be much better. Excel2Pdf
DonManfred Expert Licensed User Longtime User Mar 30, 2017 #4 Filippo said: but it would be much better. Click to expand... You can create a new thread in the bugs and wishlist forum. Or ask the libs author to release the code and then extend the lib by yourself. Upvote 0
Filippo said: but it would be much better. Click to expand... You can create a new thread in the bugs and wishlist forum. Or ask the libs author to release the code and then extend the lib by yourself.