Questions tagged [bfo]

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.

37 questions
1
vote
1 answer

Calculate the sum of column values in Netsuite Advanced PDF/HTML Templates?

I want to make a subtotal of values corresponding to the same tax code in Netsuite Advanced PDF/HTML. Is it even possible? What are other ways to achieve my goal?
user7395254
  • 33
  • 1
  • 4
1
vote
1 answer

BFO Java Report Generator - Print Even Number of Pages

Is there a way with BFO Report Generator templates to force printing an even number of pages? We currently are using the Report Generator to bulk print a set of reports and have set the printing option to double-sided. When a report has an odd…
rsacc
  • 723
  • 1
  • 8
  • 11
0
votes
0 answers

Can i set exact width and height for the borders around my record field?

When I apply this pdf to a transaction, the borders collapse and just cover the $ value it is pulling in. It needs to be a set height and width so the boxes look similar on the table. I've tried the Box sizing: border-box fix but I couldn't get it…
Pmac08
  • 11
  • 1
0
votes
1 answer

Can I tell NetSuite Advanced PDF/HTML to treat data item as HTML?

I’m new to NetSuite, just starting to try to develop an Advanced PDF/HTML template. I need to have a text data field contain HTML and have the report generate treat it as HTML. The objective is that the data source that feeds NetSuite will generate…
G Miller
  • 1
  • 1
0
votes
0 answers

How to remove small space affecting inner borders between rows [Netsuite]

I have a table where there should be a border only on certain sides of certain elements - i.e. everywhere except the bottom and left side of the td:first-child Required Table - td:first-child no borders: The problem: Small white spaces where …
sweetarts
  • 11
  • 2
0
votes
1 answer

Netsuite advance PDF/HTML template: Setting footer to show only on the last page

I'm having a problem making the footer show only on the last page of the PDF. What I am thinking is that I'll get the last page number and display the footer if the pagenumber == totalpages. But I can't get the value of tag and assign…
Chadric Gotis
  • 117
  • 1
  • 13
0
votes
1 answer

Overflow table on to next page while leaving room at the top

I am building an Advanced HTML/PDF Template in NetSuite to be a check with voucher (check on top). Everything works well until the number of voucher items overflows on to the next page. The table logically resumes at the top of the subsequent page.…
Jose
  • 1
  • 1
0
votes
1 answer

Advanced PDF NetSuite - Group Item Tables by a Common Field Value

Is it possible to separate out one big item table into smaller item tables by grouping based upon a common value of a specific field? For example, if the item record had a field called 'Category' and the list options was 'Category A', 'Category B'…
Ryan
  • 1
  • 3
0
votes
3 answers

Repeat Table Column Headings on Multiple Pages Using BFO, Freemarker and HTML - NetSuite

I'm creating an Advanced PDF/HTML template using NetSuite that is essentially a list of items that spans multiple pages. The problem I have is that the table column headings only show on the first page. I would like the table column headings to…
Ryan
  • 1
  • 3
0
votes
0 answers

NetSuite Advanced PDF - Link data from Multi-Select Subrecords

I have a scenario with a Multi-select field on an Invoice which includes 1 or more "Related Item Fulfillments". With an Invoice advanced PDF, displaying the ${record.custbody_linkedif} will show something akin to: **Related IF:** Item Fulfillment…
Steve Reeder
  • 980
  • 16
  • 42
0
votes
2 answers

Printing PDF in NetSuite with selection of Multiple Transaction Records

Is there a way to have a selection of many transactions printed into a single PDF document? I only see two options which seem to have significant drawbacks: 1) Load individual records into each of their own nlobjTemplateRenderer objects, and then…
Michael McCauley
  • 853
  • 1
  • 12
  • 37
0
votes
1 answer

Why is this Advanced PDF template not populating the terms from the object that I am passing to it?

So, basically I am trying to get the XML template for the PDF and I plan to eventually add some additional XML in the code after getting the template working in this manner. However, when I attempt to pass a data source object to the PDF it is not…
J.J.
  • 1,128
  • 2
  • 23
  • 62
0
votes
0 answers

Picking Ticket with Bins

I created a picking ticket with BINS on it using advanced pdf in NetSuite. The items are sorted by BINS. Items can have multiple bins. I noticed that when the BIN quantity is lower than the Order quantity then the BIN does not show on the print out.…
iDigress
  • 57
  • 1
  • 8
0
votes
1 answer

Netsuite Advanced PDF Item Sorting

I created a Picklist using Advanced PDF in NetSuite. I want the items to be sorted out based on the BIN Number. Is there a way to sort the items based on the BIN number?
iDigress
  • 57
  • 1
  • 8
0
votes
1 answer

Long text is cut when printed using NetSuite advanced pdf

I created a Bill of Material print out for a manufacturing company using advanced pdf. So one of the requirements is to print out the detailed manufacturing which is stored on a custom field (long text) in the assembly item record. This is done…
iDigress
  • 57
  • 1
  • 8