On Tue, 2017-08-08 at 08:36 +0000, DIEUDONNE, Matthias wrote:
> Is there a parameter to set to disable this ? I do not want my
> program to output anything in the console .

        Hi,
try to call somewhere in the main(), or basically before using
the PoDoFo library for the first time:

  PoDoFo::PdfError::EnableLogging( false );
  PoDoFo::PdfError::EnableDebug( false );

which is used to control these things. Eventually see what other
methods the PoDoFo::PdfError offers.

        Bye,
        zyx

-- 
http://www.litePDF.cz                                 i...@litepdf.cz

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to