Heinenen
Heinenen
Mostly an MVP, specified [here](https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf#M11.9.20535.3Heading.Named.Destinations) (Partly) implements #1352. A named destination gets created for every locatable element that has a unique label, the name is the label key. The named...
### Is your feature request related to a problem? Please describe. Especially when self-hosting without opening it up to the internet, I would still be able to view al my...
This is a follow-up PR/replacement for #3094 and aims to improve the handling of localization in Typst. It relies on https://github.com/typst/typst-assets/pull/2 to be merged. The main benefit of this PR...
I think it would be cool to have the possibility to rename variables and functions. The VSCode action would be "Rename Symbol" with shortcut F2 (on Windows and Linux).
I would like to get your opinion on this @brmmm3: I'd like to remove `Object::as_string`, because I think it provides a misleading interface to convert an object, as basically no...
@J-F-Liu I would like to get your opinion on removing pom_parser, or at least deprecating it. A concrete problem that prompted this issue is described in https://github.com/J-F-Liu/lopdf/issues/125#issuecomment-2275055483. #248 probably has...
Continuing from the discussion https://github.com/J-F-Liu/lopdf/issues/125#issuecomment-2235840244. The responsible code is found at https://github.com/J-F-Liu/lopdf/blob/master/src/parser_aux.rs#L94. The way that other PDF viewers handle this is through some heuristics, we can see what pdf.js does...