summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/pdf
AgeCommit message (Expand)Author
2025-07-08Merge branch 'main' into pdf-accessibilityTobias Schmitz
2025-07-08refactor: remove general api to set cell kind and add pdf.(header|data)-cellTobias Schmitz
2025-07-08Rewrite foundations of native elements (#6547)Laurenz
2025-07-03feat: generate headers attribute table cellsTobias Schmitz
2025-07-03docs: fixup some commentsTobias Schmitz
2025-07-03refactor: derive(Cast) for ArtifactKindTobias Schmitz
2025-07-03feat: pdf.tag function to manually create pdf tagsTobias Schmitz
2025-07-03feat: write tags for more elementsTobias Schmitz
2025-07-03feat: pdf.artifact elementTobias Schmitz
2025-06-12Consume `data` argument in `pdf.embed()` (#6435)cAttte
2025-02-10Add warning for `pdf.embed` elem used with HTML (#5829)Malo
2025-02-06Documentation fixes and improvements (#5816)Malo
2025-02-05Export target docs (#5812)Laurenz
2025-02-03Refactor `Scope` (#5797)Laurenz
2025-01-29Resolve bound name of bare import statically (#5773)Laurenz
2025-01-09Revamp data loading and deprecate `decode` functions (#5671)Laurenz
2025-01-08Embed files associated with the document as a whole (#5221)Niklas Eicker