You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2005/11/22 11:08:34 UTC

DO NOT REPLY [Bug 37589] - iText, Bookmarks and Document Info

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37589>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37589


jeremias@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From jeremias@apache.org  2005-11-22 11:08 -------
(In reply to comment #0)
> On the website, it is stated that iText swallows bookmarks. If you instead of
> using PDFWriter, uses PDFStamper then itext does not swallow bookmarks.
> 
> The PDFInfo class mentioned her is the one enclosed in FOP, but with creatation
> date predefined and an number of other methods defined to set the different
> parameters.
> 
>             PDFInfo info = new PDFInfo();
> 
>             PdfReader reader = new PdfReader(fi);
> 
>             info.setTitle(title);
>             info.setSubject("A subject");
> 
>             info.setCreator("A Creator " + ver);
>             info.setAuthor("This Working Group");
> 
>             PdfStamper stamp = new PdfStamper(reader, new FileOutputStream(fo));
>             stamp.setMoreInfo(info.toMap());
> 
>             stamp.close();

Thanks for the info. I'll integrate it into the website.

> BTW. How come you have not created a fop extension for the document properties.
> 
> Eg.you should enable elements such as fox:author, fox:title etc.

We could do a lot of things. But someone has to have the time and motivation to
actually do it. You've got access to the source code. Patches are welcome!!! :-)

BTW, FOP Trunk/0.90alpha1 supports setting all the above through the
FOUserAgent. Granted, it's not the same as setting these values through the FO
input and we don't support XMP metadata, yet. But everyone is invited to help
improve.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.