As Bruno wrote, there is nothing present in a normal PDF document that would identify the computer on which it was created. Some processes could embed such information (such as DRM and the like) but it's quite uncommon.
Bruno also correctly informed you that modification of a PDF, that is not digitally signed, can take place at any time before, during or after the creation. All of this information is public and well documented through the 15+ year history of PDF as described in the ISO 32000-1 documentation of the standard itself. If you need more information, you are welcome to contact me as the person at Adobe responsible for the standardization of PDF. Leonard Rosenthol PDF Standards Architect Adobe Systems -----Original Message----- From: 1T3XT info [mailto:[email protected]] Sent: Saturday, February 13, 2010 3:52 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Indentification of printing computer Arthur Götz wrote: > Dear Sir/Madam > > In a matter that is now before the High Court of Namibia: > > I have in my possession a PDF document that lists the following > [Document Properties] [Description] if queried with Adobe Acrobat Reader > 6.0.0 2003/05/19: > [Description] [Application] JasperReports (VotersRoleConsti) > [PDF Information] [PDF Producer]: iText 2.1.0 (by iowagie.com) > [PDF Information] [PDF Version]: 1.4 (Acrobat 5.x) > > Now my questions: > 1) Is it, in any way, possible to identify the computer that was used to > produce this file? Is there any identification information stored in the > file that is not accessible by using the above methodology? No. Unless you programmatically add that information while creating the document. iText doesn't do that. I don't know if JasperReports does that. You should ask the JasperSoft guys. > 2) Is it, in any way, possible to change/customize the application field > DURING/BEFORE file creation? Of course, piece of cake! Although changing the producer line (for instance changing lowagie.com into iowagie.com) would break your right to use the software for free. > 3) Is it, in any way, possible to change/customize the application field > AFTER the file was created? Of course, piece of cake! Unless of course you've added a digital signature. In that case, changing those values would invalidate the signature. > 4) Is it, in any way, possible to change/customize the created/modified > date field DURING/BEFORE file creation? Everything is possible. The date is set by iText based on the clock on the computer where the application runs. One could change that clock; one could change iText so that another date is shown;... Easy... > 5) Is it, in any way, possible to change/customize the > created/modified date field AFTER the file was created? Of course, piece of cake! Unless of course you've added a digital signature. In that case, changing those values would invalidate the signature. > If this is priviliged information, would you consider answering the > questions when presented with a court order of the High Court of Namibia? Why would we do that? Why are you asking this here? You're using JasperReports, why don't you ask them? You're talking about PDF, why don't you ask Adobe? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/ ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
