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 - Save value to field form
  FAQ FAQ  Forum Search   Register Register  Login Login

Save value to field form

 Post Reply Post Reply
Author
Message
mariovermeulen View Drop Down
Beginner
Beginner
Avatar

Joined: 23 Dec 09
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote mariovermeulen Quote  Post ReplyReply Direct Link To This Post Topic: Save value to field form
    Posted: 13 May 10 at 10:08AM
Hi
 
I am trying to load a pdf and then save a form fields value, i am setting the form fields name case sensitive but still no luck i can send the sample pdf i am using to anyone willing to help
 
regards
 
Mario
 
here is the code
      // Load PDF
      QP.LoadFromFile('D:\3D Office\Invoices\test.pdf');
      // Read field value and display
      ShowMessage(QP.GetFormFieldValueByTitle('InvoiceNumber'));
      // Set form Field InvoiceNumber
      QP.SetFormFieldValueByTitle('InvoiceNumber','1223324');
      // Save PDF to test output PDF file
      QP.SaveToFile(AnsiString('D:\3D Office\Invoices\testoutput.pdf'));


Edited by mariovermeulen - 13 May 10 at 10:10AM
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: 13 May 10 at 3:53PM
Hi Mario!

Before calling the Save you need the following...

QP.SetNeedAppearances(1);
QP.SetFormFieldValueByTitle( FieldName, FieldValue );
nresult := QP.FindFormFieldByTitle(FieldName);
QP.UpdateAppearanceStream(nresult);

with this syntax the value was set,
you can see the value with any pdf-reader and
you can change the value again.

Cheers, Ingo


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