Skip to content

Commit

Permalink
Fix output file extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-josepha committed Dec 3, 2024
1 parent e0341dd commit 5373f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static void main(String[] args) throws Throwable {
//AcroForms document
sInput = Library.getResourceDirectory() + "Sample_Input/AcroForm.pdf";
sInputData = Library.getResourceDirectory() + "Sample_Input/AcroForm_data.xfdf";
sOutput = "../ImportFormsDataAcroForms.xfdf";
sOutput = "../ImportFormsDataAcroForms.pdf";

if (args.length > 1)
{
Expand Down

0 comments on commit 5373f6d

Please sign in to comment.