PDFTOIPE(1) | General Commands Manual | PDFTOIPE(1) |
pdftoipe - Convert PDF files into editable Ipe format
pdftoipe { options } PDF file [ XML file ]
pdftoipe converts arbitrary PDF files to Ipe's XML format.
Note that pdftoipe is not related to Ipe's use of the PDF file format. PDF files generated by Ipe contain an extra stream with Ipe markup information, which is necessary for Ipe to read the file again. If you wish to convert an Ipe-generated PDF-file to XML format, you should use ipetoipe -xml! pdftoipe is meant to allow you to take arbitrary PDF files and make them editable in Ipe.
pdftoipe does a pretty good job on drawings, but doesn't handle text very well. Ipe's text model is based on LaTeX, which is just too different from the text found in most PDF files.
At level 2 and 3, UTF-8 is set as the input encoding in the Latex preamble of the generated Ipe document.
Note that this only concerns characters for which the PDF file provides a mapping to Unicode. Characters from embedded fonts without Unicode mapping (such as symbol fonts) are always represented as [S+XX].
Otfried Cheong
Please report bugs at https://github.com/otfried/ipe-tools/issues
More information about Ipe can be found in The Ipe Manual, available online at http://ipe.otfried.org/manual/manual.html
January 3, 2017 |