Difference between revisions of "Pdf Import Extension/Current Architecture"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 5: Line 5:
 
Currently, the way PDF files get imported looks like this:
 
Currently, the way PDF files get imported looks like this:
  
[[Image:Pdf_architecture.png]]
+
[[Image:Pdf_architecture.png|center|height=70%]]

Revision as of 15:41, 12 November 2007

Currently, the PDF import extension utilizes xpdf for parsing the pdf file, and generating a bunch of low-level output operations to synthesize an ODF document.

This is a bit cumbersome, as xpdf is GPL licensed, which makes it necessary to run it completely out-of-process for OOo (being LGPL-licensed). A dedicated replacement parser is in the making (filter/source/pdfimport/pdfparse), will take some time to be on par with xpdf, though.

Currently, the way PDF files get imported looks like this:

height=70%
Personal tools