I used pdftoxml to convert PDF (which worked VERY, VERY GOOD), I created a java program to use the XML, the problem is that that version that I used (I do not which version) converted the images into a .vec file. but when I try now I get a .ppm
which breaks my java code. How I can generate the *.vec files?
Thanks
Anonymous
PDF contains two kinds of image formats: bitmap (.ppm) and vectorial instructions which are contained in a .vec file. Depending on the pdf file, you will have .vec and optionally .ppm files.
(there is one vec file per page which contains at least clipping information for the page)