Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
nlapiXMLToPDF and sizes
Dear Readers, I have a strange issue and hope someone can help me.
We use nlapiXMLToPDF for a while now and it works like a charm, but now I have a problem with a new project.
You can set up a pagesize like this: body {size:A4}
So the size should be 210x297mm but when I create a simple test and try to print a square in the middle for example 70x70mm it doesnt print it as a square. The width is 70 but the height is 73
And when I set the pagesize like this: body {width:210mm; height:297mm;}
0