You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(21) |
Feb
(36) |
Mar
(24) |
Apr
(36) |
May
(38) |
Jun
(32) |
Jul
(14) |
Aug
(34) |
Sep
(12) |
Oct
(15) |
Nov
(8) |
Dec
(6) |
| 2008 |
Jan
(27) |
Feb
(16) |
Mar
(18) |
Apr
(14) |
May
(20) |
Jun
(8) |
Jul
(20) |
Aug
(27) |
Sep
(15) |
Oct
(23) |
Nov
(2) |
Dec
|
| 2009 |
Jan
(11) |
Feb
(22) |
Mar
(11) |
Apr
|
May
(18) |
Jun
(5) |
Jul
(2) |
Aug
(25) |
Sep
(27) |
Oct
(4) |
Nov
(4) |
Dec
(2) |
| 2010 |
Jan
(7) |
Feb
(3) |
Mar
(5) |
Apr
(23) |
May
(27) |
Jun
(12) |
Jul
(11) |
Aug
(7) |
Sep
|
Oct
(28) |
Nov
(74) |
Dec
(11) |
| 2011 |
Jan
(64) |
Feb
(4) |
Mar
(20) |
Apr
(17) |
May
(11) |
Jun
|
Jul
(9) |
Aug
|
Sep
(20) |
Oct
(1) |
Nov
(1) |
Dec
|
| 2012 |
Jan
(2) |
Feb
(3) |
Mar
(4) |
Apr
(2) |
May
|
Jun
|
Jul
(6) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
(4) |
| 2013 |
Jan
(3) |
Feb
(4) |
Mar
(2) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
| 2014 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(6) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Mark H. <pd...@ko...> - 2007-04-11 14:06:44
|
Dear all, I have made a very simple script to replace text in a PDF with some other text. I use the function findText for it. It works great in 'normal', graphical mode, but now I want to rewrite it to use in command line mode. Unfortunately I can't find any documentation on the findText function. How do I use that function in command line mode? I've tried a lot but I don't get futher than the message that findText is 'undefined or not a function'. Thank you |
|
From: Res M. <res...@ac...> - 2007-04-08 21:14:39
|
Dear developer of PDFedit, I really love your program, great work. I'm using it to read a lot of scanned texts and it's really great that I'm able highlight text just like I would on a printout. What I find a bit anoying is the fact that I can't scroll by pressing a key like the arrow key, which means I always have to take up the scrollbar with my mouse to move around the text, since I dont have a mouse weel on my laptop (and even if I had one I couldn't scroll sideways). I would like to propose that , since the arrow key aren't used for a fix purpose yet, to use them to scroll up an down and sideways on a page. Thanks for your work Res |
|
From: Martin P. <ma...@pe...> - 2007-04-04 19:31:05
|
The "configure" in QSA library is a bit .... less flexible. Problem is that it is calling simply "qmake", not the qmake that is detected by the post_configure script to be valid qmake from qt3. And if you call wrong qmake (from qt4), you'll get wrong moc (the one from qt4) - and that is the cause of the error. This issue is also blocking a cygwin build. I'll look at it and in next release it should be fixed. Setting path as suggested will fix it as temporary solution (correct qmake is in path first, so it will pull in correct moc). Once the bug will get fixed, setting the path should be no longer needed. Martin Petricek > it looks like the same problem I had. Try to set > > export PATH="/usr/qt/3/bin:$PATH" > > and then, in the same console, unpack pdfedit and run configure and make. > > In Gentoo distro, use eclass qt3 in the ebuild, this will setup correct PATH to > the QT3 bin dir as first in the PATH. > > In your ebuild file, use > ------ > inherit eutils qt3 > ------ > > Probably you have path to the "moc" of QT4 in your PATH before path to "moc" of > QT3 and therefore the configure program runs "moc" of qt4, instead of required > "moc" of qt3. > > Bye. > > Wolf. > > > On Wed, 4 Apr 2007, Jozef Misutka wrote: > > > > > > > ---------- Forwarded message ---------- > > From: Davide netcelli > > Date: Apr 2, 2007 6:06 PM > > Subject: pdfedit > > > > i have a proeblm compiling pdfedit i get this > > error: > > ./xpdf/fofi -I/usr/qt/3/include -o QOutputDev.o > > QOutputDev.cpp > > rm -f libqoutputdevices.a > > ar cqs libqoutputdevices.a QOutputDevPixmap.o > > QOutputDev.o > > make[2]: Leaving directory > > `/var/tmp/portage/kde-misc/pdfedit-0.2.5/work/pdfedit-0.2.5/src/kpdf-kde-3.3.2\' > > cd qsa && ./configure > > Using Qt library in /usr/qt/3. > > Building 2nd stage configure > > Qt meta object compiler > > moc: Invalid argument > > Usage: moc [options] > > -o file Write output to file rather > > than stdout > > -f[file] Force #include, optional file > > name > > -p path Path prefix for included file > > -i Do not generate an #include > > statement > > -k Do not stop on errors > > -nw Do not display warnings > > -v Display version of moc > > make[2]: *** > > [.moc/release-shared-mt/configutils.moc] Error 1 > > make[1]: *** [qsa/Makefile.qsa] Error 1 > > make[1]: Leaving directory > > `/var/tmp/portage/kde-misc/pdfedit-0.2.5/work/pdfedit-0.2.5/src\' > > make: *** [src] Error 2 > > _________________________________________________________________ > > Take a break and play crossword puzzles - FREE! > > http://games.msn.com/en/flexicon/default.htm?icid=flexicon_ wlmemailtaglinemarch07 > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys-and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Pdfedit-support mailing list > > Pdf...@li... > > https://lists.sourceforge.net/lists/listinfo/pdfedit-support > > > > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Pdfedit-support mailing list > Pdf...@li... > https://lists.sourceforge.net/lists/listinfo/pdfedit-support > GPG/PGP Public key: http://www.petricek.net/petricm.pgp Fingerprint 6AA8 FFCE C061 1CB2 55F0 A1F3 3AA9 EB4F BD50 C1B8 /------------------------------------------------------------\ | WWW: http://www.petricek.net/ | \------------------------------------------------------------/ |
|
From: Robert W. <r.w...@at...> - 2007-04-04 08:08:56
|
Hi, it looks like the same problem I had. Try to set export PATH="/usr/qt/3/bin:$PATH" and then, in the same console, unpack pdfedit and run configure and make. In Gentoo distro, use eclass qt3 in the ebuild, this will setup correct PATH to the QT3 bin dir as first in the PATH. In your ebuild file, use ------ inherit eutils qt3 ------ Probably you have path to the "moc" of QT4 in your PATH before path to "moc" of QT3 and therefore the configure program runs "moc" of qt4, instead of required "moc" of qt3. Bye. Wolf. On Wed, 4 Apr 2007, Jozef Misutka wrote: > > > ---------- Forwarded message ---------- > From: Davide netcelli > Date: Apr 2, 2007 6:06 PM > Subject: pdfedit > > i have a proeblm compiling pdfedit i get this > error: > ./xpdf/fofi -I/usr/qt/3/include -o QOutputDev.o > QOutputDev.cpp > rm -f libqoutputdevices.a > ar cqs libqoutputdevices.a QOutputDevPixmap.o > QOutputDev.o > make[2]: Leaving directory > `/var/tmp/portage/kde-misc/pdfedit-0.2.5/work/pdfedit-0.2.5/src/kpdf-kde-3.3.2\' > cd qsa && ./configure > Using Qt library in /usr/qt/3. > Building 2nd stage configure > Qt meta object compiler > moc: Invalid argument > Usage: moc [options] > -o file Write output to file rather > than stdout > -f[file] Force #include, optional file > name > -p path Path prefix for included file > -i Do not generate an #include > statement > -k Do not stop on errors > -nw Do not display warnings > -v Display version of moc > make[2]: *** > [.moc/release-shared-mt/configutils.moc] Error 1 > make[1]: *** [qsa/Makefile.qsa] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/kde-misc/pdfedit-0.2.5/work/pdfedit-0.2.5/src\' > make: *** [src] Error 2 > _________________________________________________________________ > Take a break and play crossword puzzles - FREE! > http://games.msn.com/en/flexicon/default.htm?icid=flexicon_ wlmemailtaglinemarch07 > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Pdfedit-support mailing list > Pdf...@li... > https://lists.sourceforge.net/lists/listinfo/pdfedit-support > > > > |
|
From: Jozef M. <mis...@ho...> - 2007-04-04 07:46:14
|
---------- Forwarded message ----------
From: Davide netcelli=20
Date: Apr 2, 2007 6:06 PM
Subject: pdfedit
i have a proeblm compiling pdfedit i get this
error:
./xpdf/fofi -I/usr/qt/3/include -o QOutputDev.o
QOutputDev.cpp
rm -f libqoutputdevices.a
ar cqs libqoutputdevices.a QOutputDevPixmap.o
QOutputDev.o
make[2]: Leaving directory
`/var/tmp/portage/kde-misc/pdfedit-0.2.5/work/pdfedit-0.2.5/src/kpdf-kde-3.=
3.2\'
cd qsa && ./configure
Using Qt library in /usr/qt/3.
Building 2nd stage configure
Qt meta object compiler
moc: Invalid argument
Usage: moc [options]
-o file Write output to file rather
than stdout
-f[file] Force #include, optional file
name
-p path Path prefix for included file
-i Do not generate an #include
statement
-k Do not stop on errors
-nw Do not display warnings
-v Display version of moc
make[2]: ***
[.moc/release-shared-mt/configutils.moc] Error 1
make[1]: *** [qsa/Makefile.qsa] Error 1
make[1]: Leaving directory
`/var/tmp/portage/kde-misc/pdfedit-0.2.5/work/pdfedit-0.2.5/src\'
make: *** [src] Error 2
_________________________________________________________________
Take a break and play crossword puzzles - FREE!
http://games.msn.com/en/flexicon/default.htm?icid=3Dflexicon_ wlmemailtagli=
nemarch07=
|
|
From: Robert W. <r.w...@at...> - 2007-03-29 12:20:41
|
Hi all, problem found: although the compilation finds correct /usr/qt/3 directory, there is "moc" of qt-4 in the /usr/bin path , which is before /usr/qt/3/bin path in the $PATH env variable. Therefore it runs moc of qt-4 and fails to compile. In the Sunrise ebuild is used eclass for qt-3, which gives path /usr/qt/3/bin on the first place in $PATH evn variable and therefore the compilation does not fail. Problem solved. Thanks to Pavel Sanda for consultation:) Regards, Wolf. On Thu, 22 Mar 2007, Robert Wolf wrote: > mel bych dotaz tykajici se kompilace PDFedit verzi 0.2.3 az 0.2.5 na Gentoo > linuxu. > > Gentoo mam aktualizovany na stable x86, par balicku na unstable ~x86. Qt mam > nainstalovane, zde je vypis, vcetne flagu USE: > > ---------------------------------------------------------------------- > [I] x11-libs/qt > Available versions: > (3) 3.3.4-r8 3.3.6-r4 ~3.3.6-r5 ~3.3.8 > (4) 4.1.4-r2 4.2.2 ~4.2.3 > Installed versions: > 3.3.6-r4(3)(17:40:12 15.12.2006) > (cups -debug doc -examples -firebird gif -immqt -immqt-bc ipv6 mysql nas > -nis odbc opengl postgres sqlite xinerama) > 4.2.2(4)(11:31:31 15.02.2007) > (-accessibility cups dbus -debug doc -examples -firebird gif -glib > -input_devices_wacom jpeg mng mysql nas -nis odbc opengl -pch png > postgres qt3support sqlite sqlite3 xinerama zlib) > ---------------------------------------------------------------------- > > Kompilace skonci s chybou v miste, kde se kompiluje "configure2" v adresari > src/qsa a chyba je nasledujici: > > ---------------------------------------------------------------------- > cd kpdf-kde-3.3.2 && /usr/qt/3/bin/qmake && make staticlib > make[2]: Entering directory `/home/wolf/tmp/pdfedit-0.2.5/src/kpdf-kde-3.3.2' > i686-pc-linux-gnu-g++ -c -pipe -g -Wall -W -O2 -march=i686 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../xpdf -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi -I/usr/qt/3/include -o QOutputDevPixmap.o QOutputDevPixmap.cpp > i686-pc-linux-gnu-g++ -c -pipe -g -Wall -W -O2 -march=i686 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../xpdf -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi -I/usr/qt/3/include -o QOutputDev.o QOutputDev.cpp > rm -f libqoutputdevices.a > ar cqs libqoutputdevices.a QOutputDevPixmap.o QOutputDev.o > make[2]: Leaving directory `/home/wolf/tmp/pdfedit-0.2.5/src/kpdf-kde-3.3.2' > cd qsa && ./configure > Using Qt library in /usr/qt/3. > Building 2nd stage configure > Qt meta object compiler > moc: Invalid argument > Usage: moc [options] <header-file> > -o file Write output to file rather than stdout > -f[file] Force #include, optional file name > -p path Path prefix for included file > -i Do not generate an #include statement > -k Do not stop on errors > -nw Do not display warnings > -v Display version of moc > make[2]: *** [.moc/release-shared-mt/configutils.moc] Error 1 > make[1]: *** [qsa/Makefile.qsa] Error 1 > make[1]: Leaving directory `/home/wolf/tmp/pdfedit-0.2.5/src' > make: *** [src] Error 2 > ---------------------------------------------------------------------- > > V souboru Makefile programu configure2 jsem nasel definici INCPATH, ktera > odpovida zapisu pro C compiler, ale program "moc" tento zapis nedovoluje a > proto selze. Neprogramuji s QT, takze nemuzu rict presne, ale jestli jsem to > dobre pochopil, tak mi misto zapisu "-I/usr/qt/3/include/QtCore" melo byt > "-p /usr/qt/3/include/QtCore". Pokud jsem ale zkusil udelat novou promennou > INCPATHMOC a do ni zkopirovat hodnotu INCPATH a zmenit prepinace -I na -p, tak > kompilace skoncila na chybe |
|
From: Pavel S. <ps...@tw...> - 2007-03-22 15:40:55
|
> Tak jsem ten overlay jeste jednou prubnul a zjistil jsem, ze to SVNko bohuzel > blokuje nas firewall. Stejne to dopadne, kdyz se to pokusim nahrat pres > laymana. ok, druha vec, kterou bych zkusil, je stahnout si z sunrise webu patch+ebuild a dat do localniho overlaye. //pisu srozumitelne ? > Ale spis by me zajimalo, proc to nejde na stable Gentoo prelozit s Qt3, nez > proc nemuzu stahnout Sunrise overlay. mne jde (s tou samou verzi qt). pavel |
|
From: Robert W. <r.w...@at...> - 2007-03-22 14:20:51
|
Dik za rychlou odevzu. Tak jsem ten overlay jeste jednou prubnul a zjistil jsem, ze to SVNko bohuzel blokuje nas firewall. Stejne to dopadne, kdyz se to pokusim nahrat pres laymana. Ale spis by me zajimalo, proc to nejde na stable Gentoo prelozit s Qt3, nez proc nemuzu stahnout Sunrise overlay. Dik Wolf. On Thu, 22 Mar 2007, Pavel Sanda wrote: > > Rad bych PDFedit vyzkousel a pripadne dal pouzival, ale nejak se mi nedari > > prekousnout problemy s kompilaci. Sunrise overlay nepouzivam, navic kdyz jsem > > si chtel stahnout repository, tak jim SVN hlasilo chybu. > > jakou ? > pavel > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Pdfedit-support mailing list > Pdf...@li... > https://lists.sourceforge.net/lists/listinfo/pdfedit-support > > > > |
|
From: Pavel S. <ps...@tw...> - 2007-03-22 13:57:58
|
> Rad bych PDFedit vyzkousel a pripadne dal pouzival, ale nejak se mi nedari > prekousnout problemy s kompilaci. Sunrise overlay nepouzivam, navic kdyz jsem > si chtel stahnout repository, tak jim SVN hlasilo chybu. jakou ? pavel |
|
From: Robert W. <r.w...@at...> - 2007-03-22 12:08:48
|
Zdravim PDFedit team,
mel bych dotaz tykajici se kompilace PDFedit verzi 0.2.3 az 0.2.5 na Gentoo
linuxu.
Gentoo mam aktualizovany na stable x86, par balicku na unstable ~x86. Qt mam
nainstalovane, zde je vypis, vcetne flagu USE:
----------------------------------------------------------------------
[I] x11-libs/qt
Available versions:
(3) 3.3.4-r8 3.3.6-r4 ~3.3.6-r5 ~3.3.8
(4) 4.1.4-r2 4.2.2 ~4.2.3
Installed versions:
3.3.6-r4(3)(17:40:12 15.12.2006)
(cups -debug doc -examples -firebird gif -immqt -immqt-bc ipv6 mysql nas
-nis odbc opengl postgres sqlite xinerama)
4.2.2(4)(11:31:31 15.02.2007)
(-accessibility cups dbus -debug doc -examples -firebird gif -glib
-input_devices_wacom jpeg mng mysql nas -nis odbc opengl -pch png
postgres qt3support sqlite sqlite3 xinerama zlib)
----------------------------------------------------------------------
Kompilace skonci s chybou v miste, kde se kompiluje "configure2" v adresari
src/qsa a chyba je nasledujici:
----------------------------------------------------------------------
cd kpdf-kde-3.3.2 && /usr/qt/3/bin/qmake && make staticlib
make[2]: Entering directory `/home/wolf/tmp/pdfedit-0.2.5/src/kpdf-kde-3.3.2'
i686-pc-linux-gnu-g++ -c -pipe -g -Wall -W -O2 -march=i686 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../xpdf -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi -I/usr/qt/3/include -o QOutputDevPixmap.o QOutputDevPixmap.cpp
i686-pc-linux-gnu-g++ -c -pipe -g -Wall -W -O2 -march=i686 -pipe -fno-strict-aliasing -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I../xpdf -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi -I/usr/qt/3/include -o QOutputDev.o QOutputDev.cpp
rm -f libqoutputdevices.a
ar cqs libqoutputdevices.a QOutputDevPixmap.o QOutputDev.o
make[2]: Leaving directory `/home/wolf/tmp/pdfedit-0.2.5/src/kpdf-kde-3.3.2'
cd qsa && ./configure
Using Qt library in /usr/qt/3.
Building 2nd stage configure
Qt meta object compiler
moc: Invalid argument
Usage: moc [options] <header-file>
-o file Write output to file rather than stdout
-f[file] Force #include, optional file name
-p path Path prefix for included file
-i Do not generate an #include statement
-k Do not stop on errors
-nw Do not display warnings
-v Display version of moc
make[2]: *** [.moc/release-shared-mt/configutils.moc] Error 1
make[1]: *** [qsa/Makefile.qsa] Error 1
make[1]: Leaving directory `/home/wolf/tmp/pdfedit-0.2.5/src'
make: *** [src] Error 2
----------------------------------------------------------------------
V souboru Makefile programu configure2 jsem nasel definici INCPATH, ktera
odpovida zapisu pro C compiler, ale program "moc" tento zapis nedovoluje a
proto selze. Neprogramuji s QT, takze nemuzu rict presne, ale jestli jsem to
dobre pochopil, tak mi misto zapisu "-I/usr/qt/3/include/QtCore" melo byt
"-p /usr/qt/3/include/QtCore". Pokud jsem ale zkusil udelat novou promennou
INCPATHMOC a do ni zkopirovat hodnotu INCPATH a zmenit prepinace -I na -p, tak
kompilace skoncila na chybe
----------------------------------------------------------------------
g++ -fno-exceptions -o configure2 .obj/release-shared-mt/main.o .obj/release-shared-mt/configutils.o -L/usr/lib/mysql -L/usr/qt/3/lib -L/usr/lib -ldl -lSM -lICE -lpthread -lGLU -lGL -lQtGui -lQtCore
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lQtGui
collect2: ld returned 1 exit status
make: *** [configure2] Error 1
----------------------------------------------------------------------
Rad bych PDFedit vyzkousel a pripadne dal pouzival, ale nejak se mi nedari
prekousnout problemy s kompilaci. Sunrise overlay nepouzivam, navic kdyz jsem
si chtel stahnout repository, tak jim SVN hlasilo chybu.
Poradite mi?
Diky za odpoved.
Wolf.
|
|
From: Michal H. <ms...@gm...> - 2007-03-20 12:11:39
|
Are you sure, that you have all neccessary dependencies? QImage should be part of qt development package. On 3/19/07, Uwe Brauer <ou...@ma...> wrote: > > >>>>> "Michal" == Michal Hocko <ms...@gm...> writes: > Hello > > > [snip] > > > > > Do you have QTDIR environment variable set correctly. > > Try echo $QTDIR and check if it contains directory for QT3 on your > system. > > See http://pdfedit.petricek.net/pdfedit.user_doc#install_part for > more > > information. > Ok I see, why didn't configure found it? > > Anyway is does not work neither, no I obtain: > > OutputDevPixmap.cpp:78: error: ?QImage? was not declared in this scope > make[2]: *** [QOutputDevPixmap.o] Error 1 > make[2]: Leaving directory `/home/oub/Add/Soft/pdfedit-0.2.5/src/kpdf- > kde-3.3.2' > make[1]: *** [qoutputdevices] Error 2 > make[1]: Leaving directory `/home/oub/Add/Soft/pdfedit-0.2.5/src' > make: *** [src] Error 2 > > > Uwe Brauer > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Pdfedit-support mailing list > Pdf...@li... > https://lists.sourceforge.net/lists/listinfo/pdfedit-support > -- Michal Hocko |
|
From: Uwe B. <ou...@ma...> - 2007-03-19 17:54:51
|
>>>>> "Michal" == Michal Hocko <ms...@gm...> writes: Hello [snip] > Do you have QTDIR environment variable set correctly. > Try echo $QTDIR and check if it contains directory for QT3 on your system. > See http://pdfedit.petricek.net/pdfedit.user_doc#install_part for more > information. Ok I see, why didn't configure found it? Anyway is does not work neither, no I obtain: OutputDevPixmap.cpp:78: error: ?QImage? was not declared in this scope make[2]: *** [QOutputDevPixmap.o] Error 1 make[2]: Leaving directory `/home/oub/Add/Soft/pdfedit-0.2.5/src/kpdf-kde-3.3.2' make[1]: *** [qoutputdevices] Error 2 make[1]: Leaving directory `/home/oub/Add/Soft/pdfedit-0.2.5/src' make: *** [src] Error 2 Uwe Brauer |
|
From: Michal H. <ms...@gm...> - 2007-03-19 16:02:09
|
Hi. > Hello > > In the environment mentioned above (I hesitate to use the pdfedit > package for debian since Kubuntu is not really Debian) I successfully > configured pdfedit, however when compiling it I obtained: > > make[2]: Leaving directory `/home/oub/Add/Soft/pdfedit-0.2.5/src/utils' > cat xpdf/config.status | grep s,@[^@,]*@, | sed > 's/^s,@\([^@,]*\)@,\([^,]*\),.*/config_xpdf_\1=\2/g' > > config_xpdf_variables > cd kernel && /bin/qmake && make staticlib > /bin/sh: /bin/qmake: not found > make[1]: *** [kernel] Error 127 > make[1]: Leaving directory `/home/oub/Add/Soft/pdfedit-0.2.5/src' > make: *** [src] Error 2 Do you have QTDIR environment variable set correctly. Try echo $QTDIR and check if it contains directory for QT3 on your system. See http://pdfedit.petricek.net/pdfedit.user_doc#install_part for more information. -- Michal Hocko |
|
From: Uwe B. <ou...@ma...> - 2007-03-19 15:00:09
|
Hello In the environment mentioned above (I hesitate to use the pdfedit package for debian since Kubuntu is not really Debian) I successfully configured pdfedit, however when compiling it I obtained: make[2]: Leaving directory `/home/oub/Add/Soft/pdfedit-0.2.5/src/utils' cat xpdf/config.status | grep s,@[^@,]*@, | sed 's/^s,@\([^@,]*\)@,\([^,]*\),.*/config_xpdf_\1=\2/g' > config_xpdf_variables cd kernel && /bin/qmake && make staticlib /bin/sh: /bin/qmake: not found make[1]: *** [kernel] Error 127 make[1]: Leaving directory `/home/oub/Add/Soft/pdfedit-0.2.5/src' make: *** [src] Error 2 If I shall send any other log message, please let me know. Thanks and regards Uwe Brauer |
|
From: Andreas M. <ma...@gm...> - 2007-03-08 21:21:43
|
Hi, Am Donnerstag 08 M=E4rz 2007 schrieb Michal Hocko: > Hi. > > > Therefor I thougt it would be a good idea to compile the > > unfished translation into my local version. But I wasn't > > successful. I need some information, which files in the > > sourcecode I had to edit. > > I think that you need to: > - add your translation file to the src/gui/lang directory > - edit src/gui/pdfedit.pro file and add your translation file > name to the TRANSLATIONS variable > (current state should be > TRANSLATIONS =3D lang/pdfedit_cs.ts lang/pdfedit_sk.ts > lang/pdfedit_es.ts ) I edited this file and make went over the translation-file. > - recompile project - I am not sure whether you need make > distclean or make clean is enough or just to do make again > without any cleaning. Maybe Martin can tell more. (but cleaning > everything should work for sure - but it is rather time consuming > to compile evrything again just because of new translation file). When I opened pdfedit (after make and make install), I didn't see=20 any translated strings in the gui. I should wait for Martins information. Best regards, Andreas =2D-=20 ## Content Developer OpenOffice.org: lang/DE ## Freie Office-Suite f=FCr Linux, Mac, Windows, Solaris ## http://de.openoffice.org ## OpenOffice.org Portable: http://oooportable.org ## Meine Seite: http://www.amantke.de |
|
From: Martin P. <ma...@pe...> - 2007-03-08 21:16:04
|
> JFYI: > is the text extracting function in the script equal > to the function called by the menu when extracting text > from the current page ? It is the same function. > the output is not equal as far as quotation marks concerned > (lower qout.m. are correctly showed in current page extract, > however, the result of the script is question mark.) Aaargh ... well, the gui is entirely Unicode, so unicode characters are displayed correctly there. Howewer, when writing to file, Unicode is autoconverted to latin1, so many characters are screwed or replaced by question marks ... I'll fix it to use UTF-8, which should preserve all the non-ascii characters ... Martin Petricek GPG/PGP Public key: http://www.petricek.net/petricm.pgp Fingerprint 6AA8 FFCE C061 1CB2 55F0 A1F3 3AA9 EB4F BD50 C1B8 /------------------------------------------------------------\ | WWW: http://www.petricek.net/ | \------------------------------------------------------------/ |
|
From: Martin P. <ma...@pe...> - 2007-03-08 21:10:00
|
I have posted short guide to testing translation files at: http://pdfedit.petricek.net/wiki/Translations Basically, all you need is: * Go to directory where pdfedit_de.ts is located * Type: lrelease pdfedit_de.ts (this will compile pdfedit_de.ts into pdfedit_de.qm) * copy pdfedit_de.qm to /usr/local/share/pdfedit/lang (or whenever are all the other .qm files installed) * set proper locale (export LANG=de) * run pdfedit Note that pdfedit can be run without installation - if you compile it, you can run it directly from the src/gui directory. In that case, put the .qm file in src/gui/lang directory > I think that you need to: > - add your translation file to the src/gui/lang directory > - edit src/gui/pdfedit.pro file and add your translation file name to the > TRANSLATIONS variable > (current state should be > TRANSLATIONS = lang/pdfedit_cs.ts lang/pdfedit_sk.ts lang/pdfedit_es.ts > ) This step is necessary for distribution, or if you want to install finished translation by "make install" ... For testing it is not necessary, you can skip it > - recompile project - I am not sure whether you need make distclean or > make clean is enough or just to do make again without any cleaning. > Maybe Martin can tell more. (but cleaning everything should work for > sure - but it is rather time consuming to compile evrything again just > because of new translation file). Recompiling or cleaning is absolutely not necessary. Just put the compiled .qm file in its place. That's all you need. Martin Petricek GPG/PGP Public key: http://www.petricek.net/petricm.pgp Fingerprint 6AA8 FFCE C061 1CB2 55F0 A1F3 3AA9 EB4F BD50 C1B8 /------------------------------------------------------------\ | WWW: http://www.petricek.net/ | \------------------------------------------------------------/ |
|
From: Michal H. <ms...@gm...> - 2007-03-08 17:22:55
|
Hi. > Hi! Thanks for the program!! Could anybody help me with this: >=20 > cd kpdf-kde-3.3.2 && /usr/share/qt3/bin/qmake && make staticlib > make[2]: se ingresa al directorio `/home/juan/Desktop/pdfedit-0.2.5 > /src/kpdf-kde-3.3.2' > g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SU= PPORT > -I/usr/share/qt3/mkspecs/linux-g++ -I. -I../xpdf -I../xpdf/xpdf > -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi -I/usr/share/qt3/include = -o > QOutputDevPixmap.o QOutputDevPixmap.cpp > QOutputDevPixmap.cpp:25:21: error: qpixmap.h: No existe el fichero =F3 > directorio > QOutputDevPixmap.cpp:26:20: error: qimage.h: No existe el fichero =F3 > directorio > QOutputDevPixmap.h:40: error: 'QImage' does not name a type > QOutputDevPixmap.h:43: error: 'QImage' does not name a type > QOutputDevPixmap.cpp: In constructor > 'QOutputDevPixmap::QOutputDevPixmap(Guchar*)': These errors were usually caused by qt3 vs. qt4 mismatching. What kind of distro are you using? --=20 Michal Hocko |
|
From: Michal H. <ms...@gm...> - 2007-03-08 17:20:56
|
Hi. > > Therefor I thougt it would be a good idea to compile the unfished > translation into my local version. But I wasn't successful. > I need some information, which files in the sourcecode I had to > edit. I think that you need to: - add your translation file to the src/gui/lang directory - edit src/gui/pdfedit.pro file and add your translation file name to the TRANSLATIONS variable (current state should be TRANSLATIONS = lang/pdfedit_cs.ts lang/pdfedit_sk.ts lang/pdfedit_es.ts ) - recompile project - I am not sure whether you need make distclean or make clean is enough or just to do make again without any cleaning. Maybe Martin can tell more. (but cleaning everything should work for sure - but it is rather time consuming to compile evrything again just because of new translation file). Best regards -- Michal Hocko |
|
From: Rainer L. <rai...@gm...> - 2007-03-08 06:45:22
|
Hi Juan, this looks like a problem, I have with openSUSE too. Please try PATH=$QTDIR/bin:$PATH make i.e. set manually your path to your qt3 bin directory in front of your standard path. BTW, please post compile output in english: LANG=en make rgds, Rainer Juan wrote: > Hi! Thanks for the program!! Could anybody help me with this: > > cd kpdf-kde-3.3.2 && /usr/share/qt3/bin/qmake && make staticlib > make[2]: se ingresa al directorio > `/home/juan/Desktop/pdfedit-0.2.5/src/kpdf- kde-3.3.2' > g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG > -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/linux-g++ -I. -I../xpdf > -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi > -I/usr/share/qt3/include -o QOutputDevPixmap.o QOutputDevPixmap.cpp > QOutputDevPixmap.cpp:25:21: error: qpixmap.h: No existe el fichero ó > directorio > QOutputDevPixmap.cpp:26:20: error: qimage.h: No existe el fichero ó > directorio > QOutputDevPixmap.h :40: error: 'QImage' does not name a type > QOutputDevPixmap.h:43: error: 'QImage' does not name a type > QOutputDevPixmap.cpp: In constructor > 'QOutputDevPixmap::QOutputDevPixmap(Guchar*)': > QOutputDevPixmap.cpp:39: error: class 'QOutputDevPixmap' does not have > any field named 'm_image' > QOutputDevPixmap.cpp: In destructor 'virtual > QOutputDevPixmap::~QOutputDevPixmap()': > QOutputDevPixmap.cpp:46: error: 'free' was not declared in this scope > QOutputDevPixmap.cpp: In member function 'virtual void > QOutputDevPixmap::endPage()': > QOutputDevPixmap.cpp:60: error: 'free' was not declared in this scope > QOutputDevPixmap.cpp:61: error: 'malloc' was not declared in this scope > QOutputDevPixmap.cpp:62: error: 'm_image' was not declared in this scope > QOutputDevPixmap.cpp:78: error: 'm_image' was not declared in this scope > QOutputDevPixmap.cpp:78: error: 'uchar' was not declared in this scope > QOutputDevPixmap.cpp:78: error: expected primary-expression before ')' > token > QOutputDevPixmap.cpp:78: error: 'QImage' has not been declared > QOutputDevPixmap.cpp:78: error: 'QImage' was not declared in this scope > make[2]: *** [QOutputDevPixmap.o] Error 1 > make[2]: se sale del directorio `/home/juan/Desktop/pdfedit- > 0.2.5/src/kpdf-kde-3.3.2' > make[1]: *** [qoutputdevices] Error 2 > make[1]: se sale del directorio `/home/juan/Desktop/pdfedit-0.2.5/src' > make: *** [src] Error 2 > > > Thanks!!!!! > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > Pdfedit-support mailing list > Pdf...@li... > https://lists.sourceforge.net/lists/listinfo/pdfedit-support > |
|
From: Juan <elc...@gm...> - 2007-03-07 21:26:02
|
Hi! Thanks for the program!! Could anybody help me with this: cd kpdf-kde-3.3.2 && /usr/share/qt3/bin/qmake && make staticlib make[2]: se ingresa al directorio `/home/juan/Desktop/pdfedit-0.2.5 /src/kpdf-kde-3.3.2' g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPOR= T -I/usr/share/qt3/mkspecs/linux-g++ -I. -I../xpdf -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash -I../xpdf/fofi -I/usr/share/qt3/include -o QOutputDevPixmap.o QOutputDevPixmap.cpp QOutputDevPixmap.cpp:25:21: error: qpixmap.h: No existe el fichero =F3 directorio QOutputDevPixmap.cpp:26:20: error: qimage.h: No existe el fichero =F3 directorio QOutputDevPixmap.h:40: error: 'QImage' does not name a type QOutputDevPixmap.h:43: error: 'QImage' does not name a type QOutputDevPixmap.cpp: In constructor 'QOutputDevPixmap::QOutputDevPixmap(Guchar*)': QOutputDevPixmap.cpp:39: error: class 'QOutputDevPixmap' does not have any field named 'm_image' QOutputDevPixmap.cpp: In destructor 'virtual QOutputDevPixmap::~QOutputDevPixmap()': QOutputDevPixmap.cpp:46: error: 'free' was not declared in this scope QOutputDevPixmap.cpp: In member function 'virtual void QOutputDevPixmap::endPage()': QOutputDevPixmap.cpp:60: error: 'free' was not declared in this scope QOutputDevPixmap.cpp:61: error: 'malloc' was not declared in this scope QOutputDevPixmap.cpp:62: error: 'm_image' was not declared in this scope QOutputDevPixmap.cpp:78: error: 'm_image' was not declared in this scope QOutputDevPixmap.cpp:78: error: 'uchar' was not declared in this scope QOutputDevPixmap.cpp:78: error: expected primary-expression before ')' toke= n QOutputDevPixmap.cpp:78: error: 'QImage' has not been declared QOutputDevPixmap.cpp:78: error: 'QImage' was not declared in this scope make[2]: *** [QOutputDevPixmap.o] Error 1 make[2]: se sale del directorio `/home/juan/Desktop/pdfedit-0.2.5/src/kpdf- kde-3.3.2' make[1]: *** [qoutputdevices] Error 2 make[1]: se sale del directorio `/home/juan/Desktop/pdfedit-0.2.5/src' make: *** [src] Error 2 Thanks!!!!! |
|
From: Andreas M. <ma...@gm...> - 2007-03-07 17:42:44
|
Hi Martin, Am Montag 19 Februar 2007 schrieb Martin Petricek: > > is there a file with the original english strings, which had to > > be translated into german? I'm willing to help in translation, > > but I'm only able to translate from english to german (not > > another source language). > > In fact, yes. It is current unfinished slovak translation, which > is empty > > :) > > However, there are minor changes between CVS and latest relase, > so I have put up some short information about translating on > http://pdfedit.petricek.net/wiki/Translations > > I have also put up the latest template file there: > > http://pdfedit.petricek.net/wiki/Translations/files.xml?action=3Ddo >wnload&fil e=3Dpdfedit_xx.ts > > If you wish to translate to german, you should pick up the > template file and read the short instructions. Then send the file > to us and we'll include it in next release. first thanks for your explanation. In the meantime I did some=20 translation. But I were not able to do it complete because I need=20 to know the context of some strings. Therefor I thougt it would be a good idea to compile the unfished=20 translation into my local version. But I wasn't successful. I need some information, which files in the sourcecode I had to=20 edit. Best regards, Andreas =2D-=20 ## Content Developer OpenOffice.org: lang/DE ## Freie Office-Suite f=FCr Linux, Mac, Windows, Solaris ## http://de.openoffice.org ## OpenOffice.org Portable: http://oooportable.org ## Meine Seite: http://www.amantke.de |
|
From: Pavel S. <ps...@tw...> - 2007-03-07 03:03:15
|
hello once again :), > I have written that script. > Grab the script at: JFYI: is the text extracting function in the script equal to the function called by the menu when extracting text from the current page ? the output is not equal as far as quotation marks concerned (lower qout.m. are correctly showed in current page extract, however, the result of the script is question mark.) upper quot.m. are not extracted at all in both cases. rest of it seems to work correctly. pavel |
|
From: Michal H. <ms...@gm...> - 2007-03-06 19:43:18
|
Hi. I happy to inform you that rpm package for PDFedit 0.2.5 is available on our source forge dowload page (pdfedit-0.2.5-1.i386.rpm and pdfedit.spec files). I'd like to thank Pavel Ondrousek for creating and future support of package. Package was created and tested on Fedora 6, but should work also on different rpm based distributions (testing is welcome). Plase address you questions , suggestions or problems to pdf...@li... mailing list and Pavel should give you a support (if he is able to). Best regards -- Michal Hocko |
|
From: Martin P. <ma...@pe...> - 2007-03-06 13:00:21
|
> > So, basically, function "save entire file as text"? > > not the entire, only the even pages, but thats no > problem, i see the script and it wont be problem to change it. Oh ... I missed the mention about even pages ... > > I have written that script. > > Grab the script at: > > > > http://pdfedit.petricek.net/wiki/ScriptLibrary/files.xml?action=download&fi > > le=savealltext.qs > > oops :) i have been searching in the howto section of wiki instead of scripting; > i could find it myself, sorry. No, you couldn't, because it was created as response to your email and it was not present on the wiki before you asked for it :). Martin Petricek GPG/PGP Public key: http://www.petricek.net/petricm.pgp Fingerprint 6AA8 FFCE C061 1CB2 55F0 A1F3 3AA9 EB4F BD50 C1B8 /------------------------------------------------------------\ | WWW: http://www.petricek.net/ | \------------------------------------------------------------/ |