PDFs are absolutely editable, but usually you need paid application for that. Thanks to some dumbassery in my previous job, I had to use the paid version of Adobe because I regularly had to edit PDFs. There are some security options that can make PDFs more challenging to edit, even with the paid tools, but I’ve always found ways around those too, usually by simply using “Print to PDF”, then editing the output file.
Oh sweet! I just did a super quick test on a random file and it definitely handled my very basic editing tasks easily, and the new PDF lets me copy/paste text from it the way I’d expect it to. Thanks!
If you’re applying somewhere that’s annotating the file instead of printing it out and writing on it in pen, they should be able to buy an enterprise license for some PDF editor or other. Or the knowledge to find a free PDF editor somewhere.
Isn’t is possible to send a Word doc in read only mode? I’ve been sending mine PDF as I search recently but some companies do require a docx or at least have in the past
CREATETABLE Resume (
Field VARCHAR(255) PRIMARY KEY,
ValueVARCHAR(255)
);
INSERTINTO Resume (Field, Value) VALUES
('Experience_1_Title', ''),
('Experience_1_Company', ''),
('Experience_1_Years', ''),
('Experience_1_Description', '.'),
('Experience_2_Title', ''),
('Experience_2_Company', ''),
('Experience_2_Years', ''),
('Experience_2_Description', '.'),
('Skills_1', ''),
('Skills_2', ''),
('Skills_3', ''),
('Skills_4', ''),
('Education_Degree', ''),
('Education_Years', '),
('References', '');
SELECT Field, Value FROM Resume;
-- Bonus Query: Show my most "impressive" skill
SELECT Value FROM Resume WHERE Field = 'Skills_1';
-- Another Bonus: My career trajectory
SELECT Field, Value FROM Resume WHERE Field LIKE 'Experience%';`___`
And I reject their job offers. When I think at how much time I have to write justification of my work in some kind of numerical format, I won’t want to be dealing with he standard of someone who doesn’t know the different of a working document and finish content to be send to the world.
I’m privileged enough to be able to screen out big red flags out and not needed to find rapidly the next paycheck at the cost of my mental and physical health and I must use that privilege.
If you send your resume in word format and not pdf or even image, I did not open it at all.
I’ve had recruiters reject anything that isn’t in word format.
That’s because they can easily edit it or change it before sending it out
That’s why pdf, it has annotation feature while being not editable.
PDFs are absolutely editable, but usually you need paid application for that. Thanks to some dumbassery in my previous job, I had to use the paid version of Adobe because I regularly had to edit PDFs. There are some security options that can make PDFs more challenging to edit, even with the paid tools, but I’ve always found ways around those too, usually by simply using “Print to PDF”, then editing the output file.
I think you can open PDFs in libreoffice and edit them, although you have to manually reexport as pdf when you’re done
Oh sweet! I just did a super quick test on a random file and it definitely handled my very basic editing tasks easily, and the new PDF lets me copy/paste text from it the way I’d expect it to. Thanks!
Okular also supports pdf editing.
If you’re applying somewhere that’s annotating the file instead of printing it out and writing on it in pen, they should be able to buy an enterprise license for some PDF editor or other. Or the knowledge to find a free PDF editor somewhere.
Okular has annotations and signing
Inkscape can let you edit evrything
Yes, you can. But it’s not made for that and you shouldn’t. And is that process lossless?
Isn’t is possible to send a Word doc in read only mode? I’ve been sending mine PDF as I search recently but some companies do require a docx or at least have in the past
Dunno. Maybe there’s a flag and the other side uses MS office too, follows that flag. But at least keep a copy, if you send as docx.
I’ve had recruiters ask for TXT format, which honestly was awesome.
Resumes in JSON when?
“Whats this gap in your resume?”
“Syntax error”
I see for past experience you put :
CREATE TABLE Resume ( Field VARCHAR(255) PRIMARY KEY, Value VARCHAR(255) ); INSERT INTO Resume (Field, Value) VALUES ('Experience_1_Title', ''), ('Experience_1_Company', ''), ('Experience_1_Years', ''), ('Experience_1_Description', '.'), ('Experience_2_Title', ''), ('Experience_2_Company', ''), ('Experience_2_Years', ''), ('Experience_2_Description', '.'), ('Skills_1', ''), ('Skills_2', ''), ('Skills_3', ''), ('Skills_4', ''), ('Education_Degree', ''), ('Education_Years', '), ('References', ''); SELECT Field, Value FROM Resume; -- Bonus Query: Show my most "impressive" skill SELECT Value FROM Resume WHERE Field = 'Skills_1'; -- Another Bonus: My career trajectory SELECT Field, Value FROM Resume WHERE Field LIKE 'Experience%';`___`
Did you put some BBS-style ansi art in there?
greetz in the resume!! hell yeah
And I reject their job offers. When I think at how much time I have to write justification of my work in some kind of numerical format, I won’t want to be dealing with he standard of someone who doesn’t know the different of a working document and finish content to be send to the world.
I’m privileged enough to be able to screen out big red flags out and not needed to find rapidly the next paycheck at the cost of my mental and physical health and I must use that privilege.
Image?
He’s a gif of my CV, just pause it to read the pages
You have no idea what crazy idea people in the communication field have implemented in CV.
Exactly.
Even if everything is in order, I def assume a lower digital literacy.