Exemple #1
0
        public static bool PerformConversion(IntPtr converter)
        {
            if (Log.IsTraceEnabled)
            {
                Log.Trace("T:" + Thread.CurrentThread.Name + " Starting conversion (wkhtmltopdf_convert)");
            }

            return(PechkinBindings.wkhtmltopdf_convert(converter) != 0);
        }