Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - HTTP SUBMIT BUTTON DOES NOT WORK AFTER SAVETOFILE
  FAQ FAQ  Forum Search   Register Register  Login Login

HTTP SUBMIT BUTTON DOES NOT WORK AFTER SAVETOFILE

 Post Reply Post Reply
Author
Message
rcunning411 View Drop Down
Beginner
Beginner


Joined: 05 Jul 12
Location: toronto Canada
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote rcunning411 Quote  Post ReplyReply Direct Link To This Post Topic: HTTP SUBMIT BUTTON DOES NOT WORK AFTER SAVETOFILE
    Posted: 05 Jul 12 at 6:19PM
I have a PDF file created using LIVECYCLE 8.0
I can open it in ADOBE READER x ... it lets me fill out the form, and click the SUBMIT button.
This submits the FORM DATA as NAME/VALUE pairs to my webserver
 
NOW My QUICK PDF ACTIVEX control is OPENING the file as mentioned above, and RE-SAVING IT
as follows.
 

BB=Createobject("QuickPDFAX0816.PDFLibrary")
BB.UnlockKey("MYLICENSEcode here")
BB.LoadFromFile(MYPDFFILEHERE,"")
BB.RemoveXFAEntries(1)

! THIS CODE BELOW SIMPLY POPULATES FIELDS ON THE FORM
! THIS IS VISUAL FOXPRO BUT DOESN'T MATTER
! AS YOU CAN SEE IT SIMPLY WRITES MY DATA TO THE PDF FILE
! THEN SAVES IT AS A NEW FILE
! THE NEW FILE IS  THEN OPENED IN ADOBE READER BUT THE
! SUBMIT BUTTON NOW DOES NOT WORK AND DOES NOTHING

For fKnt=0 To toFormCollection.ChildNodes.Length-1

 lItem=toFormCollection.ChildNodes(fKnt)
 lcFieldName=lItem.NodeName
 lcFieldValue=lItem.Text

 =setpdfformfieldbyname(lcFieldName,BB,lcFieldValue)
Endfor

* Now Save up new form and open it
BB.Savetofile(tcNewFileName)

ANY HELP Would be GREAT !

 

 

Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3530
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 06 Jul 12 at 6:57AM
Hi!

Working with QuickPDF or any other third party library
on a adobe livecycle-form will raise many problems.
You'll never succeed in having a stable behavior
regarding this issue.

Please read my blog here about the adobe mechanism
to protect their claims:
http://pdfcomments.blogspot.de/2009/06/pdf-and-forms.html

Cheers and welcome here,
Ingo

Back to Top
AndrewC View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 08 Dec 10
Location: Geelong, Aust
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote AndrewC Quote  Post ReplyReply Direct Link To This Post Posted: 09 Jul 12 at 11:14AM
Here is some more information


If other libraries such a Quick PDF Library could read and write data to XFA based LiveCycle forms then Adobe would lose a lot of their revenue stream.  This is why they make if difficult for other PDF libraries to work with LiveCycle forms unless a license is purchased from Adobe.

Andrew.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store