Question
Itext Problem
I get the following problem when trying to use the refactored
iText 1.4.6.
Class coldfusion.runtime.java.JavaProxy can not access a member of class com.lowagie.textNew.pdf.PdfWriter with modifiers "protected"
Im trying to call the following function.
pdfWriter.setViewerPreferences(PdfWriter.HideToolbar);
Is there anyway around this?
Class coldfusion.runtime.java.JavaProxy can not access a member of class com.lowagie.textNew.pdf.PdfWriter with modifiers "protected"
Im trying to call the following function.
pdfWriter.setViewerPreferences(PdfWriter.HideToolbar);
Is there anyway around this?
