Conditionally hide/show image (layer?) in a PDF using Acrobat Pro DC
[Moderator moved from Using the Community (forums) to Acrobat.]
I am trying to conditionally hide or show a graphic in a PDF based on a value from a database.
Boiled down, the logic would be:
IF data field = 100 THEN show graphic ELSE hide graphic
I am using Adobe Acrobat Pro DC to edit a pre-existing PDF provided by a customer.
The PDF is being generated and displayed via an ASPX page, with the code behind accessing and displaying the data using the iTextSharp.text.pdf.PdfReader class.
Any guidance would be appreciated.
Thanks