Hello Andreas, * On Friday 02 April 2010, 18:11, Andreas Mantke wrote: > > > I'll try to create a java application that exports an editable office > > > file format to pdf and I searching for the spec / listing of the pdf > > > options of the current OOo (3.2.0). Is there such a document in the > > > wiki or in OOo-cvs? > > > > http://wiki.services.openoffice.org/wiki/API/Tutorials/PDF_export#PDF_Exp > > or t_filter_data > > > > though I didn't check if everything still works with OOo 3.2 (I'll do > > this when updating the tutorial, now that in 3.2 the PDF dialog is > > accessible to scripting languages too). > > I try to find out now, if there is a way to update the wiki page.
after researching I can tell that wiki page is rather updated. The PDF export options explanation can be used in its current state without any trouble (it only needs some minor enhancements here and there, I'll do this during the next week). For OOo 3.3 two new properties will be added: * AllowDuplicateFieldNames - boolean (CWS vcl106) http://hg.services.openoffice.org/cws/vcl106/diff/30560d75cd56/officecfg/registry/schema/org/openoffice/Office/Common.xcs http://www.openoffice.org/issues/show_bug.cgi?id=103932 * EmbedStandardFonts - boolean (CWS vcl110) http://hg.services.openoffice.org/cws/vcl110/rev/7ec6a866d205#l6.7 http://www.openoffice.org/issues/show_bug.cgi?id=87968 There is another property that I seem to have missed the first time I wrote the tutorial (I'm not sure, because EIS is down and I could only look at the mercurial log that tells the change was made in CWS svp01): * Watermark - string draws a watermark on every PDF page with the text indicated in this property Regards -- Ariel Constenla-Haile La Plata, Argentina --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
