On 1/23/06, Philipp Lohmann - Sun Germany <[EMAIL PROTECTED]> wrote: > Giuseppe Castagno wrote: > > Hi, > > > > On 1/23/06, Philipp Lohmann - Sun Germany <[EMAIL PROTECTED]> wrote: > >> - Viewer preferences (e.g. like page view mode) > > > > Is this what it's laid out in chapter 8.1 in PDF 1.4 ref ? > > The only thing I did so far, is the way the PDF reader opens the first > > page of the PDF doc (Page open mode); > > That is exactly it. The actual PDFWriter implemention for that would be > simple, one would need more UI for that, though.
I think this would be for me a good starting point: - the enanchement should mostly lives in PDFWriter; - there are some changes to the UI (e.g. more selections in the dialog), so I can see how it works; > > >> - JBIG2 encoding for lineart graphics > > this, I don't know, I'll search for clues and be back on this; > > This is 3.3.6 of the PDF 1.4 reference. Issue is 37400. I'll see the issue, I'll comment there; > > > another enhancement could be the possibility to choose the > > "highlighting mode" of the "link annotation" (PDF ref wording, living > > around table 8.16 in ref) in the PDF document (did not see any issue > > on this though). > > On a global basis that should be easy to implement. Not sure about a per > link basis as that would affect the application code. I was thinking on a global basis, due to the fact that I used the "Invert" mode some years back (it was Acrobat 3.0, IIRC) to have a good compromise on printing either in B&W or color, and the task should be quite similar to the "Viewer preferences" above. On a link basic, well, that can be perhaps a style property ? Or mapping a Font Style to a PDF link property ? So, in the end, I'd like to add both the Viewer preferences above and this last one, plus the one I partly implemented (but without UI so far): 3.6.1 1.4 ref, only PageMode. What's the best course of action ? open an issue, may be ? Giuseppe (beppec56) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
