PDF生成器支持嵌套表格、分页和自定义字体的应用
发布时间
阅读量:
阅读量
using System;
using System.Collections.Generic;
using System.Text;
using iTextSharp.text;
using iTextSharp.text.pdf;
using PdfModel = Supplier.Model.PdfModel;
using PackingDetailModel = Supplier.Model.PackingDetailModel;
using GatherNumberModel = Supplier.Model.GatherNumberModel;
namespace Supplier.Common
{
public sealed class GeneratePDF
{
public static void GenerateMainTable(PdfModel pdf, GatherNumberModel gatherNumber, Document document, string[] viaTypeArray, IList<string> dataList, IList<Pack
全部评论 (0)
还没有任何评论哟~
