pdf-writer icon indicating copy to clipboard operation
pdf-writer copied to clipboard

A step-by-step PDF writer.

Results 10 pdf-writer issues
Sort by recently updated
recently updated
newest added

This PR adds the writers and types for writing the document catalog `/AcroForms` dictionary, as well as appearance streams. This PR also cleans up and unifies the API and documentation...

I'd be really interested in a documentation on the inner workings of this create.

In wake of #26 the API would experience a breaking change, this unavoidable if we want to support interactive forms (#25). If we break the API, we may as well...

I've implemented the [ICC example](https://github.com/typst/pdf-writer/blob/main/examples/icc.rs), which works fine in all readers (Acrobat, Illustrator, Preview, CorelDRAW, ...). As I'd like to reuse the profile across pages, I moved it to the...

I've encountered a rendering issue where the macOS Preview app seems to ignore the timezone offset specified in the `CreationDate` and `ModDate` fields. This appears to be a compatibility issue...

the dependencies seem very minimal, its not clear to me that this crate actually requires the stdlib. It can probably just use core + alloc. would the considers supporting no_std...

Hello, It would be great if you could provide an example of writing a PDF with multiple pages. As someone not familiar with the crate, there are a couple of...

typst is awesome, it has perfectly handled creating a static file, but I would like to ask: **Have you ever considered or planned to support the following PDF feature extensions?**...

for example the dict below ``` 326 0 obj > endobj ``` the following keys can be written with integer values because the context is already in 1/1000 of a...