Product extensions
Tips for debugging PDF2 plugin PDF issues
Book page: Submitted by StevenAnderson on Tue, 2007-04-03 18:06. Last updated on Sun, 2007-11-25 07:46.
Keeping the generated FO file
One of the most important things to do to debug the PDF generated by the PDF2 plugin (also known as the Idiom PDF plugin) is to look at the FO file the plugin generates. The plugin, by default, deletes all intermediate files, though, so you need to modify the plugin to save those files.
To stop the plugin from deleting the FO file:
One of the most important things to do to debug the PDF generated by the PDF2 plugin (also known as the Idiom PDF plugin) is to look at the FO file the plugin generates. The plugin, by default, deletes all intermediate files, though, so you need to modify the plugin to save those files.
To stop the plugin from deleting the FO file:
- Open demo\fo\build.xml in a n editor.
- Search for the line
<antcall target="transform.fo2pdf">




