This price is for resource organization, does not provide any technical support, and does not include installation. Don’t buy it if you are new to it!
The source code is only for research and learning code, illegal and commercial purposes are strictly prohibited! If you need commercial use, please purchase the official source code!
Only suitable for veterans and technical masters! No refunds will be given after shipment!
Spire.License.dll and Spire.Pdf.dll Download
The latest 5.1 will have a watermark. This version is available without watermark.
PdfDocument document = new PdfDocument("source file name");
var rm_page = _document.Pages.Add();
//Other business logic
_document.Pages.Remove(rm_page);
_document.SaveToFile("Target file name");
There will be no watermark when saved this way.