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

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -