View Issue Details

IDProjectCategoryView StatusLast Update
0015866ScribusImport / Exportpublic2019-10-22 16:12
Reporterale Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Product Version1.5.6.svn 
Summary0015866: Use the "Crop to" value when importing a vector file
DescriptionNormally, it's fine to limit the size of the imported vector to the size of the page.

There is one exception: ads with bleeds and crop marks.

In that case, the user should be able to import the full page ad (or even the half page ad...) so that the part in the selected "Box" fits the current page (Scribus should not use the size of the full drawing).

As an example, if the user picks the "Trim Box", and the height or the width of that box exceeds the page size, then the drawing should be scaled by the difference between the width/height of the drawing and the same measurement for the page.
TagsNo tags attached.
PatchNo

Activities

ale

2019-10-22 16:12

manager   ~0046826

i'm having a look at it:

- plugins/import/pdf/pdfimportoptions.cpp contains the select box with the box list
- PdfPlug::convert() in plugins/import/pdf/importpdf.cpp creates the PdfImportOptions dialog and then gets the box with "contentRect = optImp->getCropBox();"

Issue History

Date Modified Username Field Change
2019-10-22 15:25 ale New Issue
2019-10-22 16:12 ale Note Added: 0046826