Hi
I am usign ABCPDF, and simply cannot obtain title etc of the document programmatically ? Cannot seemt to find any good examples on websupergoo site! Must be a simple issue
Doc d = new Doc();
d.Read(path);
var y = d.GetInfo(d.Root, "/Title:Text");
var x = d.GetInfo(d.Root, "/publicfilePath:Text");