mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 07:32:08 +02:00
18.0 vanilla
This commit is contained in:
parent
d72e748793
commit
0a7ae8db93
337 changed files with 399651 additions and 232598 deletions
|
|
@ -42,6 +42,9 @@ class PdfReader(_Reader):
|
|||
def getDocumentInfo(self):
|
||||
return self.metadata
|
||||
|
||||
def getFormTextFields(self):
|
||||
return self.get_form_text_fields()
|
||||
|
||||
|
||||
class PdfWriter(_Writer):
|
||||
def add_metadata(self, infos: Dict[str, Any]) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue