After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 326961 - Usability Issue: Create A PDF Document: Save as
Usability Issue: Create A PDF Document: Save as
Status: RESOLVED DUPLICATE of bug 151387
Product: gnome-print
Classification: Deprecated
Component: Postscript backend
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2006-01-14 13:36 UTC by Sebastien Bacher
Modified: 2006-01-18 13:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-01-14 13:36:23 UTC
This bug has been described on https://launchpad.net/distros/ubuntu/+source/libgnomeprint/+bug/26930

"When printing with a GNOME application, users can select 'Create A PDF Document'.

Now the default ouput Location is '~/output.pdf', that's very easy to code, but it's not really all the logical for the users, I would suggest something like this:

1. Output by default not to ~ but to the directory in which the file which is being printed to PDF resides
2. Select the originating filename and add .pdf to it (and maybe possible a date)

Example:
--------

Source file: ~/Documents/test.txt

   PDF file: ~/Documents/test.txt.pdf
or PDF file: ~/Documents/test_20051211.pdf"
Comment 1 Andreas J. Guelzow 2006-01-18 13:49:10 UTC
Of course this would require a significant change in the API since the gnome-print library currently does not know the name of the original file (if it exists). 

Plus there should be a preference to disable that, since I at least would not want my temporarily created pdf files scattered through the file system.
Comment 2 Andreas J. Guelzow 2006-01-18 13:54:01 UTC

*** This bug has been marked as a duplicate of 151387 ***