Skip to content

Commit

Permalink
Update RasterizedPDF.java
Browse files Browse the repository at this point in the history
Adjust class name to match file name change
  • Loading branch information
datalogics-erics authored Jan 24, 2025
1 parent 0d2dae0 commit b3580b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Java/Endpoint Examples/JSON Payload/RasterizedPDF.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.json.JSONArray;
import org.json.JSONObject;

public class RasterizedPdf {
public class RasterizedPDF {

// Specify the path to your file here, or as the first argument when running the program.
private static final String DEFAULT_FILE_PATH = "/path/to/file.pdf";
Expand Down

0 comments on commit b3580b4

Please sign in to comment.