On Fri, Dec 03, 2010 at 01:23:30AM -0500, Roger Burrows wrote: > Hi Michal, > > > > > As I mentioned, this verifies against PDF/A which is, I understand, a > > > subset > > of > > > PDF 1.4. So I suppose that many (most? all?) of the errors reported are > > > not > > > errors in 1.4. > > > > I wasn't able to find the complete specification though. Neither I have > > found what the error 6.1.8 "Incorrect delimiter used for indirect object" > > means. It would be much more easier if I knew that that means. > > > I think you probably need the ISO document that specifies PDF/A. I have > located a draft specification for PDF/A at this URL: > http://www.aiim.org/documents/standards/PDF-A/SC2N226.pdf
Thanks! > This indicates that the correct delimiter for indirect objects in PDF/A is > cr/lf. So Unix linefeeds are causing the error messages, which is irrelevant > for PDF-1.4 compatibility. Yes. PDF specification doesn't say anything like that. It just defines that \r and \n are EOL markers and if they are used in a sequence they are treated as a single EOL (e.g. \r\r or \n\n is treated as a single EOL). So this looks like a PDFA specific requirement. (Btw. I have checked the PDF specification PDF and it uses single \r as an EOL) > I guess we can ignore the PDF/A checker for this problem, > unfortunately. Yes, I guess so. > > Roger -- Michal Hocko ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
