Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raudius committed Aug 10, 2022
1 parent 80153f7 commit ff1cf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

require_once '../vendor/autoload.php';

use raudius\phpdf\Operations\Decrypt;
use raudius\phpdf\Operations\Merge;
use raudius\phpdf\Operations\Overlay;
use raudius\phpdf\Phpdf;


$protected_pdf = Phpdf::fopen('../tests/test_files/password.pdf');
(new Decrypt('12345'))->execute($protected_pdf)->saveAs('out_decrypted.pdf');

Expand Down

0 comments on commit ff1cf2b

Please sign in to comment.