From 5a13bf8b1dce5137fb9fb3424d448987cdfbe03a Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 21 Jul 2015 14:22:19 +0300 Subject: [PATCH] Remove extra requirements for Poppler in docs according to Burkhard's request --- doc/index.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.docbook b/doc/index.docbook index 45f13453b..1b42e109d 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1036,7 +1036,7 @@ Context menu actions like Rename Bookmarks etc.) - Save saves the document under a new name including all the changes (annotations, form contents, &etc;), provided the document backend supports saving changes. With the &PDF; backend (Poppler >= 0.8 required) it is possible to save the document with the changed values of the form fields. It can be possible (provided that the data were not secured using DRM) to save annotations with &PDF; files (Poppler >= 0.22 required). + Save saves the document under a new name including all the changes (annotations, form contents, &etc;), provided the document backend supports saving changes. With the &PDF; backend it is possible to save the document with the changed values of the form fields. It can be possible (provided that the data were not secured using DRM) to save annotations with &PDF; files. Note that, due to the way this is implemented, even if there are no changes to the file, the new file need not to be an exact bit-for-bit copy of the original file (⪚ can have a different SHA-1 hash, &etc;).