Remove all Images from a Pdf in Python

I had a PDF file with certain images that I wanted to remove and keep only the text portion. There was no program that could do this for me quickly, so I wrote a Python script to do just that, using the awesome pikepdf. First Install pikepdf using pip And then run the following code.Using …

Remove all Images from a Pdf in Python Read More »

Office 365 Mail sending problem with Thunderbird

Problem: SMTP settings of office365 don’t work with Thunderbird. POP and SMTP work so you can receive emails but sending doesn’t work.Resolution: You need to disable the smtpautorization. First Install the exchange online management module in an elevated power shell running this command Then import the module Now you can connect with your account online …

Office 365 Mail sending problem with Thunderbird Read More »

Lexmark “Flushing Buffer” on PDF

Error: You print a PDF document on your Lexmark Printer ( MS317DN in my case which is based on best selling MS320) , and get a message “Flushing Buffer” on the LCD Screen. Quick Resolution : Print the Document as ” Print as Image” This is caused mostly by corrupt or incompatible PS settings in …

Lexmark “Flushing Buffer” on PDF Read More »

Discord trick or treat bot

Alright, so my daughter got hooked on to this Trick or Treat craziness on Discord, and honestly I also found it amusing. Not to cheat, I wanted to see if I could write a script in python to quickly help me type and get ahead of anyone. It worked ! 10 Minutes of Scripting and …

Discord trick or treat bot Read More »

Thunderbird Embed Image in Email Signature

Even in 2020 today, emails remain the primary mean of external communication ( at least in my organization). Email signature in such case becomes a powerful marketing channel which you can use to display your Vendor partnership and other marketing communication apart from the usual contact information Images need to be included, and thats where …

Thunderbird Embed Image in Email Signature Read More »