ePub not supported < div > position: absolute
hi all,
i have started to developing PDF to epub converter through c#.net. i already analysed lot software (PDF to epub converter) output epub file.
all software's not generating quality output (original format not generated).
i mean orginal PDF format (position, image with text, alignment) not comes in epub file.
Issues:
=====
1. epub xhtml not support <div> position: absolute
2. image with text not overlaped (generated as <img> and text appear on bottom of image)
Guide me how to overcome these issues or any alternative ways!
Thanks,
sam
|