-
larma
Yagizа, if you want to be able to display session initiated vs session acknowledged then you probably need it
-
larma
but I think you are missing some ` SIGNAL_UNREF(sessionState);` 😉
-
Yagizа
larma, ok, thanx.
-
Yagizа
larma, one I added SIGNAL_UNREF(sessionState), app crashed.
-
Yagizа
larma, that's because session_state is just a field of a sesion_record.
-
larma
Yagizа, right, ignore what I said, was late at night 🙂
-
lovetox
is there a pdf tool on linux like acrobat ?
-
lovetox
where i can delete pages out of a pdf and such stuff
-
lovetox
a GUI one if possible
-
jonas’
if you don’t insist on a GUI, pdftk can do a lot of things
-
jonas’
pdfunite is much simpler, may do the trick for simply deleting pages
-
lovetox
thanks
-
Martin
Masterpdf is often praised, but afaik closed source
-
lovetox
hm it seem libre draw can do that also
-
lovetox
used that one :)
-
lovetox
Masterpdf costs 80 euro
-
lovetox
compared to acrobat a bargain :d
-
wurstsalat
lovetox: pdfsam also offers split/merge/extract (don't know about delete)
-
jonas’
delete is just a special case of split and merge :)
-
wurstsalat
indeed