Markus Ast

Results 221 comments of Markus Ast

@jjojok tested it and I don't see the issue yet. I've hovered each letter and clicked most parts of the link, and everything is pointing to https://some.very/long/link/ for me (tested...

> So this has to be some kind of renderer issue? Yes, kinda sounds like a render issue 😕

> Seems like no border styles are in the options, like `borderWidth` and `borderColor` on cells and rows. You are right, this is indeed missing for table cells and rows...

`pdfjs` uses `opentype.js` under the hood, can you try uploading your font on this site and check whether it is correctly showing glyphs? https://opentype.js.org/glyph-inspector.html

The only place where the total page number is available is in the footer, see second example of https://github.com/rkusa/pdfjs/blob/master/docs/header.md. But from the question, this is probable not what you are...

Thanks for the report and providing an example to reproduce it! This is definitely something that needs to be fixed and I'll look into it eventually (but cannot say when,...

It is not very high on my list, so I don't expect a fix any time soon. > Do we have a way of knowing when a page break will...

Hi,I am open to adding RTL support, but it is not within my own use-case, so, unfortunately, unlikely that I am going to add it myself in the near future...

@nivb52 the text placement happens in this function https://github.com/rkusa/pdfjs/blob/master/lib/text.js#L60 Maybe the implementation can borrow from the right text alignment https://github.com/rkusa/pdfjs/blob/master/lib/text.js#L250. From an API standpoint, depending on in which order would...

> Hi > > My client has given me permission to share with you the document that we are having problems with in the aforementioned second scenario. Here it is...