It is fail to extract text from pptx
I have a requirement that extract text from pptx and i need CJK font. I use extlib tag to build, but I got "cannot open document" error when i use go-fitz.
p, err := fitz.New(filePath)
Every PPT get same error, please how can i handle it?
The support is added in 1.24.0, so check your external library version.
@gen2brain yes, I use 1.24.14, the musl tag is ok but extlib is not work
I'm sorry. Can you provide some examples with output? I'm not sure I can follow. What do you do, and what is the output?
And make sure you are trying with .pptx, i.e. XML format, and not with old .ppt.