diff --git a/common/plotters/PDF_plotter.cpp b/common/plotters/PDF_plotter.cpp index a2b8b399e9..cbd58bb856 100644 --- a/common/plotters/PDF_plotter.cpp +++ b/common/plotters/PDF_plotter.cpp @@ -755,8 +755,7 @@ bool PDF_PLOTTER::EndPlot() "/Producer (KiCAD PDF)\n" "/CreationDate (%s)\n" "/Creator (%s)\n" - "/Title (%s)\n" - "/Trapped false\n", + "/Title (%s)\n", date_buf, TO_UTF8( creator ), TO_UTF8( title ) );