Delphi Open Office / Libre Office PDF export selecting pages to print -
i using code post:
delphi saving open office document pdf
to export libre office writer document pdf file.
i trying print first page of 2 page document.
i have changed "pages" property line to:
wproperties[2] := makepropertyvalue('pages', '1');
and
wproperties[2] := makepropertyvalue('pages', 1);
neither work.
i have seen page:
https://wiki.openoffice.org/wiki/api/tutorials/pdf_export
where property mentioned, namely pagerange.
this doesn't seem work either.
what doing wrong? possible select specific page print this?
i using delphi 6 if matters.
update: when things i've tried haven't worked, exported pdf file pages included. if parameters i've added not there @ all.
Comments
Post a Comment