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.
2 parents e0341dd + 5373f6d commit 621b9c5Copy full SHA for 621b9c5
Forms/ImportFormsData/src/main/java/com/datalogics/pdfl/samples/ImportFormsData.java
@@ -65,7 +65,7 @@ public static void main(String[] args) throws Throwable {
65
//AcroForms document
66
sInput = Library.getResourceDirectory() + "Sample_Input/AcroForm.pdf";
67
sInputData = Library.getResourceDirectory() + "Sample_Input/AcroForm_data.xfdf";
68
- sOutput = "../ImportFormsDataAcroForms.xfdf";
+ sOutput = "../ImportFormsDataAcroForms.pdf";
69
70
if (args.length > 1)
71
{
0 commit comments