Bug 1287 : Everything PDF is broken
Last modified: 2009-07-06 10:12




Status:
RESOLVED
Resolution:
INVALID -
Priority:
P2
Severity:
normal

 

Reporter:
chandler
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2009-07-05 22:52
Not to be too dramatic, but none of the PDF examples and none of my old code works. Seems
to have been broken in 1.0.4 and up. Really any of the examples repro the problem.
Additional Comment #1 From fry 2009-07-06 08:06
working fine here.. is it possible you have another version of itext
somewhere in your classpath?

also try setting your sketchbook folder to a new (empty) folder, then
restart processing, then try a very simple example like:

size(200, 200, PDF, "output.pdf");
line(20, 20, 80, 80);
exit();
Additional Comment #2 From chandler 2009-07-06 10:12
found it. the jar for the PostToWeb library has the BytePGraphicsPDF class in it. Once i removed
that lib all my PDF stuff started working.

sorry for the bother.