You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Key "dictkey_desc" was defined twice, such that places expecting a "description" instead received "descender".
Added a different key, "dictkey_descr" with a string value of "description".
Copy file name to clipboardExpand all lines: docs/document.rst
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1551,21 +1551,19 @@ For details on **embedded files** refer to Appendix 3.
1551
1551
:rtype: dict
1552
1552
:returns: a dictionary with the following keys:
1553
1553
1554
-
* *name* -- (*str*) name under which this entry is stored
1555
-
* *filename* -- (*str*) filename
1556
-
* *ufilename* -- (*unicode*) filename
1557
-
* *desc* -- (*str*) description
1558
-
* *size* -- (*int*) original file size
1559
-
* *length* -- (*int*) compressed file length
1560
-
* *creationDate* -- *(New in v1.18.13)* (*str*) date-time of item creation in PDF format
1561
-
* *modDate* -- *(New in v1.18.13)* (*str*) date-time of last change in PDF format
1562
-
* *collection* -- *(New in v1.18.13)* (*int*) :data:`xref` of the associated PDF portfolio item if any, else zero.
1563
-
* *checksum* -- *(New in v1.18.13)* (*str*) a hashcode of the stored file content as a hexadecimal string. Should be MD5 according to PDF specifications, but be prepared to see other hashing algorithms.
1554
+
* ``name`` -- (*str*) name under which this entry is stored
1555
+
* ``filename`` -- (*str*) filename
1556
+
* ``ufilename`` -- (*unicode*) filename
1557
+
* ``description`` -- (*str*) description
1558
+
* ``size`` -- (*int*) original file size
1559
+
* ``length`` -- (*int*) compressed file length
1560
+
* ``creationDate`` -- (*str*) date-time of item creation in PDF format
1561
+
* ``modDate`` -- (*str*) date-time of last change in PDF format
1562
+
* ``collection`` -- (*int*) :data:`xref` of the associated PDF portfolio item if any, else zero.
1563
+
* ``checksum`` -- (*str*) a hashcode of the stored file content as a hexadecimal string. Should be MD5 according to PDF specifications, but be prepared to see other hashing algorithms.
1564
1564
1565
1565
.. method:: embfile_names()
1566
1566
1567
-
* New in v1.14.16
1568
-
1569
1567
PDF only: Return a list of embedded file names. The sequence of the names equals the physical sequence in the document.
0 commit comments