-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\DocumentMetadata{}
disables stream uncompression for dvips
#48
Comments
Without |
It seems https://bugs.ghostscript.com/show_bug.cgi?id=705962 only tells there's no way to uncompress the xmp stream solely, but didn't clearly say the |
I retried. Even if I put the special in the background hook (where it is then before the pdfmark) the XMP stays compressed.
So I think there is nothing one can do unless ghostscript changes something and I'm closing here for now. |
l3build
'sregression-test.tex
setsto uncompress pdf generated by
ps2pdf
.But if
\DocumentMetadata{}
is used, the/Type/Metadata
object in pdf is no longer uncompressed and one has to pass-dCompressStreams=false
tops2pdf
to re-enable uncompression (latex3/l3build#278 (comment)). See an example diff hereThe
.tpf
files in current repo's directorytestfiles-dvips
also reflect this difference. Thus I suppose this is a known problem/limitation.From the intermediate ps files, it seems with
\DocumentMetadata{}
the corresponding special is inserted too late:The text was updated successfully, but these errors were encountered: