LameNerd has asked for the wisdom of the Perl Monks concerning the following question:

How would I use Perl, and XML to turn PDF files into XML files? Or am I just way confused about what XML is all about.

Replies are listed 'Best First'.
Re: PDF XML and Perl
by Heidegger (Hermit) on Feb 08, 2003 at 08:25 UTC
    It is possible to transform XML-described data to almost any media (HTML, WAP, PDF etc) by writing XSL scripts. (XML + XSL = target). It is more difficult to do it the other way around. PDF even very often disallows to do image/text copy/paste.
Re: PDF XML and Perl
by dragonchild (Archbishop) on Feb 11, 2003 at 18:10 UTC
    You're way confused about what XML is. What is the actual problem you're attempting to solve? Maybe we can help at an earlier stage of problem solving.

    ------
    We are the carpenters and bricklayers of the Information Age.

    Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.