I'm searching for any .pdf
in a directory that doesn't currently have a Title
property and replacing it with the file name of the document. I've seen a couple of instances in which this is done such as here, but it looks like they're replacing the entire document. I just want to add a Title
to the document without completely rewriting it.
How can I do this with iTextSharp?