Ticket #178 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Saving problems with filled PDF

Reported by: Batchheizer Owned by:
Priority: major Milestone: 1.3.1
Component: Lucide Core Version: 1.3
Keywords: Cc:

Description

Attached PDF (Source: http://www.umweltbank.de/formulare/default.html) can be filled and printed correctly. But saving creates a zero-byte file. Some other files from the source can be saved correctly.

Attachments

Zustimmung.pdf (55.8 KB) - added by Batchheizer 3 years ago.
Saving this file makes problems (zero-byte file)

Change History

Changed 3 years ago by Batchheizer

Saving this file makes problems (zero-byte file)

comment:1 Changed 3 years ago by dmik

This is known. The problem only shows up when you save to the *same* file name. If you use a different file name, it works fine. I will try to fix it for 1.3.1.

comment:2 Changed 3 years ago by dmik

(In [414]) Temporarily forbid saving to the same file name as Poppler has problems with it and automatically add a prefix to avoid such a case when the Save As function is requested (see #178).

comment:3 Changed 3 years ago by dmik

In r414, I provided a temporary solution. First, we forbid saving to the same file name at all and second, we automatically append a suffix to the file name in the Save As file dialog to avoid such a case. This temporary solution is important because the previous versions would permanently damage the source file which is absolutely unacceptable.

comment:4 Changed 3 years ago by dmik

  • Status changed from new to closed
  • Resolution set to fixed

Created a more general ticket #181 and closing this one.

Note: See TracTickets for help on using tickets.