невозможно применить float во встроенном css iTextSharp
#itext Вопрос: Я пытаюсь создать отчет из HTML в pdf с помощью iTextSharp. var logoPath = Server.MapPath("~/Img/pricelist-logo.jpg"); var user = ApplicationService.UserRepository.GetById(Utility.GetInt(HttpContext.User.Identity.Name)); var materials = MaterialService.MaterialRepository.PriceListReportMaterials(priceListId); var priceList = MaterialService.PriceListRepository.GetById(priceListId); StringBuilder…