| Summary: | Add ability to import PDF document to add a new page into an existing PDF document | ||
|---|---|---|---|
| Product: | [Applications] Skanpage | Reporter: | Martin Steigerwald <Martin> |
| Component: | general | Assignee: | Alexander Stippich <a.stippich> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 23.08.1 | ||
| Target Milestone: | --- | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/skanpage/-/commit/9d94de32a3a1a9bb9ead8ae8c06743b2052beef7 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Martin Steigerwald
2024-03-02 12:23:57 UTC
This feature has been on the list for a while as I find it quite useful, too. https://invent.kde.org/utilities/skanpage/-/issues/13 There is a proof-of-concept branch here: https://invent.kde.org/astippich/skanpage/-/tree/importImage?ref_type=heads It's not up-to-date and currently has quite a basic interface. PDF gets imported as images, i.e. text will get lost. A possibly relevant merge request was started @ https://invent.kde.org/utilities/skanpage/-/merge_requests/70 Git commit 9d94de32a3a1a9bb9ead8ae8c06743b2052beef7 by Alexander Stippich. Committed on 13/04/2024 at 10:18. Pushed by astippich into branch 'master'. add a simple image and pdf import ability M +1 -1 CMakeLists.txt M +3 -0 src/CMakeLists.txt M +2 -2 src/DocumentSaver.cpp M +51 -23 src/FormatModel.cpp M +3 -1 src/FormatModel.h A +73 -0 src/ImageImport.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +34 -0 src/ImageImport.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +11 -0 src/Skanpage.cpp M +2 -0 src/Skanpage.h M +29 -5 src/qml/MainWindow.qml https://invent.kde.org/utilities/skanpage/-/commit/9d94de32a3a1a9bb9ead8ae8c06743b2052beef7 Thank you very much, Alexander! |