-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubmenu-PDF.desktop
114 lines (93 loc) · 2.63 KB
/
Submenu-PDF.desktop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=application/pdf;
Icon=okular
Actions=JPEG;PNG;REVERSE;INFO;TEXTEXT;TEXTEXTOCR;IMGEXT;SEPPAGES;COLSEP;DETACH;ATTACH;HTML;PS;ALLES;PDFA1B;ROTL;ROTR;ROTD;M2S;M4S;ALLFEAT;
X-KDE-Priority=TopLevel
X-KDE-StartupNotify=false
X-KDE-Submenu=PDF...
[Desktop Action JPEG]
Name=zu JPEG-Bild konvertieren
Icon=image-jpg
Exec=konsole -e ksm_pdf_tool %f CONVJPG
[Desktop Action PNG]
Name=zu PNG-Bild konvertieren
Icon=image-png
Exec=konsole -e ksm_pdf_tool %f CONVPNG
[Desktop Action REVERSE]
Name=Seitenfolge umkehren
Icon=image-png
Exec=konsole -e ksm_pdf_tool %f REVERSE
[Desktop Action INFO]
Name=Infos extrahieren
Icon=kate
Exec=konsole -e ksm_pdf_tool %f INFO
[Desktop Action TEXTEXT]
Name=Text extrahieren
Icon=kate
Exec=konsole -e ksm_pdf_tool %f TEXTEXT
[Desktop Action TEXTEXTOCR]
Name=Text mit OCR extrahieren
Icon=kate
Exec=konsole -e ksm_pdf_tool %f TEXTEXT 400
[Desktop Action IMGEXT]
Name=Bilder extrahieren
Icon=image-jpg
Exec=konsole -e ksm_pdf_tool %f IMGEXT
[Desktop Action SEPPAGES]
Name=in Einzelseiten aufteilen
Icon=okular
Exec=konsole -e ksm_pdf_tool %f SEPPAGES
[Desktop Action COLSEP]
Name=Datei mit Farbseparationen erstellen
Icon=okular
Exec=konsole -e ksm_pdf_tool %f COLSEP
[Desktop Action DETACH]
Name=eingebettete Dateien extrahieren
Icon=dolphin
Exec=konsole -e ksm_pdf_tool %f DETACH
[Desktop Action ATTACH]
Name=Datei in diese PDF-Datei(en) einbetten
Icon=dolphin
Exec=konsole -e ksm_pdf_tool %f ATTACH "`kdialog --title %n --getopenfilename %d`"
[Desktop Action HTML]
Name=als HTML-Frame speichern
Icon=konqueror
Exec=konsole -e ksm_pdf_tool %f HTML
[Desktop Action PS]
Name=umwandeln in PostScript-Datei
Icon=okular
Exec=konsole -e ksm_pdf_tool %f PS
[Desktop Action ALLES]
Name=Datei in eigenes Verzeichnis zerlegen
Icon=okular
Exec=konsole -e ksm_pdf_tool %f ALLES
[Desktop Action PDFA1B]
Name=Wandeln in PDF/A-1b
Icon=okular
Exec=konsole -e ksm_pdf_tool %f PDFA1B
[Desktop Action ROTL]
Name=Rotiere 90° links herum
Icon=object-rotate-left
Exec=konsole -e ksm_pdf_tool %f ROTL
[Desktop Action ROTR]
Name=Rotiere 90° rechts herum
Icon=object-rotate-right
Exec=konsole -e ksm_pdf_tool %f ROTR
[Desktop Action ROTD]
Name=Rotiere 180°
Icon=object-flip-vertical
Exec=konsole -e ksm_pdf_tool %f ROTD
[Desktop Action M2S]
Name=Konvertiere zu 2 Seiten pro Blatt mit Rahmen
Icon=object-flip-horizontal
Exec=konsole -e ksm_pdf_tool %f M2S
[Desktop Action M4S]
Name=Konvertiere zu 4 Seiten pro Blatt mit Rahmen
Icon=object-flip-horizontal
Exec=konsole -e ksm_pdf_tool %f M4S
[Desktop Action ALLFEAT]
Name=Restriktionen entfernen
Icon=kgpg
Exec=konsole -e ksm_pdf_tool %f ALLFEAT