[Question] Targeted page number of Link
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 394
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 7
Description
Hi,
Thanks a lot for your lib, it is amazing.
However, can you tell me if it is possible for me to extract the targeted page number of Link?
For example, from the following link how extract the information about the page number of target?
{
"oc": "#4d4d4d",
"x": 3.735,
"y": 6.002,
"w": 120.866,
"sw": 0.33696875,
"clr": -1,
"A": "left",
"R": [
{
"T": "My%20Link",
"S": -1,
"TS": [
2,
17,
0,
0
]
}
]
}
Thanks a lot
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no source file or test entry point. Start by tracing how pdf2json represents PDF link annotations and whether the shown JSON contains target-page data; done means establishing whether the target page number can be exposed and documenting or implementing the resulting behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, json
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100