On Mon, 2019-02-11 at 15:53 +0000, John Senneker wrote:
> There’s a bool member `m_bIgnoreBrokenObjects` in `PdfParser`, and
> that member is exposed through `SetIgnoreBrokenObjects()`, but it’s
> set to false in `Init()`, which is called by `Clear()`, which is
> called at the top of `ParseFile()`,

        Hi,
I believe a better option would be to not reset the
m_bIgnoreBrokenObjects in the Init(), in which case the class will keep
its state without modifying public API with (more or less) unnecessary
arguments, making the functions quite complex only to workaround the
Init() behavior.
        Bye,
        zyx



_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to