http://java.sun.com/docs/books/tutorial/java/javaOO/accesscontrol.html
_Loosely_ translated, protected methods in the PdfWriter class can only be accessed by - another class within the (com.lowagie.text.pdf) package or - a subclass of the com.lowagie.text.pdf.PdfWriter class Short answer, you cannot use "protected" methods of the PdfWriter class here. Check the API and try using "public" methods instead. -Janet ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266129 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

