question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use "resourceid" value to generate anchor in the PDF

See original GitHub issue

If a DITA topic uses the resourceid element:

http://docs.oasis-open.org/dita/v1.2/os/spec/langref/resourceid.html#resourceid

in its prolog:

  <prolog>
    <resourceid id="sqlid00375" appname="dbaccess"/>
  </prolog>

at least when creating PDF with Apache FOP we could use the fox:destination extension:

http://xmlgraphics.apache.org/fop/0.95/extensions.html

to add an anchor in the PDF. In this way, you could have some contextual help linking to various parts of a PDF document using these anchors.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
drmacrocommented, Aug 1, 2018

I agree with Robert’s analysis, especially given an easy way to generate custom anchors.

0reactions
stale[bot]commented, Jun 4, 2021

This issue has been automatically marked as stale because it has not been updated recently. It will be closed soon if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to create an anchor and link to an anchor within the pdf?
Anchors in a PDF are called Named Destinations. You can create one through the Destinations pane and then set a button to go...
Read more >
testRigor English-language support documentation
Saved values (variables) support. testRigor supports generating random values based on RegEx , saving them and using them later in the test. For...
Read more >
WebView - Android Developers
In most cases, we recommend using a standard web browser, like Chrome, ... of attribute resource ID to source resource ID where the...
Read more >
A developmental gene regulatory network for C. elegans ...
ABSTRACT. Cellular invasion is a key part of development, immunity and disease. Using an in vivo model of Caenorhabditis elegans anchor cell invasion,....
Read more >
set onclick in codebehind for Anchor tag to download pdf
apdf.Attributes.Add("onclick", "window.location.href='../linktopdf/thepdf.pdf;'");. if you want ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found