Skip to content

Instantly share code, notes, and snippets.

View anneviliu's full-sized avatar
:shipit:
Focusing

Annevi anneviliu

:shipit:
Focusing
View GitHub Profile
@anneviliu
anneviliu / πŸ“Š Weekly development breakdown
Last active April 4, 2021 00:01
πŸ“Š Weekly development breakdown
Go πŸ•“ 12m β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ100.0%
@anneviliu
anneviliu / ppt2pdf.ps1
Created June 23, 2020 15:05 — forked from mp4096/ppt2pdf.ps1
Batch convert PowerPoint files to PDF
# Batch convert all .ppt/.pptx files encountered in folder and all its subfolders
# The produced PDF files are stored in the invocation folder
#
# Adapted from http://stackoverflow.com/questions/16534292/basic-powershell-batch-convert-word-docx-to-pdf
# Thanks to MFT, takabanana, ComFreek
#
# If PowerShell exits with an error, check if unsigned scripts are allowed in your system.
# You can allow them by calling PowerShell as an Administrator and typing
# ```
# Set-ExecutionPolicy Unrestricted