1
0
Fork 0

add note about krita being able to natively import pdf files

This commit is contained in:
KemoNine 2024-09-15 14:43:12 -04:00
parent f0cea1bf6e
commit ede79273e0
2 changed files with 16 additions and 0 deletions

View file

@ -5,6 +5,14 @@ created_at: "2023-02-17"
source: "KemoNine Blog"
---
## Important Note
Krita can natively import PDFs with each page as a layer. You can simply open the PDF within Krita and then cut/copy/paste each later into a new image as appropriate or work with them as a single image.
The above approch with Krita can be significantly easier and less fiddly than the below.
## The original blog post...
If you have access to `imagemagick` you can quickly convert a PDF coloring page(s) to grayscale PNG using the below procedure and notes.

View file

@ -6,6 +6,14 @@ source: N/A
---
## Important Note
Krita can natively import PDFs with each page as a layer. You can simply open the PDF within Krita and then cut/copy/paste each later into a new image as appropriate or work with them as a single image.
The above approch with Krita can be significantly easier and less fiddly than the below.
## Extraction
- Use [pdfcpu](https://github.com/pdfcpu/pdfcpu)
- See command line options
- `extract -m image` is a good choice