https://bugs.freedesktop.org/show_bug.cgi?id=45933

--- Comment #5 from sasha.libreoff...@gmail.com 2012-03-07 05:10:21 PST ---
Thanks for reply
After second look at attached file I found this:
 
Array("ExportBookmarks",0,false,com.sun.star.beans.PropertyState.DIRECT_VALUE)
in first call to pdf export, then 
  Array("ExportBookmarks",0,true,com.sun.star.beans.PropertyState.DIRECT_VALUE)
in second call, then again the same as in first. We see that in 1-th and 3-th
call parameter is set to false and in 2-th to true.
IMHO Macro Recorder recorded in this case right. Problem with parameter.
Function ExportToPDF not takes it in account. 

@ colin.vaughanxx
exist examples of code on Java how use exporting, may be useful:
http://wiki.services.openoffice.org/wiki/API/Tutorials/PDF_export
http://andreasmaooo.blogger.de/topics/OOoPDFConverter/
Also try search among OpenOffice and LibreOffice extension for exporting to
PDF.
If such extension exist (where we can set options for exporting), try find
inside of Basic script inside of extension, how this done

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to