Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwhitington committed Aug 17, 2022
1 parent 47ce307 commit 20bdd89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
2.5.2 (August 2022)

o First release of cpdf.js library
o First release of coherentpdf.js library
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Build cpdf.js
# Build coherentpdf.js
PDFMODS = pdfutil pdfio pdftransform pdfunits pdfpaper pdfcryptprimitives \
pdf pdfcrypt pdfflate pdfcodec pdfwrite pdfgenlex pdfread pdfjpeg pdfops \
pdfdest pdfmarks pdfpagelabels pdfpage pdfannot pdffun pdfspace pdfimage \
Expand Down
2 changes: 1 addition & 1 deletion mantest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cpdf = require('./cpdf.js');
const cpdf = require('./coherentpdf.js');

var pdf = cpdf.fromFile('testinputs/cpdflibmanual.pdf', '');
var pdf2 = cpdf.fromFile('testinputs/cpdflibmanual.pdf', '');

0 comments on commit 20bdd89

Please sign in to comment.