Develop an JavaScript application that would convert PDF into an HTML structure

Job ID: 39120260

Budget: €30 – €250 EUR

I need an developer that would create an application that
- Take as an input a PDF
- Generates out of the PDF an HTML structure
- HTML has an structure where things such as table of content, section header, content are obvious
- Maybe must not: There should be an link between table of contents and individual headers for jump klick functionality

For the PDF "Example.pdf" the following HTML structure shall be generated
<ul id="idTableofContent">
<li><a href="/#idHeaderFirst">Lorem ipsum dolor sit amet</a></li>
<li><a href="/#idHeaderSecond">Lorem ipsum dolor sit amet</a></li>
<li><a href="/#idHeaderThird">Ut wisi enim ad minim veniam</a></li>
</ul>
<div>
<h1 id="idHeaderFirst">Lorem ipsum dolor sit amet </h1>
<p>Lorem ipsum dolor sit ablahblah...</p>
</div>
<div>
<h1 id="idHeaderSecond">Lorem ipsum dolor sit amet </h1>
<p>Lorem ipsum dolor sit ablahblah...</p>
</div>
<div>
<h1 id="idHeaderThird">Ut wisi enim ad minim veniam</h1>
<p>Lorem ipsum dolor sit ablahblah...</p>
<div>

Best Regards,
Roman
Related categories: JavaScript CSS HTML5 HTML jQuery / Prototype