You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I don't know if it's a problem with paperclip or metadata cleaner, so I will simply post a bug report on each project. The metadata-cleaner bug report is visible here : https://gitlab.com/rmnvgr/metadata-cleaner/-/issues/48
So, after cleaning metadata of a pdf file with metadata-cleaner, I can't modify it with paperclip, or more accurately I can modify them but can't save the file.
When I click on save, everything seems to work but nothing happen, when I reopen the file in paper clip or another software, every metadata fields are blank.
If I try to launch it from a terminal, there is nothing particular in the log, just two entry about GTK that seems totally unrelated as they appear before I save the document.
Thanks for your work, except from this very small problem Paper Clip works wonderfully, it's a very nice software!
The text was updated successfully, but these errors were encountered:
Thanks for the report! I tested this and could successfully edit some PDF documents, but apparently it has to be saved twice by editing different fields, as the metadata cleaner removes the document's metadata dictionary and Paper Clip expects that every document has one, and when it does not find it, it tries to restore it but can't save metadata while doing so. After saving two times, the fields should be modified accordingly. I'm guessing all of this is expected behaviour, as the Metadata Cleaner tries to remove any metadata trace and Paper Clip does the opposite.
I will try to implement a workaround to prevent this edge case from happening.
Nice, thanks you a lot!
I will proceed as you told in the meantime and wait for your fix, thanks again for your software, it works incredibly well except for that very minor problem.
Hi,
I don't know if it's a problem with paperclip or metadata cleaner, so I will simply post a bug report on each project. The metadata-cleaner bug report is visible here : https://gitlab.com/rmnvgr/metadata-cleaner/-/issues/48
So, after cleaning metadata of a pdf file with metadata-cleaner, I can't modify it with paperclip, or more accurately I can modify them but can't save the file.
When I click on save, everything seems to work but nothing happen, when I reopen the file in paper clip or another software, every metadata fields are blank.
If I try to launch it from a terminal, there is nothing particular in the log, just two entry about GTK that seems totally unrelated as they appear before I save the document.
Thanks for your work, except from this very small problem Paper Clip works wonderfully, it's a very nice software!
The text was updated successfully, but these errors were encountered: