Hi,
So, here are my samples.
You’ll find :
- 2 Classes (Resume.cs and Tool.cs)
- Xml Template (Template4Aspose.xml)
- Result with release 7.0.0 (r7_0.pdf) (.net framwork 4.0)
- Result with release 7.7.0 (r7_7.pdf) (.net framwork 4.0)
To start i used :
var license = new Aspose.Pdf.License();
license.SetLicense(“Aspose.Total.lic”);
var pdf = new Pdf { IsTruetypeFontMapCached = false };
pdf.BindXML(“Template4Aspose.xml”, null);
AsposeTests.Resume.Bind(pdf);
pdf.Save(“Template4Aspose.pdf”);
So, You’ll find 2 issues :
First, the border not appearing with v7.7.
Second, the generate file size is null.
I observe that :
There is two rows in my template : ID = HORS_FORFAIT_TITLE and ID = AU_DELA_TITLE
When you switch those two ID, that fix the size issue (if AU_DELA_TITLE first => pb)