Quote:
Originally Posted by Joseph Nardone
Thanks. I am working in a field where I can not modify the PDF's in any way after I receive them from the client so I need to specify the type of PDF ahead of time in a way that a less-computer-savy person can understand.
As long as they are not scanned PDF's I am probably fine but what nobody I asked seems to know is what you call a not-scanned PDF. A "regular" pdf?
I might be better off specifying a maximum size per page for the the PDF - like 20K per page for black & white text.
|
Hah! The problem you face is that most non-technical people have no idea whether their PDF is scanned or not. They just see text, and therefore it's a PDF document.
I don't think you'll be able to specify a size per page, because you could have a huge PDF file, but each page can be quite small - they just happen to reference a gigantic image in the file somewhere. And do PDF creation apps even have a metric for page size in bytes?
You could write a little app that rattles through the file and makes sure there's some actual text content in it so you could reject it ahead of time? That would be quite simple to do, although I'm not sure if it solves your problem....