-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The option noPictures when set to true does not seem to do anything. I would expect this to not create files for pictures contained within the .rtf file but still creates the files when set to true or false.
To Reproduce
Steps to reproduce the behavior:
unRTF.convert(file.Path, {
noPictures: true,
outputText: true,
})
- Run the conversion function
- Output text is correct
- .wmf Files are created which contain pictures within the .rtf file
- Switching this to true or false does nothing.
Expected behavior
Images are not created when set to true
Desktop (please complete the following information)
- OS: Windows
- Version Windows 10
- Node.js Version v14.17.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working