View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017521 | Scribus | Printing | public | 2025-05-13 15:39 | 2025-05-13 20:42 |
Reporter | jirib | Assigned To | jghali | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.6.5.svn | ||||
Fixed in Version | 1.6.5.svn | ||||
Summary | 0017521: Print Dialog - Crop marks not present in output when they are the only marks selected | ||||
Description | Setup Printer - Marks tab: when only 'Crop Marks' are effective they are never present in the output | ||||
Steps To Reproduce | 1. Setup Printer 2. Marks tab 3. make ONLY 'Crop Marks' effective 4. Print the PDF Result: no crop marks | ||||
Additional Information | it seems an typo ---%>--- diff --git a/scribus/scprintengine_pdf.cpp b/scribus/scprintengine_pdf.cpp index 7de74c171..3f7e7e651 100644 --- a/scribus/scprintengine_pdf.cpp +++ b/scribus/scprintengine_pdf.cpp @@ -113,7 +113,7 @@ int ScPrintEngine_PDF::createPDFFile(const QString& fileName, const PrintOptions pdfOptions.PrintProf = m_doc.colorPrefs().DCMSset.DefaultPrinterProfile; pdfOptions.UseSpotColors = options.useSpotColors; - pdfOptions.cropMarks = options.colorMarks; + pdfOptions.cropMarks = options.cropMarks; pdfOptions.bleedMarks = options.bleedMarks; pdfOptions.registrationMarks = options.registrationMarks; pdfOptions.colorMarks = options.colorMarks; ---%<--- | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
pdf_crop_marks.diff (660 bytes)
diff --git a/scribus/scprintengine_pdf.cpp b/scribus/scprintengine_pdf.cpp index 7de74c171..3f7e7e651 100644 --- a/scribus/scprintengine_pdf.cpp +++ b/scribus/scprintengine_pdf.cpp @@ -113,7 +113,7 @@ int ScPrintEngine_PDF::createPDFFile(const QString& fileName, const PrintOptions pdfOptions.PrintProf = m_doc.colorPrefs().DCMSset.DefaultPrinterProfile; pdfOptions.UseSpotColors = options.useSpotColors; - pdfOptions.cropMarks = options.colorMarks; + pdfOptions.cropMarks = options.cropMarks; pdfOptions.bleedMarks = options.bleedMarks; pdfOptions.registrationMarks = options.registrationMarks; pdfOptions.colorMarks = options.colorMarks; |
|
PS: no tested, not compiled... |
|
Ah, when color bars are enabled too, crop marks are present as well, so it is related. |
|
Thanks for the patch, that was a typo indeed. |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-05-13 15:39 | jirib | New Issue | |
2025-05-13 15:39 | jirib | File Added: pdf_crop_marks.diff | |
2025-05-13 15:39 | jirib | Note Added: 0052518 | |
2025-05-13 15:41 | jirib | Note Added: 0052519 | |
2025-05-13 20:40 | jghali | Summary | Setup Printer - Marks tab: when only 'Crop Marks' are effective they are never present in the output => Print Dialog - Crop marks not present in output when they are the only marks selected |
2025-05-13 20:42 | jghali | Assigned To | => jghali |
2025-05-13 20:42 | jghali | Status | new => resolved |
2025-05-13 20:42 | jghali | Resolution | open => fixed |
2025-05-13 20:42 | jghali | Fixed in Version | => 1.7.1.svn |
2025-05-13 20:42 | jghali | Note Added: 0052522 | |
2025-05-13 20:42 | jghali | Fixed in Version | 1.7.1.svn => 1.6.5.svn |