Donate Share

sharpPDF

File Release Notes and Changelog

Release Name: sharpPDF 1.2

Notes: A new release of sharpPDF that implements tables on pdf documents. There are some difference between 1.1 version. I've moved all the exceptions under sharpPDF.Exceptions namespace, and all enumerators under sharpPDF.Enumerators namespace. So You can include "using sharpPDF.Exceptions; using sharpPDF.Enumerators" to mantain full compatibility.


Changes: - All exceptions under "sharpPDF.Exceptions" namespace - All enumerators under "sharpPDF.Enumerators " namespace - New objects that implement a new abstract element : Table