Skip to content

Commit 621b9c5

Browse files
Merge pull request #91 from datalogics-josepha/SF46665
SF46665 - Fix output file extension.
2 parents e0341dd + 5373f6d commit 621b9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Forms/ImportFormsData/src/main/java/com/datalogics/pdfl/samples/ImportFormsData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static void main(String[] args) throws Throwable {
6565
//AcroForms document
6666
sInput = Library.getResourceDirectory() + "Sample_Input/AcroForm.pdf";
6767
sInputData = Library.getResourceDirectory() + "Sample_Input/AcroForm_data.xfdf";
68-
sOutput = "../ImportFormsDataAcroForms.xfdf";
68+
sOutput = "../ImportFormsDataAcroForms.pdf";
6969

7070
if (args.length > 1)
7171
{

0 commit comments

Comments
 (0)