Replacement for FixBrokenDoc()?

Q: I am looking for the replacement for the depracated FixBrokenDoc().
Is there a way to automatically try to rebuild broken PDFs the way
Acrobat does it?
-----
A: Newer versions of PDFNet will automatically try to fix broken PDF
documents (in PDFDoc constructor). As a result there is no need for
FixBrokenDoc() (i.e. you can simply comment out this code).