Print Page | Close Window

Extract text Debenu for Linux PHP

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=3831
Printed Date: 20 Apr 24 at 8:55AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Extract text Debenu for Linux PHP
Posted By: spiguet
Subject: Extract text Debenu for Linux PHP
Date Posted: 29 Jul 20 at 3:30PM
Hi,

I have a extract problem with Debenu for LINUX PHP, some PDF not all, the job of Extract function dosent work.

The PDF that not work to extract process, are compressed!

Thanks,

Sébastien.



Replies:
Posted By: Ingo
Date Posted: 30 Jul 20 at 8:33PM
Sebastien...

think you mean encrypted?
So you should decrypt right after Load.
Here's a short sample in Delphi which always work with any correct pdf-documents:
// --> You have to insert your unlock, too ;-)
// . .  .
   QP := TDebenuPDFLibrary1611.Create;
   try
      QP.LoadFromFile(Edit1.Text, '');

      If ( QP.EncryptionStatus > 0 ) Then
         QP.Decrypt;
// . . .

Cheers and welcome here,
Ingo



-------------
Cheers,
Ingo




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk