I know that tagged PDF support is in the works, but I have a related question about content in both future tagged and current 'untagged' documents:
Working in a bank, we have some documents which contain sensitive information, and often times we prepare 2 versions of a document, one complete, and one with sensitive information omitted.
Ideally, I could add a class to certains div's, (.confidential), and simply apply a display:none; property when necessary.
But will this have the effect of removing all trace of this information from the final PDF? (unlike in HTML where the hidden content is still visible in the source code)
There are many stories of confidential information being leaked from documents redacted with simple black rectangles "covering" sensitive content in a PDF; so it's prudent to take a 'paranoid first' position on these things
Also something to keep in mind with tagged text support...
Working in a bank, we have some documents which contain sensitive information, and often times we prepare 2 versions of a document, one complete, and one with sensitive information omitted.
Ideally, I could add a class to certains div's, (.confidential), and simply apply a display:none; property when necessary.
But will this have the effect of removing all trace of this information from the final PDF? (unlike in HTML where the hidden content is still visible in the source code)
There are many stories of confidential information being leaked from documents redacted with simple black rectangles "covering" sensitive content in a PDF; so it's prudent to take a 'paranoid first' position on these things
Also something to keep in mind with tagged text support...