Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/miyako/cpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Dec 5, 2024
2 parents d61cd4a + 2e2fb30 commit 5964006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ If ($params=Null)
Else
var $cpdf : cs.cpdf
$cpdf:=cs.cpdf.new(cs._cpdf_Controller)
var $cpdf : cs.cpdf.cpdf
$cpdf:=cs.cpdf.cpdf.new(cs._cpdf_Controller)
$pdf:=File("/DATA/brochure.pdf")
$pdf:=OB Class($pdf).new($pdf.platformPath; fk platform path)
Expand Down

0 comments on commit 5964006

Please sign in to comment.