We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1298f commit 7ade182Copy full SHA for 7ade182
src/programmersguide/workingwithasposepdfgenerator/convertxslfotopdf/java/ConvertXSLFOToPDF.java
@@ -12,7 +12,7 @@ public class ConvertXSLFOToPDF
12
{
13
public static void main(String[] args) throws Exception
14
15
- // The path to the documents directory....
+ // The path to the documents directory.....
16
String dataDir = "src/programmersguide/workingwithasposepdf/workwithdocumentconversion/convertxslfotopdf/data/";
17
18
System.out.println("XSL-FO to PDF conversion example will be available very soon.");
0 commit comments