I confirm that JODConverter just passes the export options straight to
OpenOffice.org, so for option names and values please refer to the OOo
documentation (or, failing that, OOo source code).
Kind regards
Mirko
On Aug 3, 8:19 am, Klemen Živkovič <
klemen.zivko...@gmail.com> wrote:
> Seems to me that commands are extremely similar... :)
>
> I was also trying zoom parameter and unfortunately it means only starting
> zoom in pdf reader - and as upper url says, it should be used with parameter
> magnify=4.
>
> "If Magnify parameter =4 than reader opens with the *zoom* *level* specified
> in the Zoom property."
>
> Best regards,
> Klemen
>
>
>
> On Mon, Aug 2, 2010 at 8:01 PM, Master Xenon <
topsqu...@gmail.com> wrote:
> > I have.
>
> > Are you suggesting that the API that is set up for UNO java programming is
> > an exact match to the API that is set up in JODConverter for export/filter
> > options and that I should simply follow what API does?
>
> > On Mon, Aug 2, 2010 at 8:43 AM, Klemen Živkovič <
klemen.zivko...@gmail.com
> >> On Mon, Aug 2, 2010 at 9:30 AM, master_X <
topsqu...@gmail.com> wrote:
> >> > Can someone confirm that what I am doing below in trying to set PDF
> >> > export options in java code using JODConverter 3.0 makes sense. It
> >> > does not appear to working for me.
>
> >> > I am not able to get my Zoom factor or my document password to work,
> >> > even though the document is produced.
>
> >> > Thanks,
>
> >> > JC.
> >> > =============================
>
> >> > DocumentFormat outputFormat = new
> >> > DocumentFormatRegistry.getFormatByExtension("pdf");
> >> > Map<String, Object> properties = new HashMap<String, Object>();
> >> > properties.put("FilterName", "writer_pdf_Export");
> >> > Map<String, String> exportOptions = new HashMap<String, String>();
> >> > exportOptions.put("zoom", "75");
> >> > exportOptions.put("documentOpenPassword", "serv3usA11!");
> >> > properties.put("FilterData", exportOptions);
> >> > outputFormat.setStoreProperties(DocumentFamily.TEXT, properties);
> >> > ...
>
> >> > --
> >> > You received this message because you are subscribed to the Google
> >> Groups "JODConverter" group.
> >> > To post to this group, send email to
jodcon...@googlegroups.com.
> >> > To unsubscribe from this group, send email to
> >>
jodconverter...@googlegroups.com<jodconverter%2Bunsubscribe@google
groups.com>
> >> .
> >>
jodconverter...@googlegroups.com<jodconverter%2Bunsubscribe@google
groups.com>
> >> .
> >
jodconverter...@googlegroups.com<jodconverter%2Bunsubscribe@google
groups.com>
> > .