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!
problem using iSED.dll |
Post Reply |
Author | |
mgbalaji
Beginner Joined: 14 Apr 07 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 14 Apr 07 at 3:25AM |
Hi,
I am new to this forum. Currently i am developing one tool using VB. I am using iSED.dll (v4.41) in this tool. I have registered this dll. But I dont know how to use. Please show sample codes (open the existing pdf file and search the text) to use this dll in VB. Thanks... |
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Hi MG!
You can use our last dll (5.21 or 5.22) here from our download-section with your licence key - you'll avoid few bugs ;-) Here a short example (in Delphi): QP := TiSEDQuickPDF.Create; try QP.UnlockKey('MyLicenceKey'); QP.LoadFromFile(Edit1.text); If QP.Encrypted > 0 Then QP.Unencrypt; x := QP.PageCount; STR := ''; for i := 1 to x Do begin QP.SelectPage(i); QP.CombineLayers; STR := QP.GetPageText(0); // now you should do anything with the text ... ;-) end; finally QP.Free; end; Best regards, Ingo BTW: Here in the forum are a lot of code snippets. Use the search function (above in the menu) ... Edited by Ingo - 15 Apr 07 at 4:56PM |
|
mgbalaji
Beginner Joined: 14 Apr 07 Status: Offline Points: 5 |
Post Options
Thanks(0)
|
Hi Ingo,
Thanks for ur reply. This iSED.dll v4.41 were used some other tools in our company. So if i register the new version means will it affact the older tools?. Also u have given the example in Delphi. But i dont know about delphi. So u will give this same as in VB means this will help me. Thanks... |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store