Changes between Initial Version and Version 1 of Ticket #9053
- Timestamp:
- 2013-09-04T17:52:22+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9053
- Property Owner changed from to
- Property Status new → needinfo
-
Ticket #9053 – Description
initial v1 4 4 5 5 The plugin starts, I can select a PDF but right after that I get 6 6 {{{ 7 7 java.io.IOException: Error: could not find resource 'pdfimport/pdfbox/PageDrawer.properties' on classpath. 8 8 at org.apache.pdfbox.util.ResourceLoader.loadProperties(ResourceLoader.java:112) … … 14 14 at pdfimport.LoadPdfDialog$19.run(LoadPdfDialog.java:789) 15 15 at java.lang.Thread.run(Thread.java:722) 16 }}} 16 17 17 18 It is probably a trivial bug, would be awesome if somebody could look into that. pdfimport is a extremely valuable tool.