'.NET Core - Select.Pdf append existing pdf
I'm using Select.PDF in my .NET Core API.
I want to append an existing PDF to my generated PDF.
I was looking to docs and I found that PdfDocument can be initilizated by String Path.
Here:
https://selectpdf.com/docs/T_SelectPdf_PdfDocument.htm
But, I only have access to this one ctor:
https://selectpdf.com/html-to-pdf/docs/html/T_SelectPdf_PdfDocument.htm
This is because I'm using Select.PDF.NetCore? I can't use the other one.
Anyone help?
Solution 1:[1]
You can merge the new PDF file with the previous PDF file to meet your needs.
I find sample code in official site, hope it will help you. And you can click the button in this page.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jason |

