creating a pdffield using something like:
PdfTextField tf(pPage, {60, 20, 300, 300}, &document);
document.GetAcroForm()->SetNeedAppearances(true);
tf.SetFieldName("CoverNote");
tf.SetMultiLine(true);
tf.SetReadOnly(true);
tf.SetText(content);
results into a text field that is "Visible, but doesn't print"
How can I make a text field "Visible" (and printable)?
Thanks
Radu
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users