< 1 2 3 4 5 > >>   Sort: Rank

FOP Base-14 Fonts for PDF
What are Base-14 fonts supported in FOP for PDF? FOP supports Base-14 fonts (required by all PDF viewers) for PDF output: 4 fonts for Helvetica family: normal, bold, italic, bold italic. 4 fonts for Times family: normal, bold, italic, bold italic. 4 fonts for Courier family: normal, bold, italic, bo...
2018-04-21, 1980🔥, 0💬

The Default Font used by FOP
What is the default font used by FOP to generate PDF output? The default font used by FOP to generate PDF output is the Helvetica font. Here is how you can verify this: 1. Create a FO file, fyicenter.fo, without specify any font: &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;!-- fyice...
2018-04-21, 1815🔥, 0💬

What Are FOP Generic Font Families
What are generic font families used in FOP? FOP supports 3 generic font families: "serif" - Generic font family for Times, Times Roman, and similar fonts. "sans-serif" - Generic font family for Helvetica, Arial, and similar fonts. "monospace" - Generic font family for Courier, New Courier, and simil...
2018-04-21, 1684🔥, 0💬

Define Your Own Font in FOP cfg.xml
How to provide my own font definitions for FOP to generate PDF files? I have my font definition created in an XML file. If you have your font definition files generated as shown in the previous tutorial, you can provide them to FOP command through a configuration XML file. First, build the configura...
2018-04-12, 2318🔥, 0💬

FontView.exe - Preview Font Glyphs on Windows
How to preview font glyphs on Windows? I want to see how they look like, before deciding to use the font. On Windows computers, you can run the "FontView.exe" program to preview glyphs of any font file. For example, you can run this command to view glyphs in the Calibri Italic font: \fyicenter&g...
2018-04-12, 2255🔥, 0💬

FOP Missing Italic and Bold Fonts for PDF
Why I am getting the 'Font "Calibri,normal,700" not found. Substituting with "Calibri,normal,400"' error with FOP? You are getting the "Font X,normal,700 not found. Substituting with X,normal,400" error, if FOP can not find the "Bold" font definition for the font X. Computer fonts are usually define...
2018-04-12, 2097🔥, 0💬

FOP TTFReader - Build Font Definitions
How to build font definition file with FOP? I have the font file for my favorite font in TTF format. If you the font file in TTF format, you can build the font definition file with the FOP TTFReader program. For example, you see "Calibri" and "Gothic" font files located in \windows\fonts folder: 813...
2018-04-12, 1735🔥, 0💬

FOP TTFReader - Build Italic and Bold Fonts
How to build Italic, Bold and Italic-Bold fonts with FOP? To build Italic, Bold and Italic-Bold fonts with FOP, we need to find their fond files in TTF format. For example, you see "Calibri", Italic, Bold, and Italic-Bold font files located in \windows\fonts folder: 813,876 calibri.ttf &gt; for ...
2018-04-12, 1339🔥, 0💬

iText io.jar Source Code
io.jar is a component in iText Java library to provide input/output functionalities. iText Java library allows you to generate and manage PDF documents. The Source Code files are provided together with the JAR file in the binary packge like iText7-Core-7.1.4.zip. You can download it at iText 7 Core ...
2018-04-09, 91280🔥, 5💬

💬 2018-04-09 youjundong_12: 相当不错,看看

💬 2016-11-20 Vadim: itext

💬 2016-04-08 gokul: itext

(More comments ...)

CharMap.exe - Find Character Unicode Value on Windows
How to find the Unicode code value of a special character in a font on Windows? I want to use the Latin small letter "Phi" on the Calibri font. On Windows computers, you can run the "CharMap.exe" program to find the Unicode code value of a character of and font. For example, you can run this command...
2018-03-17, 2998🔥, 0💬

Use Unicode Characters with FOP
How to use Unicode characters with FOP? I want to use the Latin small letter "Phi" in my FO file. If you know the Unicode code value of the character you want to use, you can enter it in your FO file in the &amp;#xnnnn format. The following FO file shows you some Unicode characters in the Calibr...
2018-03-17, 2977🔥, 0💬

"fop" Command in fop-2.7-bin.zip
What Is the "fop" command in fop-2.7-bin.zip? Can I use it to generate PDF files? "fop" command is the command line tool that allows you to run FOP 2.7 as a standalone application. It reads a XSL-FO file and generates a PDF file by default. "fop" command requires that the environment variable JAVA_H...
2018-03-17, 1683🔥, 0💬

