Closed nikhilguptagl closed 4 days ago
There's a table with all filters:
https://help.libreoffice.org/latest/en-US/text/shared/guide/convertfilters.html
@elwerene - I looked at the page but I did not get how to setup the filters in the code itself. It would be great if you can provide any sample for this ?
I am using like this -
const filter = {
'FilterData': {
'PageWidth': 21000,
'PageHeight': 29700
}
};
but it's not working -
@nikhilguptagl
Did you manage to do it? change width and height I'm trying to convert the EMF file to SVG, but the width and height are too big, but can't manage to change it.
@nikhilguptagl I have no idea how your example should work as I can not see any FilterData entry in the table I mentioned.
I am using the basic code which is mentioned here - https://www.npmjs.com/package/libreoffice-convert
I want to know what filters can be used and is there any documentation for it ?