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 > General Discussion
  New Posts New Posts RSS Feed - problem using iSED.dll
  FAQ FAQ  Forum Search   Register Register  Login Login

problem using iSED.dll

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


Joined: 14 Apr 07
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgbalaji Quote  Post ReplyReply Direct Link To This Post Topic: problem using iSED.dll
    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...
Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 15 Apr 07 at 4:52PM
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
Back to Top
mgbalaji View Drop Down
Beginner
Beginner


Joined: 14 Apr 07
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgbalaji Quote  Post ReplyReply Direct Link To This Post Posted: 16 Apr 07 at 9:45AM
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...

    
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