LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-06-2012, 03:23 PM   #1
SaintDanBert
Senior Member
 
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint-20.1 with Cinnamon
Posts: 1,767
Blog Entries: 3

Rep: Reputation: 108Reputation: 108
online forms with PDF from a linux desktop


I want to use interactive PDF forms for a data interchange application. Can someone tell me how to create forms documents in PDF using linux applications? There are several LQ items about adding data to an existing PDF form. I want to make the form in the first place ... without Adobe® Acrobat™ and win-dose.

I can make forms with LibreOffice and various HTML parts. I've used linux almost exclusively for over 10 years. I have win-dose and continue to dual boot because there are a few things that I have been unable to make linux applications do for me. PDF forms is one of them.

What I'm talking about is a PDF document that presents a form. One types into the various fields and can then (1) save the completed form with the field data added, or (2) print the completed form with the field data added, or (3) send the field data by email or CGI to a remote application.

Thanks in advance,
~~~ 0;-Dan
 
Old 09-06-2012, 04:09 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,921

Rep: Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618
I think the way would be to use any method to collect data to some web based form. Then you could use that to either save to pdf or send to.

The only way I ever saw a sort of easy way was to use once::radix. Kind of a complex process.

Good web page designer should be able to do it in php I'd think.

It is not easy to create what Filemaker pro does.

Last edited by jefro; 09-06-2012 at 04:10 PM.
 
1 members found this post helpful.
Old 09-06-2012, 04:11 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,568

Rep: Reputation: 5865Reputation: 5865Reputation: 5865Reputation: 5865Reputation: 5865Reputation: 5865Reputation: 5865Reputation: 5865Reputation: 5865Reputation: 5865Reputation: 5865
scribus might be what you are looking for.

http://wiki.scribus.net/canvas/Your_...m_with_Scribus
 
1 members found this post helpful.
Old 09-07-2012, 10:10 AM   #4
SaintDanBert
Senior Member
 
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint-20.1 with Cinnamon
Posts: 1,767

Original Poster
Blog Entries: 3

Rep: Reputation: 108Reputation: 108
A web page solution is interesting and may be my only resort. However, I'm seeks something that behaves like people are used to doing things:

1. Here is a form. === Send them a smart document in PDF format
2. They fill the form === smart PDF enables this
3. They return the form === smart PDF forms again

I know this is what Acrobat™ or FileMaker™ deliver as a proprietary feature set.
I keep hoping that someone in linux-land has a reasonable approximation to the high cost
and win-dose hosted approach.

Thanks for your suggestions,
~~~ 0;-Dan
 
Old 09-07-2012, 10:48 AM   #5
SaintDanBert
Senior Member
 
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint-20.1 with Cinnamon
Posts: 1,767

Original Poster
Blog Entries: 3

Rep: Reputation: 108Reputation: 108
Quote:
Originally Posted by michaelk View Post
scribus might be what you are looking for.
http://"http://wiki.scribus.net/canv..._with_Scribus"
(blush) I don't know why I never think of Scribus. Your link Scribus PDF Forms has details for making PDF form documents. Some other searching turned up even more information about Scribus and PDF forms.

I'll follow that road and see if it leads me to "interactive" or "live" forms details. I'll report back with what I find.

Thanks, heaps,
~~~ 8d;-Dan
 
Old 09-07-2012, 10:55 AM   #6
mjolnir
Member
 
Registered: Apr 2003
Posts: 808

Rep: Reputation: 99
I have a number of forms that I created with Acrobat 9 Pro Ext. If I get the chance I'll also give Scribus a whirl. I hope that it will be as simple as copying the javascript from the Reader enabled forms to the appropriate place in Scribus. Probably not. :-)
 
1 members found this post helpful.
Old 09-07-2012, 02:25 PM   #7
SaintDanBert
Senior Member
 
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint-20.1 with Cinnamon
Posts: 1,767

Original Poster
Blog Entries: 3

