Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

windowsMergePDF

Python program; created using AI assistance.

.exe file in releases

To add to context menu via "Send To": To add the executable to the "Send To" menu:

  • Open File Explorer and type shell:sendto in the address bar, then press Enter. This will open the "Send To" folder.
  • Create a Shortcut:
    • Right-click inside the "Send To" folder and select New > Shortcut.
    • Browse to the location of the executable and select to.

To add to context menu via registry editor (only select one file then add the rest later when reordering)

  • Open the Registry Editor (regedit).
  • Navigate to HKEY_CLASSES_ROOT\*\shell.
  • Create a new key named Merge PDFs.
  • Inside the Merge PDFs key, create another key named command.
  • Set the command key's default value to the path of your executable with %1 as an argument placeholder. For example, if your executable is located at C:\Scripts\merge_pdfs.exe:
C:\Scripts\merge_pdfs.exe "%1" output.pdf

About

Created using AI assistance; not meant to be something to showcase my skills but just as a handy tool if needed

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages