PHP Classes

Discard pdf files

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  Discard pdf files  >  (Un) Subscribe thread alerts  
Subject:Discard pdf files
Summary:Need to discard pdf files
Messages:4
Author:Juan Alvarez
Date:2016-08-07 15:11:15
 

  1. Discard pdf files   Reply   Report abuse  
Picture of Juan Alvarez Juan Alvarez - 2016-08-07 15:11:15
I would like to not parse pdf files in the message.

And ignore them.

Is this posible ?

Regards, Juan

  2. Re: Discard pdf files   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2016-08-07 21:38:05 - In reply to message 1 from Juan Alvarez
Currently there is no way of skip specific files. I could add that feature, but why you need that?

  3. Re: Discard pdf files   Reply   Report abuse  
Picture of Juan Alvarez Juan Alvarez - 2016-08-08 22:12:03 - In reply to message 2 from Manuel Lemos
Hi Manuel, thanks for this excelent class.

I read the emails in automated way.

I only need to read xml files.

And sometimes if someone send me a pdf, my process would not read the pdf file and not process it.

Regards, Juan

  4. Re: Discard pdf files   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2016-08-09 01:15:39 - In reply to message 3 from Juan Alvarez
Well, the class to skip any files you want but the parser itself would still have to parse the files even if you do not want them.

Would it still be worth having something to skip any files and not return them as strings or files?