Set no device CS to true

This commit is contained in:
Laurenz Stampfl 2024-12-14 22:46:12 +01:00
parent 24087db62f
commit ad19f7c584

View File

@ -142,7 +142,7 @@ impl GlobalContext {
pub fn pdf(typst_document: &PagedDocument) -> Vec<u8> {
let settings = SerializeSettings {
compress_content_streams: true,
no_device_cs: false,
no_device_cs: true,
ascii_compatible: false,
xmp_metadata: true,
cmyk_profile: None,