Opened 12 years ago

Last modified 12 years ago

#9053 closed defect

pdfimport: java.io.IOException: Error: could not find resource 'pdfimport/pdfbox/PageDrawer.properties' on classpath. — at Version 1

Reported by: anonymous Owned by: anonymous
Priority: normal Milestone:
Component: Plugin pdfimport Version:
Keywords: Cc:

Description (last modified by Don-vip)

Hi,

the pdfimport plugin appears to be broken for some people. There is an error report on Github: https://github.com/openstreetmap/josm-plugins/issues/1

The plugin starts, I can select a PDF but right after that I get

java.io.IOException: Error: could not find resource 'pdfimport/pdfbox/PageDrawer.properties' on classpath.
at org.apache.pdfbox.util.ResourceLoader.loadProperties(ResourceLoader.java:112)
at pdfimport.pdfbox.PageDrawer.(PageDrawer.java:66)
at pdfimport.pdfbox.PdfBoxParser.parse(PdfBoxParser.java:50)
at pdfimport.LoadPdfDialog.loadPDF(LoadPdfDialog.java:861)
at pdfimport.LoadPdfDialog.access$1300(LoadPdfDialog.java:65)
at pdfimport.LoadPdfDialog$11.run(LoadPdfDialog.java:563)
at pdfimport.LoadPdfDialog$19.run(LoadPdfDialog.java:789)
at java.lang.Thread.run(Thread.java:722)

It is probably a trivial bug, would be awesome if somebody could look into that. pdfimport is a extremely valuable tool.

Thanks in advance,
Sebastian

Change History (2)

comment:1 by Don-vip, 12 years ago

Description: modified (diff)
Owner: changed from team to anonymous
Status: newneedinfo

Thanks for the bug report. Can you please give us your status report and attach the PDF file ? Thanks.

by anonymous, 12 years ago

Attachment: testpdf.pdf added

testpdf for pdfimport plugin bug

Note: See TracTickets for help on using tickets.