-
(using iTextSharp version 4.1.2.0)
2009-06-11 09:16:00 UTC in iTextSharp
-
I'm using this code to change the metadata in an existing pdf document, The changed metadata is not saved into the new pdf.
PdfReader reader = new PdfReader(File.FullName);
PdfStamper stamper = new PdfStamper(reader, new FileStream(newFile, FileMode.Create));
System.Collections.Hashtable info = reader.Info;
if (info == null)
info = new System.Collections.Hashtable();
info["Title"] =...
2009-06-11 09:15:17 UTC in iTextSharp
-
Yes! you always have to use the browse folder option and you never want to search in the default directory..
2008-06-26 06:35:48 UTC in Notepad++
-
mdissel committed patchset 12 of module binarynews to the BinaryNews CVS repository, changing 2 files.
2004-01-07 22:29:35 UTC in BinaryNews
-
mdissel committed patchset 11 of module binarynews to the BinaryNews CVS repository, changing 1 files.
2004-01-07 22:28:40 UTC in BinaryNews