FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1287 : Everything PDF is broken
Last modified: 2009-07-06 10:12
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
INVALID -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.