
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Complete editing of pdf documents is easy with PDFedit. You can change either raw pdf objects (for advanced users) or use predefined gui functions. For any support please follow steps at http://sourceforge.net/support/getsupport.php?group_id=177354
13 years ago
0.3.1:
* german translation (thanks to Andreas Mantke)
* minor gui enhancements (added some missing tooltips...)
* bugfixes
0.3:
* Cygwin version
* russian translation
* speed ups
* bugfixes
* installation bugfixes
0.2.5:
* Bugfixes
0.2.4:
* 64bit compilability fix
* Fixed bug with units precision, 1234pt showing up as 1.23e+3pt
* Console scripts bug fixed (not running scripts from current directory)
* Added QSPdf.save() function
* Spanish translation added
0.2.3:
+ page rotation, text extraction,
+ simple drawing, lines, rectangles, layer control
+ revision control
+ text operations, highlight, strike through, delete, simple add, moving, color changing
+ simple pdf to xml support
+ everything based on QSA scripting language
+ access to raw pdf objects
...
Special devel features:
+ pdf to whatever format support
13 years ago
0.3.1:
* german translation (thanks to Andreas Mantke)
* minor gui enhancements (added some missing tooltips...)
* bugfixes
0.3:
* Cygwin version
* russian translation
* speed ups
* bugfixes
* installation bugfixes
0.2.5:
* Bugfixes
0.2.4:
* 64bit compilability fix
* Fixed bug with units precision, 1234pt showing up as 1.23e+3pt
* Console scripts bug fixed (not running scripts from current directory)
* Added QSPdf.save() function
* Spanish translation added
0.2.3:
+ page rotation, text extraction,
+ simple drawing, lines, rectangles, layer control
+ revision control
+ text operations, highlight, strike through, delete, simple add, moving, color changing
+ simple pdf to xml support
+ everything based on QSA scripting language
+ access to raw pdf objects
...
Special devel features:
+ pdf to whatever format support
dagsoftware
11 years ago
Report
chomee
13 years ago
Say you work on an A4 papaer and then try to import a 'letter' sized document - instant crash.
It would be good if pdfedit could offer on-the-fly conversion for similar-sized papers ( A4-letter seems like an easy fit) - or even better offer some import options: crop to size, scale bounding box, or just fit 1:1
The solution right now seems to be to print out the document from kpdf into desired paper size and then import it here.
Thanks for a great app!
Report
DieselPower
13 years ago
emerge layman
layman -a sunrise
emerge pdfedit
Report
ladykatlyn
13 years ago
configure: error: QTDIR environment variable must be set
I have the QT3 and QT4 dev stuff and the boost libs installed... although I get the feeling that isn't the issue, since the configure thing usually tells me what I'm missing...
Report
mdriftmeyer
13 years ago
user@host:~$vim ~/.bashrc
QTDIR=/usr/share/qt3
QT4DIR=/usr/share/qt4
export QTDIR QT4DIR
:wq!
user@host:~$ cd path/To/Source
usr@host:~at/Source/Directory$./configure --with-qt-dir=$QTDIR
usr@host:~at/Source/Directory$make
Report
NosyMan
13 years ago
Every new version brings me another"patch session" and all related to QString and std::string...
For v0.2.3 I patched about 25 files. I tried to compille 0.3.1 and, of course, my old patch works no more. I'm tyred to patch again... I'm waiting for a 'working' version.
Report
bugmenot
13 years ago
and gentoo distribution
Nice software.
Report
paai
13 years ago
Report
Punkeren
13 years ago
Report
paai
13 years ago
Report
BorgQueen
13 years ago
Can you provide a complete deps list?
Thanks
Report
Superstoned
13 years ago
if platfrom-independence is a problem, maybe you can start using those when you port to Qt4, as KDE 4/Qt4 are platform independent :D
Report
dmonat0307
13 years ago
I read all comments and finally got a package being able to install on my Debian Etch (5,5 MB).
When trying to install the package there appears an error, telling me that pdfedit_0.3.0-1_i386.deb is trying to replace /usr/share/qt3/mkspecs/default which also is in qt3-dev-tools.
Can you please give me a hint how to solve this issue?
Thanks in advance.
Report
bakaraka
13 years ago
Report
flocko
14 years ago
configure: error: You need boost library to compile PDFedit
but boost is installed
suse 10.1
boost 1.33.1-17 (with yast)
what is the problem?
Report
mdriftmeyer
13 years ago
Report
Superstoned
14 years ago
Report
fcc
14 years ago
On Debian/unstable, compiling requires libqt3-dev-tools/stable, libqt3-headers/stable and libqt3-dev/stable, otherwise it fails. In addition, one needs Motif, docbook-xsl, and doxygen. Also libboost-*-dev libraries, a total of 12. At some point I had to do:
$export QTDIR=/usr/share/qt3
and continued with make again. The size of the resulting executable pdfedit is about 61MB. Wow.
Report
gohanz
14 years ago
http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=1607
Report
gohanz
14 years ago
Report
misuj1am
14 years ago
Report
castroh
14 years ago
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
What should I do?
Report
collinm
14 years ago
/usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
Report
anli
14 years ago
QTDIR=/usr/qt/3/ QMAKESPEC="/usr/qt/3/mkspecs/linux-g++"
and have got the same error - 'src/kpdf-kde-3.3.2' dir still doesn't see qt3 :-(
Report
anli
14 years ago
PATH=/usr/qt/3/bin:$PATH; QTDIR=/usr/qt/3/; QMAKESPEC="/usr/qt/3/mkspecs/linux-g++"; ./configure --prefix=/usr/local
Report