Skip to content

Commit

Permalink
Update and rename RasterizedPdf.java to RasterizedPDF.java
Browse files Browse the repository at this point in the history
Fix file name and class to match conventions
  • Loading branch information
datalogics-erics authored Jan 24, 2025
1 parent b3580b4 commit 0b157ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import okhttp3.*;
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 0b157ce

Please sign in to comment.