Bunanuhs t1_j57qgrq wrote on January 20, 2023 at 11:59 PM Reply to comment by CapnHanSolo in LPT: You can use your browser's URL bar to get rid of line breaks when copy/pasting from a PDF. by Vievin You use the replace function and replace "^p" with a single space. Permalink Parent 5
Bunanuhs t1_j57qgrq wrote
Reply to comment by CapnHanSolo in LPT: You can use your browser's URL bar to get rid of line breaks when copy/pasting from a PDF. by Vievin
You use the replace function and replace "^p" with a single space.