MySQL Forums
Forum List  »  Newbie

Re: Converting a MySQL Table to PDF File
Posted by: Michael Smith
Date: May 24, 2023 03:01PM

Barry:
I got PHP working and I got the FPDF file incorporated but I got a number of error messages about Font Files missing.
I think it should be easier to convert to a .CSV file. The code looks so easy e.g. SELECT Field2, Field3, Field4 From Letter01 INTO OUTFILE 'c:\temp\invoice01d.csv';
but it fails because of apparent password errors even though it works fine with basic MySQL code.
There seems to be a lot of theory kicking around but anything I have found simply doesn't work.
Mike

Options: ReplyQuote


Subject
Written By
Posted
Re: Converting a MySQL Table to PDF File
May 24, 2023 03:01PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.