XSL-FO - How to read a file .FO/.FOB?
Issue
The XSL-FO is a format for page description, just like PDF or DVI and it usually having extension .fo/.fob and or .xml
(You can open them with a text editor such as notepad, with <for: root displayed alongin the first few lines).
Solution 1
- Download Apache FOP: https://xmlgraphics.apache.org/fop/
- (Note: Java should be installed on your PC).
- Type:
fop-fo-document.fo awt
- It will open a window to view the document
Solution 2
- This file can be converted to PDF format.
- To convert the file XLS-FO to PDF, type:
fop-fo-pdf document.fo document.pdf
- This will enable reading in pdf format.
Related
- XSL-FO - How to read a file .FO/.FOB?
- Write a unix system program to read a file in reverse - Guide
- Help for read only files and how to change them usb - Guide
- How to read .pub files - Guide
- Error reading cdr file ✓ - Forum - Software
- Reading SVG file ! - How-To - Office Software
This document, titled « XSL-FO - How to read a file .FO/.FOB? », is available under the Creative Commons license. Any copy, reuse, or modification of the content should be sufficiently credited to CCM (ccm.net).