11-02-2023, 02:27 PM
1. Go to NuGet and search for pdf.
2. Click for example PDFsharp and copy the PM text. Also look at Frameworks (must support .NET 6), License (MIT means it's free), Source repository (isn't it abandoned etc).
3. In LA open the NuGet tool, paste, click Install. Wait, click Add /*/. Close the tool.
4. Now you can use the library in current script. Press Ctrl+Space and you'll find PdfSharp.
If need examples and other info, in the NuGet page click link "Project website" or "Source repository". Also google.
2. Click for example PDFsharp and copy the PM text. Also look at Frameworks (must support .NET 6), License (MIT means it's free), Source repository (isn't it abandoned etc).
3. In LA open the NuGet tool, paste, click Install. Wait, click Add /*/. Close the tool.
4. Now you can use the library in current script. Press Ctrl+Space and you'll find PdfSharp.
If need examples and other info, in the NuGet page click link "Project website" or "Source repository". Also google.

Possible to get pdf page count?