SOA 2.0接口 Function GetDepartmentCode(reqDeptCode) Dim soaRequestXML : soaRequestXML = "" Dim strCustomerSOAServer : strCustomerSOAServer = "www.td.com" soaRequestXML ="<?xml version=""1.0"" encoding="&q…
宋体是这样写的:SimSun原先以为是:宋体 先定义字体,在PDF中无法设置,这个找了很久,原来是使用:FontRepository.FindFont方式,这个坑了很久,很多都说是setFont,压根找不到这个方法 Dim font As Aspose.Pdf.Text.Font = Aspose.Pdf.Text.FontRepository.FindFont("SimSun") 'Arial SimSun 以下是案例: Dim arrTable As Aspose.Pdf.Tabl…