Hacker News new | ask | show | jobs
by Adamantcheese 2608 days ago
I feel you're missing my point here. A PDF is bad for the specific case of inputting a resumé into an applicant tracking system, due to the myriad of things that could go wrong without notifying the applicant of any error, discarding their application without a second glance by a human. A Word document makes the likelihood of system discard due to error much smaller. A docx file is just a zipped file, which contains a document.xml that can be easily read by any regular text editor. It's got all the style information in it, but it's at least more easily computer parseable than a PDF. A doc file is also just a zipped file, with a WordDocument file inside. It can also be read by any regular text editor, but it's got some binary garbage around it. Still more easily parseable than a PDF.