From f0973ed73e7d8b516f63a35a63b42754c64a54e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elif=20Ko=C5=9Far?= <127013506+Elf-kosar@users.noreply.github.com> Date: Sat, 19 Jul 2025 19:58:07 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 343480ce0..eb8b257d8 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,8 @@ Files **Code Snippet Manager** - Another utility program that allows coders to put in functions, classes or other tidbits to save for use later. Organized by the type of snippet or language the coder can quickly look up code. *Optional: For extra practice try adding syntax highlighting based on the language.* +**PDF-to-Image Converter** - This project allows converting selected PDF files page by page into PNG format and saving them.* + Databases --------- From c3d2858fd79e0f8439c0c7dfc19ee6d972ce057e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elif=20Ko=C5=9Far?= <127013506+Elf-kosar@users.noreply.github.com> Date: Sat, 19 Jul 2025 20:03:35 +0300 Subject: [PATCH 2/2] Update README.md Add PDF-to-Image project to Files category --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb8b257d8..2db5e826c 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ Files **Code Snippet Manager** - Another utility program that allows coders to put in functions, classes or other tidbits to save for use later. Organized by the type of snippet or language the coder can quickly look up code. *Optional: For extra practice try adding syntax highlighting based on the language.* -**PDF-to-Image Converter** - This project allows converting selected PDF files page by page into PNG format and saving them.* +**PDF-to-Image Converter** - This project allows converting selected PDF files page by page into PNG format and saving them. Databases