|
AutoCAD to PDF to plain text to database
Message-ID:<c33eb111-de41-4c8a-8335-57eaa36b4403@k36g2000pri.googlegroups.com>
Subject:AutoCAD to PDF to plain text (to database)
Date:Thu, 25 Dec 2008 23:38:55 +0100
Is it possible to extract plain text from a PDF file created from
AutoCAD? Using xpdf I can grab plain text from PDFs created from other
sources, and using pdftoolkit I can grab the file's metadata, but I'm
still struggling with this particular issue.
Any help greatly appreciated.
Message-ID:<gj2q2d$q02$01$1@news.t-online.com>
Subject:Re: AutoCAD to PDF to plain text (to database)
Date:Fri, 26 Dec 2008 15:34:53 +0100
> AutoCAD?
I'm not sure, but i know from other CAD-Software, that these specific CAD
texts consist of lines and curves and can not be converted to font-text.
If you want to automate the extraction of text, you could convert it with
ghostscript to an image first, then batch-read it with some OCR-Software.
MfG
S.H.
Message-ID:<c33eb111-de41-4c8a-8335-57eaa36b4403@k36g2000pri.googlegroups.com>
Subject:AutoCAD to PDF to plain text (to database)
Date:Thu, 25 Dec 2008 23:38:55 +0100
Is it possible to extract plain text from a PDF file created from
AutoCAD? Using xpdf I can grab plain text from PDFs created from other
sources, and using pdftoolkit I can grab the file's metadata, but I'm
still struggling with this particular issue.
Any help greatly appreciated.
Message-ID:<gj2q2d$q02$01$1@news.t-online.com>
Subject:Re: AutoCAD to PDF to plain text (to database)
Date:Fri, 26 Dec 2008 15:34:53 +0100
> AutoCAD?
I'm not sure, but i know from other CAD-Software, that these specific CAD
texts consist of lines and curves and can not be converted to font-text.
If you want to automate the extraction of text, you could convert it with
ghostscript to an image first, then batch-read it with some OCR-Software.
MfG
S.H.
|