ahh!  i totally missunderstood the intend of handout.
sorry for that .
i thougt its just a n page to m pages mapping tool.
bodo


Bruno schrieb:
Quoting Bodo Teichmann <[EMAIL PROTECTED]>:

  
hi,
i just downloaded itext1.02b and run the handout_pdf.java example,
seems a little bit buggy , since only the left side pages are ok , the 
rightside pages are simply empty , i tried 3 different input pdfs but 
with same result.
my commandline was :
"D:\Dokumente und Einstellungen\xx\netparameters_S55_O2.pdf"  
"D:\Dokumente und Einstellungen\xx\netparameters_S55_O2x.pdf"  8
did i missunderstand something , or is this a known bug ?
    

I don't understand the question.
Handout was inspired by the EXCEL handouts with extra
space for notes. On the right side, you have your original
document. In your case page 1 to 7 that are shown correctly.
On the right side you have room for notes. I guess you are
expecting pages there?

If you remove this:
cb.rectangle(x3 - 5f, y2[p] - 5f, x4 - x3 + 10f, y1[p] - y2[p] + 10f);
for (float l = y1[p] - 19; l > y2[p]; l -= 16) {
	cb.moveTo(x3, l);
	cb.lineTo(x4, l);
}
>from the Handouts code, the rectangles for the notes
will no longer be shown. You should adapt the code yourself
to get the result you need.

br,
Bruno

  

Reply via email to