|
Parsing Malformed PDF Dates
Message-ID:<15199494-9ff5-4b0d-9e92-889d1a727590@d21g2000yqn.googlegroups.com>
Subject:Parsing Malformed PDF Dates
Date:Fri, 4 Dec 2009 18:01:40 +0100
Hi.
The date (from a Pagemaker 6.5 / Acrobat Distiller 3.01 PDF)
D:191000515121716
appears in a file I have. It appears to be entirely malformed
according to the spec, yet Acrobat reads it as:
15/05/2000 13:17:16
Preview fails reading it.
Is there some older date format, or something I'm missing?
Message-ID:<hfd733$v8r$01$1@news.t-online.com>
Subject:Re: Parsing Malformed PDF Dates
Date:Sat, 5 Dec 2009 09:53:45 +0100
John Whitington wrote:
> Hi.
>
> The date (from a Pagemaker 6.5 / Acrobat Distiller 3.01 PDF)
>
> D:191000515121716
>
> appears in a file I have. It appears to be entirely malformed
> according to the spec, yet Acrobat reads it as:
>
> 15/05/2000 13:17:16
>
> Preview fails reading it.
>
> Is there some older date format, or something I'm missing?
1900 + 100 = 2000
Acrobat Distiller 3.01 was not designed for the use in year 2000 and later.
Message-ID:<41c6fb59-9b12-4d84-8b30-1cf01cc55b9b@c34g2000yqn.googlegroups.com>
Subject:Re: Parsing Malformed PDF Dates
Date:Sat, 5 Dec 2009 10:47:23 +0100
Hi
On Dec 5, 8:53=A0am, Bernd Alheit <be_9...@yahoo.de> wrote:
> John Whitington wrote:
> > Hi.
>
> > The date (from a Pagemaker 6.5 / Acrobat Distiller 3.01 PDF)
>
> > D:191000515121716
>
> > appears in a file I have. It appears to be entirely malformed
> > according to the spec, yet Acrobat reads it as:
>
> > 15/05/2000 13:17:16
>
> > Preview fails reading it.
>
> > Is there some older date format, or something I'm missing?
>
> 1900 + 100 =3D 2000
>
> Acrobat Distiller 3.01 was not designed for the use in year 2000 and late=
r.
Ah-hah! Thanks. I suppose I can fix this in my code.
|