We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried given steps in the readme file but m not able to find method fromString() tried adding dependencies in the dev dependency but no luck.
The text was updated successfully, but these errors were encountered:
I am using Angular 8 with Electron and I always get an HTML doc with empty body returned from fromString() even with RTF from the example.
public rtfToHtml(rtf: string): Promise<string> { return new Promise((resolve, reject) => { this.electron.rtf.fromString('{\\rtf1\\ansi\\b hi there\\b0}', (err, doc) => { if (err) { reject(err); } resolve(doc); }); }); }
returns
`
Sorry, something went wrong.
Can you please check it here #6?
Can we close this?
No branches or pull requests
Tried given steps in the readme file but m not able to find method fromString()
tried adding dependencies in the dev dependency but no luck.
The text was updated successfully, but these errors were encountered: