Just finished my first pdfkit project and the results are beautiful! Thank You!
I noticed that the reported CreationDate: was wrong. I think that this is due to the fact that the javascript library function somedate.getMonth() reports month numbers as 0 based. (January is returned as month 0 not 1.) PDF dates expect January as '01'.
With the patch below the linux pdfinfo utility now reports 'Nov' (it was reporting 'Oct' before.)
Creator: PDFKit
Producer: PDFKit
CreationDate: Thu Nov 19 22:25:49 2015
Just finished my first pdfkit project and the results are beautiful! Thank You!
I noticed that the reported CreationDate: was wrong. I think that this is due to the fact that the javascript library function somedate.getMonth() reports month numbers as 0 based. (January is returned as month 0 not 1.) PDF dates expect January as '01'.
With the patch below the linux pdfinfo utility now reports 'Nov' (it was reporting 'Oct' before.)
Creator: PDFKit Producer: PDFKit CreationDate: Thu Nov 19 22:25:49 2015
@@ -64,7 +64,7 @@ class PDFObject