 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

14th March 2007, 07:24 PM
|
 |
Registered User
|
|
Join Date: Jul 2006
Location: Sao Paulo, SP - Brazil
Age: 33
Posts: 698

|
|
|
How-to manipulate PDF files
Hello,
I´ve found this nice how-to about "Manipulating PDFs with the PDF Toolkit"
The pdf toolkit is currently avaiable from the Extras repository.
So, a simple
Code:
yum install -y pdftk
should do the job.
There is also some GUI for those who do not want to work in the command line:
You can download the binary gui from the site and execute it. No need to install.
But, in order to execute the binary, you should first have these two packages installed:
Code:
yum install -y gdk-pixbuf gdk+
I find it useful.
Any other ideas for doing the same job?
Cheers,
Duli
Last edited by Duli; 14th March 2007 at 07:48 PM.
|

4th December 2007, 12:36 PM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 36

|
|
|
sorry, but I cannot install pdftk via yum.
It seems excluded from fedora 8 repo.
Or, I didn't install extra repo. If so, how can I install extra repo for fedora 8?
|

4th December 2007, 12:42 PM
|
 |
Registered User
|
|
Join Date: Jul 2006
Location: Sao Paulo, SP - Brazil
Age: 33
Posts: 698

|
|
Hum... Check this site: http://www.pdfhacks.com/pdftk/#packages
It has some suse rpms. May work along with Fedora.
Cheers
Duli
|

4th December 2007, 12:44 PM
|
|
Clueless in a Cuckooland
|
|
Join Date: Mar 2006
Location: Here now, elsewhere tomorrow.
Posts: 3,929

|
|
|
|

4th December 2007, 01:00 PM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 36

|
|
Quote:
|
It has some suse rpms. May work along with Fedora.
|
I am not clear about RPMs. Are all .rpm packages from other distributions compatible to Fedora?
Quote:
|
There's also PDFEdit available in Yum
|
Yeah.. I installed pdfedit via Yum. And I need googling to find some tricks or tutorials, available by commands in terminal. For instances, some commands or scripts to combine multiple pdf files to one united pdf file.
|

4th December 2007, 04:08 PM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855

|
|
Quote:
|
Originally Posted by ffhjeon
I am not clear about RPMs. Are all .rpm packages from other distributions compatible to Fedora?
|
No, different distro's use different packaging standards. They also contain fixes/modifications specific to that distro. Sometimes they work, sometimes they don't.
If they don't, see if you can get a .src.rpm and try rebuilding it. Sometimes that works.
|

4th December 2007, 04:34 PM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 36

|
|
Quote:
|
Originally Posted by leadgolem
Sometimes they work, sometimes they don't.
|
I see.
I have one more question. Is it safe? I mean, doesn't the rpm for other distro crash my fedora system, generally? (they can ignore very abnormal cases.)
I am worry about crashing my system by installing other distro's rpm package.
|

4th December 2007, 05:22 PM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855

|
|
Use a yum and localinstall like this.
Code:
su
cd where/you/put/the/rpm
yum --nogpgcheck localinstall packagename.rpm
yum will look and see if you are going to try and overwrite something other then a config file. If you are, it will give you a conflict error.
It is possible to crash a system with foreign rpms, though in this case exceptionally unlikely. If that happens, reboot the system and run.
Code:
su
yum remove packagename
Generally if there is a problem with a foreign rpm, it either will not install, or the application will crash as soon as launched. It is really very rare for an application crash to take the whole system down.
The exception to this is with a foreign package that "updates" an existing system package. That can bork a lot of things. Adding applications though, is usually pretty safe.
|

5th December 2007, 05:23 AM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 36

|
|
|
Thank you..
Now, I can get and install foreign rpms without fears.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 08:05 (Sunday, 26-05-2013)
|
|
 |
 |
 |
 |
|
|