Hi there LibreOffice community!!
I am experiencing a regression in LibreOffice where comments exported in the margin using the ExportNotesInMargin PDF export option are clipped on the right edge (I have added an image example in this feed) . I have done it manually and in code and both do not work. Currently in my code I am taking a docx and using this argument below to export it as a pdf with comments in margins.
--convert-to pdf:writer_pdf_Export:{ "ExportNotes":{"type":"boolean","value":"false"}, "ExportNotesInMargin":{"type":"boolean","value":"true"} }
I have seen BUG TICKET and was wondering if this
- Has been fixed in the newer versions (if so point me to the version please)?
- There is a work around/fix for this if not?
Currently LibreOffice 7.6.7.2 version works but LibreOffice 24.8.5.2 onwards doesnt seem to be working.
Thank you in advance!!