4-Byte Unicode Not Supported in FOP
How to use FOP to support all Unicode characters including 4-byte Unicode characters? If you want to use FOP to support all Unicode characters, you can follow this tutorial: 1. Download a font file that can support all Unicode characters from https://ftp.gnu.org/gnu/unifon t/unifont. 2. Selete the l...
2018-03-17, 1464🔥, 0💬

iText-2.1.6.jar - iText, a JAVA-PDF library
iText is an ideal library for developers looking to enhance web- and other applications with dynamic PDF document generation and/or manipulation. iText is not an end-user tool. JAR File Size and Download Location: File name: iText.jar, iText-2.1.6.jar File size: 1138572 bytes Date modified: 06/16/20...
2017-09-01, 31342🔥, 2💬

What Is fop-0.20.5-bin.zip
What Is fop-0.20.5-bin.zip? I downloaded it from the Apache FOP Website. fop-0.20.5-bin.zip is the binary package of Apache FOP 0.20.5 in ZIP format. FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO). Below is the information about the fop-0.20.5-bin.z...
2016-07-08, 3391🔥, 0💬

What Is fop.jar 0.20.5
What Is fop.jar 0.20.5? I got it from the fop-0.20.5-bin.zip. fop.jar (0.20.5) is the JAR file for FOP 0.20.5, which is a print formatter driven by XSL formatting objects (XSL-FO). You can obtain fop.jar from the build folder of the fop-0.20.5-bin.zip file. Below is the information about the fop.jar...
2016-07-08, 3294🔥, 0💬

Download and Install fop-0.20.5-bin.zip
How to download and install fop-0.20.5-bin.zip? I want to try FOP (Formatting Objects Processor) 0.20.5. FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO). You can follow these steps to download and install FOP 0.20.5 with the binary package, fop-0.20....
2016-07-08, 3136🔥, 0💬

Introduction of FOP
Where to find answers to frequently asked questions on introduction of FOP? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on introduction of FOP: What Is FOP (Formatting Objects Processor) What Is XSL-FO Language Hello Example of XSL-FO - Hello.fo   ⇒ ...
2016-07-08, 2178🔥, 0💬

What Is fop.jar in fop-2.7-bin.zip
What Is fop.jar? I got it from the fop-2.7-bin.zip. fop.jar in fop-2.7-bin.zip is the JAR file for FOP 2.7, which is a print formatter driven by XSL formatting objects (XSL-FO). You can obtain fop.jar from the build folder of the fop-2.7-bin.zip file. Below is the information about the fop.jar (2.2)...
2016-07-07, 36383🔥, 0💬

What Is fop-2.7-bin.zip
What Is fop-2.7-bin.zip? I downloaded it from the Apache FOP Website. fop-2.7-bin.zip is the binary package of Apache FOP 2.7 in ZIP format. FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO). Below is the information about the fop-2.7-bin.zip file: Dow...
2016-07-07, 3608🔥, 0💬

What Is fop.jar 1.1
What Is fop.jar 1.1? I got it from the fop-1.1-bin.zip fop.jar (1.1) is the JAR file for FOP 1.1, which is a print formatter driven by XSL formatting objects (XSL-FO). You can obtain fop.jar from the build folder of the fop-1.1-bin.zip file. Below is the information about the fop.jar (1.1) file: JAR...
2016-07-07, 3552🔥, 1💬

💬 2015-12-15 Narendra: Thanks

Download and Install fop-2.7-bin.zip
How to download and install fop-2.7-bin.zip? I want to try FOP (Formatting Objects Processor) 2.7. FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO). You can follow these steps to download and install FOP 2.7 with the binary package, fop-2.7-bin.zip: 1...
2016-07-07, 3303🔥, 0💬

"fop" Command in fop-1.1-bin.zip
What Is the "fop" command in fop-1.1-bin.zip? Can I use it to generate PDF files? "fop" command is the command line tool that allows you to run FOP 1.1 as a standalone application. It reads a XSL-FO file and generates a PDF file by default. "fop" command requires that the environment variable JAVA_H...
2016-07-07, 2787🔥, 0💬

Download and Install fop-1.1-bin.zip
How to download and install fop-1.1-bin.zip? I want to try FOP (Formatting Objects Processor) 1.1. FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO). You can follow these steps to download and install FOP 1.1 with the binary package, fop-1.1-bin.zip: 1...
2016-07-05, 3958🔥, 0💬

< 1 2 3 4 5 > >>   Sort: Rank