|
 |
asp_web_howto thread: Converting PDF files into Records
Message #1 by "Vinod T.G" <vinodtg@h...> on Tue, 18 Dec 2001 09:34:46
|
|
Hi ,
I have a Number of PDF files which are ina fixed format and of arounf 40-
50 pages.is there any way through which i can convert it into records of
SQL Server.
Message #2 by "Jason Salas" <jason@k...> on Tue, 18 Dec 2001 20:08:57 +1000
|
|
Hi Vinod,
I'm not sure exactly how to code this (I know there is a third-party
software component out there that does what you want), but try looking up
"OCR on-the-fly". I think you'll find your tool. :)
HTH,
Jason
----- Original Message -----
From: "Vinod T.G" <vinodtg@h...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Tuesday, December 18, 2001 9:34 AM
Subject: [asp_web_howto] Converting PDF files into Records
> Hi ,
> I have a Number of PDF files which are ina fixed format and of arounf 40-
> 50 pages.is there any way through which i can convert it into records of
> SQL Server.
$subst('Email.Unsub').
>
Message #3 by psinghp@e... on Wed, 19 Dec 2001 09:44:06 +0400
|
|
>
> ----------------------------------------------------------------------
>
> Subject: Converting PDF files into Records
> From: "Vinod T.G" <vinodtg@h...>
> Date: Tue, 18 Dec 2001 09:34:46
> X-Message-Number: 2
>
> Hi ,
> I have a Number of PDF files which are ina fixed format and of arounf 40-
> 50 pages.is there any way through which i can convert it into records of
> SQL Server.
Hi
Acrobat comes with a built-in OCR which will change your pdf files to text one. Next you can manipulate the resulting text file to
create records in SQL.
Hope this helps.
Pepe
|
|
 |