Comment 3 for bug 134671

Revision history for this message
Nicklas Larsson (kilsmo) wrote : Re: [Tribe5] cups-pdf should not overwrite existing pdf

> Cups-pdf do not fail on creating pdf the second time.

Yes, I think it does. Try the following:

1. Create two test files, test1.html and test2.html.

test1.html
=======

<html>
<head>
<title>Test</title>
</head>
<body>
Test 1.
</body>
</html>

test2.html
=======

<html>
<head>
<title>Test</title>
</head>
<body>
Test 2.
</body>
</html>

2. Print test1.html from Firefox.
3. Print test2.html from Firefox.
4. Open test.pdf, and see that the content in it is from test1.html.