Pdf is a text/picture format. Dbf is a database format. The concept of converting one to the other doesn't make sense - they're different classes of things. (It would be like asking someone how to translate English to an orange.)
If you have data in the pdf file that you want to put into the database, you could use Excel as an intermediary. Copy the data in the pdf (if it's in a table format) and paste it into Excel. Then save the spreadsheet as a csv file. Your database should be able to import that. (If the data isn't in a table, paste it into Word, fix it up, convert it to a table, copy the table and paste it into Excel.)
No comments:
Post a Comment