LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-17-2004, 02:38 PM   #1
95se
Member
 
Registered: Apr 2002
Location: Windsor, ON, CA
Distribution: Ubuntu
Posts: 740

Rep: Reputation: 32
Editing .PDF or .(E)PS files in Linux?


Anyone know a way I can edit pdf or postscript files in linux. Loading into the gimp just gives me and image, I want to be able to edit the text and everything.
 
Old 06-17-2004, 02:45 PM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
umm don't know for sure but at least OpenOffice's Writer can save pdf-files...though I don't know if it will open them.
 
Old 06-17-2004, 10:29 PM   #3
nebs
LQ Newbie
 
Registered: Jun 2004
Location: Kingston, ON, Canada
Distribution: Mandrake
Posts: 12

Rep: Reputation: 0
I'm pretty sure that you can't edit pdf files like a regular word document unless you have the original tex file that it was made from. For more info on how to make tex files you'd have learn latex which might not be the direction you want to head...depending on your situation.

I consider Latex to be the only tool for writing long documents like articles, reports, books or scientific papers.
 
Old 06-18-2004, 07:26 AM   #4
95se
Member
 
Registered: Apr 2002
Location: Windsor, ON, CA
Distribution: Ubuntu
Posts: 740

Original Poster
Rep: Reputation: 32
Ya, Latex is very good, but at work they use PDFs. I know Acrobat can edit PDFs, so it's not impossible (but it is $150 for a license). Plus, its a PDF, it's scalable (all the text) so they have to have the original somewhere in there
 
Old 06-18-2004, 07:49 AM   #5
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
but not all pdf-documents can be edited...I recall there's an option to "secure" the document somehow so it can't be edited at least unless some password (don't know if there is a password..but a protection is possible, though, I think)
 
Old 06-18-2004, 12:36 PM   #6
95se
Member
 
Registered: Apr 2002
Location: Windsor, ON, CA
Distribution: Ubuntu
Posts: 740

Original Poster
Rep: Reputation: 32
I do believe Ghostscript honours the "secure" thing, and won't let you convert it if it is. I could be wrong. But I do know this isn't secure. I think I may have to use Acrobat
 
Old 06-18-2004, 05:12 PM   #7
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
I just used Nedit to open both .pdf and .ps files on my SuSE box, and had no probs. Looks more or less like html. Didn't try to change anything and save it, but at least I saw the underlying code. Give it a try.
 
Old 06-18-2004, 06:42 PM   #8
Covel
Member
 
Registered: Oct 2003
Location: Portugal
Distribution: Gentoo
Posts: 116

Rep: Reputation: 16
KWord from Koffice suite (KDE) imports pdf files. It's not perfect though. You can then print to a pdf file for saving changes.

Last edited by Covel; 06-18-2004 at 06:44 PM.
 
Old 06-19-2004, 02:14 AM   #9
95se
Member
 
Registered: Apr 2002
Location: Windsor, ON, CA
Distribution: Ubuntu
Posts: 740

Original Poster
Rep: Reputation: 32
Thanks, I'll try that
 
Old 07-09-2004, 03:05 AM   #10
hari_seldon99
Member
 
Registered: Jun 2003
Location: Front of PC
Distribution: Linux Mandrake
Posts: 212

Rep: Reputation: 30
Try using scribus. It can import PDF files.

As far as editing postscript is concerned, that is simplicity itself!
Postscript is an open source publishing system, so the .ps file is actually a simple test file which is rendered as a document by the ghostscript environment. So all you need to do is learn the ghostscript code (search for HOWTO's on the web) and simply use vi to make changes.

It's still better to use lates as the source for postscript files, but it is rarely used outside the academia.
 
Old 07-09-2004, 03:42 AM   #11
fatra2
Member
 
Registered: Feb 2004
Location: Switzerland
Distribution: Fedora - RedHat - Mandrake - OpenSuse
Posts: 216

Rep: Reputation: 35
From what I know, you can edit .pdf or .ps document with a few applications.

- ghostscript
- kghostview
- kview
- ggv
- xpdf

They are all a little different, but they can all read .pdf and .ps files.
 
Old 02-08-2006, 04:49 PM   #12
ospreyeagle
LQ Newbie
 
Registered: Jan 2006
Posts: 15

Rep: Reputation: 0
Check this post on Fedoraforum and see if it is successful for your distro
http://forums.fedoraforum.org/showth...540#post450540
 
Old 02-08-2006, 05:10 PM   #13
pajoe
Member
 
Registered: May 2005
Location: South Central Pennsylvania
Distribution: Kubuntu 12.04
Posts: 41

Rep: Reputation: 15
Quote:
Originally Posted by fatra2
From what I know, you can edit .pdf or .ps document with a few applications.

- ghostscript
- kghostview
- kview
- ggv
- xpdf

They are all a little different, but they can all read .pdf and .ps files.

I think they are all document viewers and won't let you edit the .pdf file. I found Kword will do it.
 
Old 02-08-2006, 09:33 PM   #14
hari_seldon99
Member
 
Registered: Jun 2003
Location: Front of PC
Distribution: Linux Mandrake
Posts: 212

Rep: Reputation: 30
I found a utility that can add text to pdf files.

http://www.ecademix.com/JohannesHofmann/#flpsed
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
editing PDF files linuxhippy Linux - Software 2 12-05-2004 02:18 PM
Editing PDF Files in Linux jomy Linux - Software 1 11-21-2004 07:28 AM
pdf files on how to use linux. ArmedDragoon2 Linux - General 6 11-27-2003 06:44 PM
Editing PDF files darin3200 Linux - General 2 06-30-2003 07:20 PM
Reading PDF files in linux Chijtska Linux - General 4 02-01-2002 07:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration