• Katana314@lemmy.world
    link
    fedilink
    English
    arrow-up
    22
    ·
    27 days ago

    One time a very large, very important word file had a phantom page break that couldn’t be selected, and didn’t go away with backspace/delete.

    I ended up opening the raw content of the docs to rip out the offender. Docx files are zip files with lots of XML data inside; I was eventually able to find the bit between the two paragraphs where the break was happening, and deleted it in notepad.

    Pretty much done doing that type of task in Word now. Heck, I’ll do large documents in Markdown editors.