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
9
votes
2 answers
Read QR Code from scanned PDF
I'm trying to insert and read qrcode's from PDF files. To create/read qr codes from images i'm using zxing project and to manipulate the pdf i'm using Big Faceless PDF.
Everything works well if i create the QR Code, insert into my pdf, and then read…

João Simas
- 231
- 1
- 4
- 11
3
votes
1 answer
NetSuite : FreeMarker/BFO Images Cutting Off at Page Break
I have a Rich Text Field inside NetSuite with multiple images. Unfortunately, the images that don't fit on the first page/same page, are NOT getting pushed down to a second page after generating the Advanced PDF. Instead, BFO just cuts-off the image…

Tennis
- 137
- 12
2
votes
1 answer
Working With NetSuite Dates in Freemarker
I've been working on trying to add a "Days Open" column and "Days Overdue" column to the statement advanced PDF template in NetSuite. However, I keep running into issues with handling the date values sourced in from NetSuite records. Trying to…

Michael McCauley
- 853
- 1
- 12
- 37
1
vote
0 answers
NetSuite Advanced PDF Templates PDF/A Compliant
Looking for some assistance if anyone out there knows how (if it's possible) NetSuite's Advanced PDF can generate PDF/A compliant documents.
Most of our PDFs do not require compliance, however a handful of template do require it
I did find a…

Steve Reeder
- 980
- 16
- 42
1
vote
1 answer
Extending striping (alternating background colors) for line items in Netsuite PDF templates
In Netsuite, the #list loop for the item table will only render as many line items as there are number of of items. For example, if there's two items in a Sales Order, there will be only two line items in the PDF template as rendered by this example…

sweetarts
- 11
- 2
1
vote
1 answer
Limit maximum height of despite text being longer
I'm creating a document using the BFO Report library (embedded in NetSuite ERP).
I have a text block which I would like to limit to two lines, truncating if it's more than that, but I can't seem to get overflow:hidden to actually do anything.…
Wolfgang
- 3,470
- 1
- 20
- 36
I'm creating a document using the BFO Report library (embedded in NetSuite ERP).
I have a text block which I would like to limit to two lines, truncating if it's more than that, but I can't seem to get overflow:hidden to actually do anything.…

Wolfgang
- 3,470
- 1
- 20
- 36
1
vote
3 answers
How do I loop or repeat line items by their quantity count in Netsuite Advanced PDFs?
The brief version: In Netsuite Advanced PDFs using BFO & Freemarker, how do I repeat a line item x times where x is the item quantity?
The code:
<#if record.item?has_content>