Subject:pdf to xml Author:Re Gallico Date:23 Aug 2007 11:44 AM
I have a pdf file of a magazine and a dtd file.
How can I obtain a XML file from pdf and associate it to dtd?
I've tried to esport the pdf file with ADOBE Acrobat 8 and I've obtained a xml 1.0 file with tags auto-generated... And now?
Subject:pdf to xml Author:Minollo I. Date:23 Aug 2007 02:08 PM
You will need to transform that XML document into the structure (DTD) you need; you can use XQuery and XQuery Mapper to get help with that (http://www.stylusstudio.com/xquery_mapper.html), but it might not be a simple task.