Connecting Tech Pros Worldwide Help | Site Map

SQL create table from pdf

Reimar Bauer
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi all,

I would like to use a routine which has as input a pdf form file and returns
the SQL statement to create the table for a SQL database.

Did someone know such a tool?

Reimar

--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
================================================== ================
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/i...lib_intro.html

Manuel Lemos
Guest
 
Posts: n/a
#2: Jul 17 '05

re: SQL create table from pdf


Hello,

On 07/25/2004 03:44 PM, Reimar Bauer wrote:[color=blue]
> I would like to use a routine which has as input a pdf form file and returns
> the SQL statement to create the table for a SQL database.
>
> Did someone know such a tool?[/color]

PDF? This is odd? Are you sure it is not something else like dbf ?

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Reimar Bauer
Guest
 
Posts: n/a
#3: Jul 17 '05

re: SQL create table from pdf


Manuel Lemos wrote:[color=blue]
> Hello,
>
> On 07/25/2004 03:44 PM, Reimar Bauer wrote:
>[color=green]
>> I would like to use a routine which has as input a pdf form file and
>> returns
>> the SQL statement to create the table for a SQL database.
>>
>> Did someone know such a tool?[/color]
>
>
> PDF? This is odd? Are you sure it is not something else like dbf ?
>[/color]


no it's acrobats fdf/pdf formular files. I have lot's of them. You could
send data by get and post the same way as for HTML.
pdf is perfect printable.


Reimar

Closed Thread