Mark Stephens Mark has been working with Java and PDF since 1999 and is a big NetBeans fan. He enjoys speaking at conferences. He has an MA in Medieval History and a passion for reading.

Do you need to process or display PDF files?

Find out why you should be using IDRSolutions software

PDF to HTML conversion – relative positioning of content

50 sec read

One of the most interesting things about developing the PDF to HTML convertor is the number of ideas and enhancements which arise from actual usage. I am constantly surprised at the number of different uses people have found for it and the creative ways it is being used (if you are doing something interesting and would like to write a short blog post to publicise it let us know).

One of the requests we have had from several customers in the ability to use the HTML more flexibly. The content is positioned on the page using CSS. This works fine until users want to manipulate the CSS because we use absolute positions.

So for today’s release we have had an option to place all our content inside a div tag with relative positioning.  We give this div the css tag name ‘jpedal’ as we think this should be reasonably unique. This allows us to use absolute positions within our div and users to alter the CSS and content around it.

The new option is enabled by default in our example code or you can add to your code with this line

/**
* include our content in a Div so you can position relative
*/HTMLoutput.setBooleanValue(HTMLDisplay.EncloseContentInDiv,true);

This should make it much easier if you wish to use the content with your own set of RSS tags or wrap it in other content. Any other suggestions?



Our software libraries allow you to

Convert PDF files to HTML
Use PDF Forms in a web browser
Convert PDF Documents to an image
Work with PDF Documents in Java
Read and write HEIC and other Image formats in Java
Mark Stephens Mark has been working with Java and PDF since 1999 and is a big NetBeans fan. He enjoys speaking at conferences. He has an MA in Medieval History and a passion for reading.

2 Replies to “PDF to HTML conversion – relative positioning of content”

  1. Hi, Mark
    Your blog is very helpful. Nice to read it.
    My project uses JPedal to convert PDF file to HTML. The version of JPedal is 5.35b04.
    I think it is long after your article. So I can not find the configuration option – HTMLDisplay.EncloseContentInDiv.
    I haven’t found the deprecated message for this option on the official site yet.
    Could you help with the relative position in my JPedal version, please? Thanks.

    1. Hi Ellen,

      JPedal is actually the Java PDF library to convert PDF2Image and provide a Java Viewer. JPDF2HTML5 is the PDF2HTML5 converter.

      5.35b04 is actually a fairly old version. I would recommend you update to the latest (which has a huge number of enhancements and new features) and our support team can advise on any transition issues.

Comments are closed.