Skip to content

Instantly share code, notes, and snippets.

View rtalatian's full-sized avatar

R Talatian rtalatian

View GitHub Profile
@rtalatian
rtalatian / PdfService.cs
Last active July 7, 2022 21:32
Add row # and sub total Quantity in pdf invoice pdfservice.cs Nopcommerce Here is the original program code with little edit. The original code: https://github.com/neolee11/nopCommerce/blob/master/Libraries/Nop.Services/Common/PdfService.cs
[b]//Add row # and sub total Quantity in pdf invoice pdfservice.cs
//Here is the original program code with little edit[/b]
// RTL Support provided by Credo inc (www.credo.co.il || info@credo.co.il)
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;