View Issue Details

IDProjectCategoryView StatusLast Update
0001898ScribusImport / Exportpublic2015-03-04 11:30
ReporterringercAssigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status acknowledgedResolutionopen 
Platformx86 LinuxOSFedora CoreOS Version3
Product Version1.3.1cvs 
Summary0001898: Support saving, loading, and verifying sets of PDF settings
DescriptionWe should be able to load and save sets of PDF settings, as well as sanity check them (eg PDF-X and Security options muturally exclusive).

This is probably best done in `struct PDFOptions' by turning it into a class.
Additional InformationThis should be useful for Tsoots' document importer/exporter and for scripting PDF export.
TagsNo tags attached.
Patch

Relationships

related to 0000238 assignedcbradney New CL option: scribus --to-pdf <scribus-file> <output.pdf> 
has duplicate 0008508 closedjghali Create PDF Presets like Indesign for Scribus 
related to 0001899 assignedjghali Clean up pdfopts.cpp / tabpdfopts.cpp 
related to 0001123 acknowledged Save printer settings 
related to 0002094 acknowledged Provide UI for print / save-as-PS via libpdf & `pdf2ps' or `acroread -toPostScript' 
related to 0010649 new [FEATURE REQUEST] saving PDF output settings and use it in Batch PDF Output Manager 

Activities

ringerc

2005-04-21 06:14

reporter   ~0004323

Class created, interface stubs exist. See scribus/pdfoptions.{cpp,h} . Currently they always return failure.

Pondering an XML file for options load/save and maybe supporting import of Distller .joboptions later.

ringerc

2005-05-10 01:45

reporter   ~0004568

We can load and save the settings now. Currently done using QDom - I'm pondering moving to libxml2 to avoid the somewhat paranoid code needed for loading unvalidated XML, but though verbose it works fine now.

There's no UI on the load/save support yet. No verification yet either.

Issue History

Date Modified Username Field Change
2005-04-21 03:07 ringerc New Issue
2005-04-21 03:12 ringerc Relationship added related to 0001899
2005-04-21 03:13 ringerc Additional Information Updated
2005-04-21 06:14 ringerc Note Added: 0004323
2005-04-21 09:11 mhanski Relationship added related to 0000238
2005-04-22 00:07 ringerc Relationship added related to 0001123
2005-05-10 01:45 ringerc Note Added: 0004568
2005-06-14 09:17 ringerc Relationship added related to 0002094
2005-07-10 02:49 ringerc Product Version 1.3.0cvs => 1.3.1cvs
2008-03-14 06:58 ringerc Assigned To ringerc =>
2008-03-14 06:58 ringerc Status assigned => acknowledged
2012-03-30 11:48 ale Relationship added related to 0010649
2014-04-23 19:58 jghali Relationship added has duplicate 0008508