Replies: 2 comments 3 replies
-
Hi @BlueWlvrn No, currently It could be ineteresting to add support for them though. |
Beta Was this translation helpful? Give feedback.
0 replies
-
My current use case would be to jump to a specific cell of a large table.
Right now I can get to the top of the table but getting to a spot inside
would seem to require a bit of guess work.
Another thing it might help with is when an unknown sized table of contents
is used. I noticed my page#s for links become inaccurate.
The magic I think is how they become abstracted targets for links. In
google searches the AI was getting confused between py and php versions of
fpdf. It seems the php version does support it.
I believe PDF::Builder in Perl does as well.
But my app needs python.
…On Sat, Aug 9, 2025 at 2:08 AM Lucas Cimon ***@***.***> wrote:
Hi @BlueWlvrn <https://github.com/BlueWlvrn>
No, currently fpdf2 does not support Named Destinations.
It could be ineteresting to add support for them though.
Do you have a use-case in mind, in order to better undestand the usages of
this feature?
—
Reply to this email directly, view it on GitHub
<#1520 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA46C52JH7BWNIK7HJKTMAT3MW27NAVCNFSM6AAAAACDOYKOLSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMBVGYYDKNI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does FPDF2 support or plan to support named destinations? I only see references to explicit destinations (page,x,y).
Beta Was this translation helpful? Give feedback.
All reactions