Changes in itext-paulo-91 (2002-02-27)

    - added colspan to PdfPTable.

    - the interface PdfPTableEvent changed because of colspan. See the
example
      table_event.java for a quick way to fix code without colspan. I know
that
      interfaces shouldn't change but this interface is used only by a few
and
      the change takes no time to fix.

    - added BARCODE128 and the special encoding UCC/EAN-128. Other encodings
      using this symbology are possible.

    - added PdfWriter.setCropBoxSize().

    - fixed the problem while trying to add 2 images, a big and a small,
near the
      bottom of a page. The first image was too large to fit, so it should
have
      gone to the next page. However, the resulting pdf contained the second
      (smaller) image at the bottom of the page, while the larger image did 
      not appear in the file.

    - eliminated Rectangle.setRotation(). This can create inconsistencies.
Use
      Rectangle.rotate() instead.

    - simplified PdfReader.getPageSizeWithRotation().

    - fixed a bug in Rectangle that prevented page rotations bigger than 90
degrees.

    - fixed a bug that prevented annotations to be in the right place with
rotated pages.

    - updated examples: table_event.java, test_barcodes.java. New example:
      table_event_colspan.java


All this at:

http://www.geocities.com/itextpdf


Best Regards,
Paulo Soares


_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to