farling42 / fvtt-pdf-pager

PDF Pager for Foundry
MIT License
6 stars 4 forks source link

Broken links #74

Closed sirgawain111 closed 10 months ago

sirgawain111 commented 10 months ago

Foundry version: 11.308 Game system/version: The Dark Eye 5.1.3

Automatically generated section links are broken.

image

image

farling42 commented 10 months ago

Just to check...Is this with a new PDF Page, or did you change the PDF document associated with that page (or replace the PDF file in your user data area)

sirgawain111 commented 10 months ago

It was a completely new PDF page with PDF pager v. 0.48.2.

farling42 commented 10 months ago

I only have English PDFs, and my Dark Eye rulebook works fine with the table of contents. I'm wondering if it is that the anchor in the PDF has some german accents on characters.

If you are familiar with using your browser's console, could you put a breakpoint at line 75 in pdf-pager.mjs. Click in the table of contents, and when the breakpoint is reached, print the value of pdfsheet.toc

This should be an object, and if you expand the fields (the triangle symbol), it should be a long list of the possible anchors, which should include something close to the anchor that it is trying to display (which you can see in the anchor variable).


Alternatively, would I be able to log onto your server to examine the console myself? (or would you be able to provide a copy of the PDF for me to test on my own server?)

Also, what browser are you using on what operating system?

It shouldn't matter, but what other modules do you have enabled?

sirgawain111 commented 10 months ago

We don't have to investigate further, the bookmarks don't work in Acrobat either. So it isn't an issue with PDF pager but an issue with my PDF. Sorry for the false alarm.

farling42 commented 10 months ago

Ah, it's good to know that my plugin isn't broken.

Good luck with trying to get the publisher to generate a correct outline for the PDF.