Linux - SoftwareThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I too have had the same problems with trying to edit PDF files. After reading all the sites i can think of i looked at the "add/removed" in Ubuntu (Gnome 8.04), and i have found an app that can edit PDF, Its basic function but i can fill out forms and re-save them back to a normal PDF file.
The app is called FLPSED. The ubuntu depo's have it. I think the command line is something like this
sudo apt-get install flpsed
or ....
you can go to the add and remove and look for it in there. It worked for me ..... well it dose what i need it to do.
Look at the very top of the picture and you will see to what I am referring.
I downloaded both "binary" and "source" and "un-zipped" them. However, when I extracted the "binary" (tar) version, I received what appears to be a Windows exe file.
Question # 2:
Is this a Windows exe file? It sure looks like it.
I have that exe file. How do I "use" it? I have no idea where to begin. Could you kindly tell me how to do so, or point me to a website that could better explain it?
Where you unpacked it you can run "./guipdftk" from a terminal window or else reference it with the full path "/usr/local/bin/guipdftk" if you for example extracted it to /usr/local/bin.
Where you unpacked it you can run "./guipdftk" from a terminal window or else reference it with the full path "/usr/local/bin/guipdftk" if you for example extracted it to /usr/local/bin.
If you want to install into root-owned directory /usr/local/bin, yes. After extraction set the ownership and access rights to root and executable by all with 'f=/usr/local/bin/guipdftk; chown root.root $f; chmod 0755 $f'. Switching back to your unprivileged user account (you do use one, right?) you are able to run it as plain "guipdftk" from the terminal window or "run" command as long as /usr/local/bin is in your path. Else prefix the full path.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.