Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2)

Unified Diff: scm/ps-to-png.scm

Issue 365810043: Make PDF generation preserve links with recent ghostscript versions.
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scm/backend-library.scm ('k') | scripts/auxiliar/make-regtest-pngs.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/ps-to-png.scm
diff --git a/scm/ps-to-png.scm b/scm/ps-to-png.scm
index d0f810fafbdf14370709f69911eb868770b85130..36a040ffd13e05e798f7f7db2426a497bf79f9e1 100644
--- a/scm/ps-to-png.scm
+++ b/scm/ps-to-png.scm
@@ -146,6 +146,7 @@
"-dBATCH"
(ly:format "-sDEVICE=~a" pixmap-format)
"-dAutoRotatePages=/None"
+ "-dPrinted=false"
(string-append "-sOutputFile=" output-file)
(ly:format "-r~a" (* anti-alias-factor resolution))
(string-append "-f" tmp-name))))
« no previous file with comments | « scm/backend-library.scm ('k') | scripts/auxiliar/make-regtest-pngs.sh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b