https://bugs.documentfoundation.org/show_bug.cgi?id=89795

--- Comment #2 from TJ <thomas...@gmx.net> ---
[...]
> podminka_filtru (0).Name = "UseLosslessCompression"
> podminka_filtru (0).Value = False
> podminka_filtru (0).Name = "ReduceImageResolution"
> podminka_filtru (0).Value = True
> podminka_filtru (0).Name = "MaxImageResolution"
> podminka_filtru (0).Value = "50"
> podminka_filtru (0).Name = "Quality"
> podminka_filtru (0).Value = "10"
[....]

Watch out for your index of podminka_filtru array. In your example, you're
using the same index again and again.


I can confirm, that recording a macro when exporting to PDF produces code,
which ignores the filter data. But working with a array of PropertyValue works
for me.

-- 
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