PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV (précédentes versions) → PDF file search
PDF file search
Débuté par Sreekanth, 09 déc. 2010 11:37 - 2 réponses
Posté le 09 décembre 2010 - 11:37
Hello,

I have a technical issue in WINDEV. I want to save PDF files using windev. Also I need to search for a specific word in that saved PDF. which version of WINDEV support this functionality? If any body knows please help me.
Posté le 09 décembre 2010 - 14:34
Hi Sreekanth

unfortunately, the problem is not as simple as that... There are PDFs,
and then there are PDFs... Some of them are readable, some are locked,
protected...

So, just in the case of the not protected, simple PDF, you can use
PDFToText to extract and search the text of your pdf...

As for saving PDF files, in windev, you can do that by printing with PDf
as the target.

As for the windev version, I do know that current one (ie 15) supports
this, but I couldn't say when these functions appeared

Best regards


--
Fabrice Harari
Consultant WinDev, WebDev et WinDev Mobile International

Plus d'information sur http://fabriceharari.com/index_FR.html


On 09/12/2010 05:37, Sreekanth wrote:
Hello,

I have a technical issue in WINDEV. I want to save PDF files using windev. Also I need to search for a specific word in that saved PDF. which version of WINDEV support this functionality? If any body knows please help me.
Posté le 10 décembre 2010 - 09:46
Hi Fabrice,

Thanks for your immediate reply.

Thanks & Regards
Sreekanth