saeed
11-21-2011, 06:24 AM
Hello everyone,
I have a pdf file in which there are about 1700 pages each page contains about 7 records and each record contains the following data:
company_name,
address_line_1,
address_line_2,
telephone,
fax,
email,
name,
exporter,
importer,
manufacturer,
services.
now in some records exporter, importer, manufacturer, services data isn't available and some does have address_line_3 as well.
Sequence of the data is exactly the same mentioned above.
I have a little idea that using PHP file can viewed and displayed it as results over the screen. I want to save it in MYSQL Database.
Company name name starts M/s. in the beginning
similarly "Tel:" for telephone, "Fax:" for fax, and so on.
I will be very grateful if someone can give me an idea how this can be done.
Thank you very much.
I have a pdf file in which there are about 1700 pages each page contains about 7 records and each record contains the following data:
company_name,
address_line_1,
address_line_2,
telephone,
fax,
email,
name,
exporter,
importer,
manufacturer,
services.
now in some records exporter, importer, manufacturer, services data isn't available and some does have address_line_3 as well.
Sequence of the data is exactly the same mentioned above.
I have a little idea that using PHP file can viewed and displayed it as results over the screen. I want to save it in MYSQL Database.
Company name name starts M/s. in the beginning
similarly "Tel:" for telephone, "Fax:" for fax, and so on.
I will be very grateful if someone can give me an idea how this can be done.
Thank you very much.