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
Try to parse attached file test.zip
LibreOffice and all other known to me editors correctly opens it
But parsing it with ruby-rtf result are:
require_relative 'lib/ruby-rtf' rtf = RubyRTF::Parser.new.parse(File.open('/home/lobashov/temp/test.rtf').read) rtf.sections.each do |sec| puts sec[:text] end
Outpus (ignoring warnings about unknown control):
�đėĔ ĖāĠĖ ĄāĔā �āĕĖ
Tested on ruby-rtf v0.0.5 with ruby 2.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Try to parse attached file
test.zip
LibreOffice and all other known to me editors correctly opens it
But parsing it with ruby-rtf result are:
Outpus (ignoring warnings about unknown control):
Tested on ruby-rtf v0.0.5 with ruby 2.7
The text was updated successfully, but these errors were encountered: