mgufrone / pdf-to-html

PDF to HTML PHP Class using Poppler-Utils
MIT License
176 stars 89 forks source link

linking to html #30

Open khawarjatoi opened 7 years ago

khawarjatoi commented 7 years ago

linking to html issue is not resolved yet.

frame name="links" src="output/file/file_ind.html" frame name="contents" src="output/file/file-1.html"

Should be:

frame name="links" src="file_ind.html" frame name="contents" src="file-1.html"