Skip to content

Commit

Permalink
Merge pull request #91 from datalogics-josepha/SF46665
Browse files Browse the repository at this point in the history
SF46665 - Fix output file extension.
  • Loading branch information
datalogics-aarroyo authored Dec 4, 2024
2 parents e0341dd + 5373f6d commit 621b9c5
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 621b9c5

Please sign in to comment.