mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Adds, documents -remove-obj
This commit is contained in:
@@ -4871,7 +4871,8 @@ let go () =
|
||||
write_pdf false pdf
|
||||
| Some (RemoveObj s) ->
|
||||
let pdf = get_single_pdf args.op true in
|
||||
Cpdftweak.remove_obj pdf s
|
||||
Cpdftweak.remove_obj pdf s;
|
||||
write_pdf false pdf
|
||||
| Some (Verify standard) ->
|
||||
begin match standard with
|
||||
| "PDF/UA-1(matterhorn)" ->
|
||||
|
Reference in New Issue
Block a user