Code Monkey home page Code Monkey logo

Comments (6)

Okcuoglu avatar Okcuoglu commented on August 16, 2024

you don't have a real rtf version definition the "r" is missing. This Works very fine in my case with correct headers.

from rtf-html-php.

sunnyjayjay avatar sunnyjayjay commented on August 16, 2024

Can you let me see your "correct" headers please?

from rtf-html-php.

Okcuoglu avatar Okcuoglu commented on August 16, 2024

well for startes... i would suggest you put the letter "r" after your { so the parser knows what to parse. that could help if you use that rtf string you have postet

also slashes would be helpful so the parser knows where to start and where to stop
you can see an example of my "correct" rtf string on the following lines

{\rtf1\ansi\ansicpg1252\deff0\deflang1031{\fonttbl{\f0\fnil\fcharset0 Arial;}{\f1\fnil\fcharset0 MS Shell Dlg 2;}}
{*\generator Richedit 5.41.15.1507;}\viewkind4\uc1\pard\fi852\i\fs16 --------------------------------------------------------------------\par
\pard\par
\f1\fs17\par
}

from rtf-html-php.

sunnyjayjay avatar sunnyjayjay commented on August 16, 2024

So without the "correct" header it cannot work. Thanks.

from rtf-html-php.

Okcuoglu avatar Okcuoglu commented on August 16, 2024

yes that's it, you got it buddy. Every text or fileformat needs a definition so it can be parsed. With the "correct" header you tell the parser all the details you have in your rtf string lilke which rtf document version or which fonts you are using in your document.

for detailled information have a look at http://www.biblioscape.com/rtf15_spec.htm

you're welcome.

from rtf-html-php.

henck avatar henck commented on August 16, 2024

Although this sample file does not appear to begin with {\rtf1 as all RTF files should, I think in fact it did. When @sunnyjayjay dumped the RTF content, the \r was printed as a newline and disappeared. (in fact, all backslashes are gone from their dump).

If the RTF content was indeed fed into the parser after all ASCII control codes were removed, then the parser cannot work. I am closing the issue for now.

from rtf-html-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.