Semi-related tip: I despise protected pdfs with a passion. Especially when you download a datasheet and you can't add annotations or highlights to it. So, how to remove this protection? One way is to print to postscript and convert back to pdf, but then you can't copy text from it. Here's how (on windows): download qpdf ( http://qpdf.sourceforge.net/ ) and run qpdf.exe -decrypt encrypted.pdf woho.pdf I made a small b…
Manafort Left an Incriminating Paper Trail Converting PDFs to Word
191–200 of 238 posts
Re: Manafort Left an Incriminating Paper Trail Converting PDFs to Word
#192Semi-related tip: I despise protected pdfs with a passion. Especially when you download a datasheet and you can't add annotations or highlights to it. So, how to remove this protection? One way is to print to postscript and convert back to pdf, but then you can't copy text from it. Here's how (on windows): download qpdf ( http://qpdf.sourceforge.net/ ) and run qpdf.exe -decrypt encrypted.pdf woho.pdf I made a small b…
If you use the following GhostScript command it's still possible to select the text in the unprotected PDF.
"%ProgramFiles%\gs\gs9.22\bin\gswin64c.exe" -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sFONTPATH=%windir%/fonts;xfonts;. -sPDFPassword= -dPDFSETTINGS=/prepress -dPassThroughJPEGImages=true -sOutputFile=Unprotected.pdf Protected.pdfRe: Manafort Left an Incriminating Paper Trail Converting PDFs to Word
#193For people thinking that he should have known better on a technical basis, maybe but remember that during the time in question he was a 64-68 year old man (= graduated college around the time Unix was being rewritten in C) who's never worked in a technical field. By the time most of these capabilities existed Manafort had been management/executive for years or decades. That's not to say that he couldn't have learned…
Not sending a written paper trail should be covered in Criminal Surivial Strategies 101. Whether it's telegraph, snail mail, email or WhatsApp, this is just sloppy criminal work. For example Steven Cohen avoided an insider trading conviction by making sure nothing bad ever had his name on it. If you needed to discuss something secret, you talked to him in person. Background: https://www.google.com/amp/s/amp.ft.com/co…
Re: Manafort Left an Incriminating Paper Trail Converting PDFs to Word
#194Semi-related tip: I despise protected pdfs with a passion. Especially when you download a datasheet and you can't add annotations or highlights to it. So, how to remove this protection? One way is to print to postscript and convert back to pdf, but then you can't copy text from it. Here's how (on windows): download qpdf ( http://qpdf.sourceforge.net/ ) and run qpdf.exe -decrypt encrypted.pdf woho.pdf I made a small b…
If you're on a Mac, just open the PDF in Preview and then Save As to a different file name. This gives you a PDF visually identical to the original (with TOC, selectable text, etc) but with no protection.
Re: Manafort Left an Incriminating Paper Trail Converting PDFs to Word
#195Earlier quoted context omitted.
People pass on the right because people block the passing lane. It shouldn’t be possible in most cases to pass on the right.
Rant: I see this in the Bay Area all the time. On many freeways, the fast lane is also the carpool/HOV lane, at least during high-traffic times. The idea is that the government wants to encourage carpooling and/or low-emissions vehicles, therefore restricting the fast lane to such people would encourage such things. But I often see people get in the fast lane not because they want to go faster than the adjacent lane,…
Re: Manafort Left an Incriminating Paper Trail Converting PDFs to Word
#196Earlier quoted context omitted.
Buffet's quote applies to non-criminals as well.
"The average professional in this country wakes up in the morning, goes to work, comes home, eats dinner, and then goes to sleep, unaware that he or she has likely committed several federal crimes that day. Why?" Three Felonies a Day http://www.harveysilverglate.com/books/
Harvey Silverglate's claims are like the Hot Coffee case. It makes for a good sound byte but when you actually look into the details the truth is the exact opposite of what was claimed.
Re: Manafort Left an Incriminating Paper Trail Converting PDFs to Word
#197Earlier quoted context omitted.
Different context but Buffett's quote “If a cop follows you for 500 miles, you’re going to get a ticket,” applies here. If you are a criminal you don't violate only one law. You tend to violate multiple laws and at some point you are going to be sloppy.
well, i don't know the context of buffett's quote, what he meant, but i can say with confidence that in the US, even the most upstanding citizen breaks several laws per day. speed limits, imperfect stops, improper turns from a stop, unsafe lane change, following too closely, breaking too fast... The problem with a lot of these is the definitions contain imprecise terms subject to an officers whims of interpretation.…
Re: Manafort Left an Incriminating Paper Trail Converting PDFs to Word
#198Earlier quoted context omitted.
I always find it hard to trust free. Even with T&Cs/ToS/Privacy, if I'm not paying for it, I feel that its all lies. Combine that with a site that looks like that, and I'm assuming my PDF will have a virus attached to it.
I don't pay anything to use HackerNews. How much do you pay?
Re: Manafort Left an Incriminating Paper Trail Converting PDFs to Word
#199Earlier quoted context omitted.
And just to be overly clear, the quote does not generalize to: "If the FBI watches you for 500 days, you're going to get charged with money laundering and conspiracy to defraud the United States".
If the FBI watches you for 500 days, they will either find something to charge you with, or they will entrap you into doing something they can charge you with, because their budget does not include as much money for "pointless investigations of innocent people" as it does for "nailing guilty-looking people to the wall, and making the agency look good in the press".
[1] https://reason.com/archives/2018/02/08/donald-trump-shouldnt...
-- edit - I realized the URL might make it look like a slanted political article, but it's more about the law than it is about politics. The article author is the same guy that runs the Popehat website.
Re: Manafort Left an Incriminating Paper Trail Converting PDFs to Word
#200Earlier quoted context omitted.
> I despise protected pdfs with a passion When I want to "protect" a PDF, I print it as a TIFF and then PDF that document. It's less "protecting" than "making it difficult to alter or copy-paste from," but it works. (Also good for ensuring your redaction blobs can't be moved.)
Why use TIFF? It supports layers, so I'm not sure it'd guarantee that redaction blobs are effective.