On Tue, 2017-08-15 at 17:08 +0000, Dai-Hanh Le wrote:
> I try to write a text to a pdf form.
> The text hides behind the background; when I click to the field the
> text show up; when I unclick the background show up.

        Hi,
if I recall correctly, then you should generate/update appearance
streams of the modified fields too. Those are used to show the content
of the field when the field is not focused (apart of other usages). The
behavior also depends on the AcroForm's NeedAppearances flag
(PdfAcroForm::GetNeedAppearances() / SetNeedAppearances()), when it's
'false', the appearance streams are generated by the PDF reader.
        Bye,
        zyx

-- 
http://www.litePDF.cz                                 i...@litepdf.cz

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to