作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在开发一个 Android 应用程序,该应用程序使用cordova ionic lab 的pdf-make 插件将应用程序中输入的详细信息转换为pdf。
单击创建按钮时出现以下错误
Unrecognized document structure: {"style":"subheader","alignment":"right","_margin":[0,20,0,5]}
var dd = {
content: [
{ image: invoice.AddressTo.icon, style: 'subheader', alignment:'right'},
{ text: 'Service Order:' + invoice.AddressFrom.ServiceOrder, style: 'header', alignment: 'center' },
{ text: 'Customer Name:' + invoice.AddressFrom.CustomerName + ' '
+ 'Asset:' + invoice.AddressFrom.Asset },
{ text: 'Address:' + invoice.AddressFrom.Address },
{ text: ' '},
{
table:
{widths: ['*', '*', '*'],
body: [
[{text: 'Service Item'},{text: 'Status'},{text: 'Remarks'},],
[{text: invoice.AddressTo.s}, {text: invoice.AddressTo.c}, {text: invoice.AddressTo.r1},],
[{text: invoice.AddressTo.s2}, {text: invoice.AddressTo.c2}, {text: invoice.AddressTo.r2},],
[{text: invoice.AddressTo.s3}, {text: invoice.AddressTo.c3}, {text: invoice.AddressTo.r3},],
[{text: invoice.AddressTo.s4}, {text: invoice.AddressTo.c4}, {text: invoice.AddressTo.r4},],
[{text: invoice.AddressTo.s5}, {text: invoice.AddressTo.c5}, {text: invoice.AddressTo.r5},],
[{text: invoice.AddressTo.s6}, {text: invoice.AddressTo.c6}, {text: invoice.AddressTo.r6},],
]
}
// {
// body:[ [{text: 'Service Item' + ' '
// +'Status' + ' '
// + 'Remarks', style: 'subheader'}]]
},
{text:' '},
{text:' '},
{text:' '},
{text:' '},
{ text: 'Customer Feedback:' + invoice.AddressTo.CF, alignment: 'left' },
{text:'Customer Signature: ', style: 'subheader'},
{image: invoice.AddressTo.signc},
// { text: 'Engineer\'s Signature:'},
{text:'Engineer Signature: ', style: 'subheader'},
{image: invoice.AddressTo.signe},
// { text: 'Engineer\'s Signature:' + invoice.AddressTo.ES, alignment: 'left' },
{ text: 'Date:' + invoice.Date, alignment: 'right' },
],
styles: {
header: {
fontSize: 20,
bold: true,
margin: [0, 0, 0, 10],
alignment: 'right'
},
subheader: {
fontSize: 16,
bold: true,
margin: [0, 20, 0, 5]
},
itemsTable: {
margin: [0, 0, 0, 0]
},
itemsTableHeader: {
bold: true,
fontSize: 13,
color: 'black',
},
totalsTable: {
bold: true,
margin: [0, 0, 0, 0]
}
},
defaultStyle: {
}
}
return dd;
content: [
{ image: invoice.AddressTo.icon, style: 'subheader', alignment:'right'},
最佳答案
嗨,我也有这个问题,我猜是因为字符编码,尝试从您的文档中删除地址,看看它是否有效。我通过删除地址解决了这个问题,因为它以西里尔编码保存在我的数据库中。
此致
关于angularjs - 无法识别的文档结构 : {"style" :"subheader" ,"alignment" :"right" ,"_margin":[0, 20,0,5]},我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41263320/
.pageWidth { margin: 0 30px; min-width: 940px; _width: 976px; _margin: 0 auto; } 我是从一个网站的 CSS 文件中看到的
我正在开发一个 Android 应用程序,该应用程序使用cordova ionic lab 的pdf-make 插件将应用程序中输入的详细信息转换为pdf。 单击创建按钮时出现以下错误 Unrecog
我是一名优秀的程序员,十分优秀!