BFO (Big Faceless Organisation) develop Java PDF business to business software. Their tools support PDF manipulation including PDF & PDF/A creation, xml to pdf conversion, bitmap conversion and text extraction.
Questions tagged [bfo]
37 questions
0
votes
1 answer
Accessing the value of a specific index of a list for use in an IF statement (Freemarker)
I am attempting to access the value of the current index of the list object dfeNumber, check if it is the first instance of this number, and add a visual break. I have never worked in Freemarker before (primarily the surrounding css), and have…

MISMajorDeveloperAnyways
- 1,359
- 3
- 14
- 20
0
votes
1 answer
IF Statement with Number Range on Netsuite PDF/HTML Template
I need to specify default shipping method, for when none is provided on the entry form in Netsuite. For various reasons I have to do this within the PDF/HTML template.
This is the code I have so far, but it doesn't seem to work;
<#function toNumber…

Simon G
- 217
- 8
- 24
0
votes
1 answer
Sublist in Netsuite PDF/HTML Template
I have a credit memo template for which I want to include what invoices this credit has been applied to (This information is in a sublist on the record under ITEM > Apply )
I currently have the below code in the template, which only seems to show…

Simon G
- 217
- 8
- 24
0
votes
1 answer
Code: USER_ERROR Details: Error Parsing XML: 0x5)
I have a problem with this error. Can anyone explain what this means?
Code: USER_ERROR
Details: Error Parsing XML: 0x5) was found in the element content of the document.

Rodel
- 29
- 5
0
votes
2 answers
Netsuite PDF Templating: get number of pages as attribute
I am templating pdfs in Netsuite using freemarker and I want to display the footer only on the last page. I have been doing some research, but couldn't find a solution (since looks like the environment does not allow me to include or import libs),…

Pablo Lammel
- 187
- 1
- 4
- 13
0
votes
0 answers
Freemarker : Paginate merged PDFs
I'm currently merging PDF files generated through freemarker in the following way :
var xml = '';
xml += '\n';
xml += '';
xml +=…

Simon Corcos
- 962
- 14
- 31
-2
votes
1 answer
NetSuite Advanced PDF > Display items in a Grid format:
Sorry for being such a newbie as I haven't really tried this before. If this is already answered before, can you please provide the link so I can review it? Here's pretty much what I'd like to accomplish:
enter image description here
I tried to…

Joseph GelliWelli
- 11
- 2