shithub: neatpost

Download patch

ref: 10f935774e53b1b3a6b27e6961952b69d1325f22
parent: e3f0cb74b1e84495b6e8f6e76c601074755dab14
author: Ali Gholami Rudi <ali@rudi.ir>
date: Sun Apr 15 20:21:43 EDT 2018

pdf: put a blank line after PDF header

--- a/pdf.c
+++ b/pdf.c
@@ -862,7 +862,7 @@
 	pdf_root = obj_map();
 	pdf_pages = obj_map();
 	pdf_title = title;
-	pdfout("%%PDF-1.6\n");
+	pdfout("%%PDF-1.6\n\n");
 	pdf_width = (pagewidth * 72 + 127) / 254;
 	pdf_height = (pageheight * 72 + 127) / 254;
 }