adept_remove: Remove "/Filter" key from output PDF to increase PDF readers compatibility
This commit is contained in:
parent
68bf982b6f
commit
b0fea2f144
|
@ -1375,7 +1375,7 @@ namespace gourou
|
||||||
|
|
||||||
if (object->objectId() == ebxId)
|
if (object->objectId() == ebxId)
|
||||||
{
|
{
|
||||||
// object->deleteKey("Filter");
|
object->deleteKey("Filter");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user