PNG export indesign server
Hello Community,
I'm using indesign server now for years but recently I have been asked to export to png with transparency. My indesign server version Adobe InDesign Server 2020 and when I try to run the following script:
tell application "InDesignServer"
set export resolution of PNG export preferences to 300.0
set PNG Quality of PNG export preferences to maximum
set myDocument to open "%s:%s.idml"
tell myDocument
export format PNG to "%s:%s.png"
end tell
close myDocument
end tell
I'm getting the following error:
Error Number: 30477
Error String: InDesignServer got an error: Invalid value for parameter 'format' of method 'export'. Expected tagged text/PDF type/EPS type/RTF/text type/XML/JPG/HTML/EPUB/fixed layout EPUB/HTMLFXL/InDesign snippet/InDesign markup/InCopy markup/PNG format/interactive PDF or string, but received PNG.
can you please tell me if this is a genuine limitation in indesign server? which would be very upsetting. as I'm getting pressure to find solution based on indesign.
I hope it is just simple script issue. I need kindly your wise advices and help