Rep: Reputation: 108Reputation: 108
Quote:
Originally Posted by mjolnir View Post
I have a number of forms that I created with Acrobat 9 Pro Ext. If I get the chance I'll also give Scribus a whirl. I hope that it will be as simple as copying the javascript from the Reader enabled forms to the appropriate place in Scribus. Probably not. :-)
Another useful bit of detail might be: Where does Adobe stash the scripts and can we drop our own scripting into the same place and have it mostly work?

Waiting eagerly,
~~~ 0;-Dan
 
Old 09-07-2012, 02:33 PM   #8
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,921

Rep: Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618Reputation: 3618
What I was saying is the format to the user doesn't have to be PDF. The user only needs to see a form. The fact that it is pdf or web html is not needed at this point of the process. We have corporate applications that are just web pages that are pages that look like pdf forms. When a user requests data to be printed the option of a pdf or other format is asked then it is printed or downloaded as a converted pdf file.
 
Old 09-07-2012, 05:38 PM   #9
SaintDanBert
Senior Member
 
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint-20.1 with Cinnamon
Posts: 1,767

Original Poster
Blog Entries: 3

Rep: Reputation: 108Reputation: 108
Quote:
Originally Posted by jefro View Post
What I was saying is the format to the user doesn't have to be PDF. The user only needs to see a form. The fact that it is pdf or web html is not needed at this point of the process. We have corporate applications that are just web pages that are pages that look like pdf forms. When a user requests data to be printed the option of a pdf or other format is asked then it is printed or downloaded as a converted pdf file.
I can hand a sheet of paper to someone and they write on it.

I can email a PDF file, or share it from a thumb drive and someone can fill it out.

If I share "web page forms" both I and they need an intermediate web server and CGI or application support.
I can't deal with this complexity in my situation.

Thanks in advance,
~~~ 0;-Dan
 
Old 09-08-2012, 03:52 PM   #10
mjolnir
Member
 
Registered: Apr 2003
Posts: 808

Rep: Reputation: 99
I d/l Scribus this morning and got to play around with it some. The good news is that after I got my bearings it was relatively easy to add form fields, insert javascript from forms that I built on windows software (Acrobat 9 Pro Ext.), save to pdf, and get the desired behavior on linux (wubi install of Ubuntu 12.04).

The bad news is that I haven't, yet, found how to open a previously created .pdf (Adobe) and display/extract the script within Scribus. I also had no luck getting Evince to work properly. I had to d/l and install acroread (Reader 9) to get proper behavior. I had forgotten that it is a quite sizable d/l.

I should have more time to mess with it tomorrow.

Fred

Last edited by mjolnir; 12-08-2014 at 06:35 AM.
 
1 members found this post helpful.
Old 09-09-2012, 12:52 PM   #11
SaintDanBert
Senior Member
 
Registered: Jan 2009
Location: "North Shore" Louisiana USA
Distribution: Mint-20.1 with Cinnamon
Posts: 1,767

Original Poster
Blog Entries: 3

Rep: Reputation: 108Reputation: 108
Quote:
Originally Posted by mjolnir View Post
...
I also had no luck getting Evince to work properly. I had to d/l and install acroread (Reader 9) to get proper behavior.
...
That is quite a lot of effort in a short time. Congratulations and thank you.
I, too, have trouble with Evince and many PDF files. I started using Okular (yes, its a KDE app)
and have not looked back. Even so, there are some PDF file attributes that choke anything except
true Adobe® software. You gotta love proprietary software ?!

~~~ 0;-Dan
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How to fill PDF forms (even "read-only"; better than Acroread v9 for Linux) KWTm LinuxQuestions.org Member Success Stories 12 11-08-2019 03:45 PM
Learning about .PDF on linux & How to fill out broken bureaucratic forms jago25_98 Linux - Software 1 03-07-2012 09:01 AM
interactive PDF forms newbiesforever General 1 03-11-2011 02:46 PM
Software to use fill in pdf forms taylorkh Linux - Software 2 09-11-2010 03:41 PM
[SOLVED] Filling out PDF forms xri Linux - Software 4 08-01-2009 01:50 PM

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

All times are GMT -5. The time now is 05:44 AM.

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