BleepingComputer.com: Editable PDF file

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Editable PDF file

#1 User is offline   KamakaZ 

  • Senior Member
  • PipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 557
  • Joined: 26-August 08
  • Gender:Male
  • Location:Victoria

Posted 11 May 2009 - 06:55 PM

Hi,

Once again i have a problem, i have this PDF file that i want to have editable feilds, this i have found on google, but once these feilds are edited, i want to be able to send the form via email, but when someone else comes to that webpage, the form should be blank. Im guessing i'd use php?

The pdf is here, it is also the page that i want to change to the one mentioned above.

http://www.thompsonremovals.com/quote.pdf
If I am helping you and don't reply in 24 hours please send me a PM

There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.

#2 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,605
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

Posted 11 May 2009 - 08:33 PM

You can not embed a PDF file into a web page in such a manner that users can then fill it in, any more than you could open a Word Document online and expect to edit it (well, you can open a Word document online and edit it, but only on a Microsoft run site since it is proprietary information also). Anyway. You could duplicate the PDF as a table in a web page. Once the information gets submitted to the server, then you can do whatever you want with it. You can even write it to a PDF if you want, but you will have to use open source libraries to access the PDF document model. Those libraries tend to be painful to use, and even more painful to learn how to use. The reason that you have to use an open source library is that the PDF format is proprietary; they do not have any public APIs (as far as I know).

From your standpoint, who cares what the resulting form looks like? Would it be a big deal if it was a simple text document that contained the address and such, and just the information necessary to put together the estimate? Why use a PDF at all? There are plenty of other solutions that do not require library hacks, and are much easier to understand.
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#3 User is offline   KamakaZ 

  • Senior Member
  • PipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 557
  • Joined: 26-August 08
  • Gender:Male
  • Location:Victoria

Posted 12 May 2009 - 12:43 AM

have found out i was making it harder than what it needed to be. the customer only wants the PDF to be downloaded then the client can email it to them or fax. so all i have to do is create a PDF with editable fields, ahhh.... simplicity.

sorry for the confusion guys!

But it is interesting to know that it could have been done...
If I am helping you and don't reply in 24 hours please send me a PM

There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users