this post was submitted on 11 May 2026
590 points (98.7% liked)

me_irl

7691 readers
2045 users here now

All posts need to have the same title: me_irl it is allowed to use an emoji instead of the underscore _

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] toynbee@piefed.social 51 points 1 week ago* (last edited 1 week ago) (4 children)

So many times in my early career, recruiters specified that my resume had to be in .doc rather than .pdf. One of them even said that it was so they could remove any identifying factors before sending it to their clients.

I wish I'd been canny enough to recognize that as a red flag.

edit: I've since written a script to generate a pdf resume from a yaml file. Good luck with that, recruiters!

[–] a_non_monotonic_function@lemmy.world 0 points 5 days ago (1 children)

edit: I've since written a script to generate a pdf resume from a yaml file. Good luck with that, recruiters!

I just use LaTeX.

[–] toynbee@piefed.social 1 points 5 days ago

Nothing wrong with that!

[–] Pieisawesome@lemmy.dbzer0.com 13 points 1 week ago (1 children)

3rd party recruiters do this to try and lure clients (organizations that are hiring) in. They also do it to pretend you already work at the consulting firm (if the recruiter is for the consulting firm) and other shady stuff.

You are probably better off not working with someone who is editing your resume.

Higher quality 3rd party recruiters don’t do this stuff.

It’s bests to stick with pdfs

[–] toynbee@piefed.social 7 points 1 week ago

Oh, I know.

Now.

[–] Ziglin@lemmy.world 11 points 1 week ago (2 children)

But how do I render my LaTeX to a word document?

[–] Hackerman@discuss.tchncs.de 2 points 6 days ago

Not sure whether this actually works, but I'd probably try pandoc first.

[–] swab148@lemmy.dbzer0.com 12 points 1 week ago (1 children)
  1. Print out the LaTeX

  2. Scan the printed file back in and save as a PDF

  3. Export the PDF to a .png

  4. Import the .png to Word

  5. ?????

  6. Profit

[–] sanpo@sopuli.xyz 2 points 6 days ago

You joke, but people do that.

I've received, more than once, a screenshot embedded in an Excel file...

[–] fleem@piefed.zeromedia.vip 7 points 1 week ago (1 children)
[–] toynbee@piefed.social 1 points 1 week ago

I had it stored on a git VM I've long since deleted, but it wasn't complex. If you're genuinely interested, I would be happy to collaborate with you.