Changes

Jump to: navigation, search

Linux Desktop

1,045 bytes added, 12:35, 13 October 2017
File/mappa manipuláció
</pre>
=File/mappa manipuláció/keresés=
=== Mappa méret===
</pre>
==PDF==
===PDF átméretezés===
# convert -density 120x120 -quality 60 -compress jpeg TSZ.pdf output.pdf
</pre>
 
===Keresés PDF-ben===
A PDF-ek belsejében a pdftotext programmal keresünk. Ez a " poppler-utils" csomagban van.
<pre>
$ find . -name '*.pdf' -exec echo {} \; -exec pdftotext {} - \; | grep "pattern\|pdf"
</pre>
 
Azért kell a végére a pattern után a |pdf, hogy a fájlok nevét is kiírja a találat elé, hogy tudjuk, hogy hol találta meg a patternt.
pl:
<pre>
./CPFM-F2RCash-StockManagement-290816-1600-104_questionsByAdam.pdf
 
./F2RCash-Interfacedescriptions v06_by_adam.pdf
7. IOL Interface
7. IOL Interface
forwarded immediately to the Customer (IOL Channel).
 
The file to be sent is in pdf format:
: GCAE_DIFFPROT_<GRID-ID>_<parcel-ID>_<date-time>.pdf
: copy of the pdf in the AcceptProtocol sent by the CIT
: <Name of the pdf file> <GRID-ID of customer involved> separated by a space (multiple entries are
 
./F2RCash-GenericServices v0.5.pdf
 
</pre>
Láthatjuk, hogy minden PDF fájlt kiír, amit megvizsgált, de és ott ahol a tartalomban megtalálta a pattern-t ott kiírta azt a sort, amiben volt egyezés.
=Magyar helyesírás ellenőrző=

Navigation menu