forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pdfimages: add Polish translation (tldr-pages#4808)
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# pdfimages | ||
|
||
> Narzędzie do wyodrębniania obrazów z plików PDF. | ||
- Wyodrębnij wszystkie obrazy z pliku PDF i zapisz je jako pliki PNG: | ||
|
||
`pdfimages -png {{ścieżka/do/pliku.pdf}} {{przedrostek_nazwy_pliku}}` | ||
|
||
- Wyodrębnij obrazy ze stron 3 do 5: | ||
|
||
`pdfimages -f {{3}} -l {{5}} {{ścieżka/do/pliku.pdf}} {{przedrostek_nazwy_pliku}}` | ||
|
||
- Wyodrębnij obrazy z pliku PDF oraz zawrzyj numer strony w nazwach wyjściowych: | ||
|
||
`pdfimages -p {{ścieżka/do/pliku.pdf}} {{przedrostek_nazwy_pliku}}` | ||
|
||
- Wyświetl listę informacji o każdym obrazie w pliku PDF: | ||
|
||
`pdfimages -list {{ścieżka/do/pliku.pdf}}` |