From dfbf0c3bf829a337baed1d247a8268463f382092 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Tue, 16 Jul 2024 13:14:02 -0500 Subject: [PATCH 1/3] Add license activation instructions to README file --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7991b2b..a80b2b2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ PDF2IMG enables users to convert PDF documents to image files, such as JPEG, PNG ## ***Building and Running Samples*** Samples can be built and run easily in an IDE such as Visual Studio 2022. -1. Open the sample .csproj file in Visual Studio 2022. -2. Install the PDF2IMG.LM.NET NuGet package with Visual Studio. You can do this by navigating to Tools > NuGet Package Manager > Manage NuGet Packages for Solution. Then, search for the PDF2IMG.LM.NET package and install. -3. Run the sample with Visual Studio. +1. Open the sample's .csproj file in Visual Studio 2022. +2. Install the **PDF2IMG.LM.NET** NuGet package with Visual Studio. You can do this by navigating to **Tools** > **NuGet Package Manager** > **Manage NuGet Packages for Solution**. Then, search for the **PDF2IMG.LM.NET** package and install. +3. Obtain a license activation key from our website: https://www.datalogics.com/convert-pdfs-to-images. Click on the **Free Trial** button and fill out the form to get your activation key. +4. Run the sample with Visual Studio. You will get a prompt to enter the activation key you obtained in the previous step. From 0937ff9ab774eaa438d737a5b2d2e9dd9e2a9a5b Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Wed, 17 Jul 2024 11:38:10 -0500 Subject: [PATCH 2/3] Update URL for PDF2IMG activation keys --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a80b2b2..79da216 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ Samples can be built and run easily in an IDE such as Visual Studio 2022. 1. Open the sample's .csproj file in Visual Studio 2022. 2. Install the **PDF2IMG.LM.NET** NuGet package with Visual Studio. You can do this by navigating to **Tools** > **NuGet Package Manager** > **Manage NuGet Packages for Solution**. Then, search for the **PDF2IMG.LM.NET** package and install. -3. Obtain a license activation key from our website: https://www.datalogics.com/convert-pdfs-to-images. Click on the **Free Trial** button and fill out the form to get your activation key. +3. Obtain a license activation key from our website: https://www.datalogics.com/pdf2img-free-trial. 4. Run the sample with Visual Studio. You will get a prompt to enter the activation key you obtained in the previous step. From ea0df27490de603e1ac23d801d6804e5e75debd5 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Thu, 18 Jul 2024 10:17:40 -0500 Subject: [PATCH 3/3] Revise instructions for running samples --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79da216..bd378c9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,5 @@ PDF2IMG enables users to convert PDF documents to image files, such as JPEG, PNG Samples can be built and run easily in an IDE such as Visual Studio 2022. 1. Open the sample's .csproj file in Visual Studio 2022. -2. Install the **PDF2IMG.LM.NET** NuGet package with Visual Studio. You can do this by navigating to **Tools** > **NuGet Package Manager** > **Manage NuGet Packages for Solution**. Then, search for the **PDF2IMG.LM.NET** package and install. -3. Obtain a license activation key from our website: https://www.datalogics.com/pdf2img-free-trial. -4. Run the sample with Visual Studio. You will get a prompt to enter the activation key you obtained in the previous step. +2. Obtain a license activation key from our website: https://www.datalogics.com/pdf2img-free-trial. +3. Run the sample with Visual Studio. You will get a prompt to enter the activation key you obtained in the previous step.