How to export pdf from a Calc sheet without dividing it into multiple pages using JAVA UNO runtime?

Hi,
My question is similar to this , however i want to do the same using JAVA UNO interface. The following works fine, but it divides the single sheet into several pages:

convertProperties[1].Name = “FilterName”;
convertProperties[1].Value = “writer_pdf_Export”;
xStorable.storeToURL(storeUrl, convertProperties);

Is there any way to tell libreoffice to auto calculate pdf page boundaries?
Thanks!

Hi @werdex,

Have you found a solution to your question? Still interested in a solution?