HeimMatthias
HeimMatthias
Hi One thing that is currently missing in pdf2htmlEX is support for pdf page labels. It would be extremely helpful to add a `data-page-label`-attribute to each page-div of the output...
Under Safari (but not Chromium based webkit-browsers), CSS word-spacing at the beginning of span-Elements are not spaced properly. This can cause issues with tabulated data when converting from PDFs. These...
Hey, this isn't an issue as much as it is a guide for other users. We are embedding snippets of pdf2htmlEX output on pages with other content. In our context,...
Hi May I suggest you add drag & drop functionality to the input field on the main page? ````javascript function dropfile(file) { var reader = new FileReader(); reader.onload = function(e)...
Since this has been mentioned several times, and I had to write the code myself, I thought I'd share my solution here. Feel free to use this yourself. If you...
I think I've spotted a mistake in the documentation. In the documentation for the [Link Destination Object](https://mupdfjs.readthedocs.io/en/latest/glossary/index.html#link-destination-object), it is stated that `width` and `height`are 'valid for “XYZ”'. In my opinion,...
`document.setPageLabelsArray()` does not work if one of the labels in the array has an empty style. So the following array can not be applied: ``` [ { startpage: 0, prefix:...
PDF Outline Items can have an RGB color encoding and be bold and/or italicized. This information cannot be get / set via the OutlineItem interface and should be added as...
We would like to use mupdf.js to make pdf-files accessible. While mupdf.js allows us to create / update the pdf objects that provide the structure for screen readers, there is...