I'm new to using itext and can't find any instructions on the website,
which detail how to get started. For example, which files I need to download and
how I use the .jar file.
When I compile an example from the website I receive errors including
C:\iTest>javac HelloWorld.javaHelloWorld.
I read your message (below) on the mail archive list. I ran into the same
problem. I originally flipped the bytes in my Java program, but that was too
slow. Instead, I added the line:
dictionary.put(PdfName.DECODE, new PdfLiteral("[1 0 1 0 1 0 1 0]"));
(after the "dictionary.put(PdfName.C