summaryrefslogtreecommitdiff
path: root/desktop/save_pdf.h
Commit message (Collapse)AuthorAgeFilesLines
* improve error returns from pdf save APIVincent Sanders2016-04-261-1/+1
|
* Clean up saving as PDFVincent Sanders2014-10-261-0/+41
This removes the global PDF_Password interface that had completely bitrotted and moves it into the standard misc operation table with a sensible defualt implementation. This also cleans up and fixes the gtk frontend implementation of the pdf password callback so it compiles. Finally this moves the implementation to a sensible place alongside the other exporters reducing target makefile complexity futher.