C
Chandramohan Neelakantan
Hello all,
Problem:
Need to extract text information from a pdf file , write the text
to a file for a hardware project .
The text is contained in a table and has the width and height
information of different layers for a chip
The widthe and height information would be used to create test layouts
for different layers using Cadence SKILL.
OS: Hp-UX
Other tools used: Cadence SKILL
I wanted to do this initial pdf parsing in Perl because:
- it comes with the OS
- No point in writing the pdf parsing tool (which wld be an independen
project then)
- someone must have experienced the parsing proble before
I hope Im clear so far
Searching:
I tried module search on search.cpan.org but as far I have seen, I
dint notice any that extracts the text information from a pdf file.
I also tried seaarching on google but there seems to be pdf2text for
Linux
Solutions:
- I would appreciate if someone could point me to a module/script
that converts pdf 2 text
- any other suggestions in tackling the problem welcome
Many thanks
CM
Problem:
Need to extract text information from a pdf file , write the text
to a file for a hardware project .
The text is contained in a table and has the width and height
information of different layers for a chip
The widthe and height information would be used to create test layouts
for different layers using Cadence SKILL.
OS: Hp-UX
Other tools used: Cadence SKILL
I wanted to do this initial pdf parsing in Perl because:
- it comes with the OS
- No point in writing the pdf parsing tool (which wld be an independen
project then)
- someone must have experienced the parsing proble before
I hope Im clear so far
Searching:
I tried module search on search.cpan.org but as far I have seen, I
dint notice any that extracts the text information from a pdf file.
I also tried seaarching on google but there seems to be pdf2text for
Linux
Solutions:
- I would appreciate if someone could point me to a module/script
that converts pdf 2 text
- any other suggestions in tackling the problem welcome
Many thanks
CM