PyMuPDF 1.24.2 Documentationother. You can select the point where the copied pages should be placed, you can revert the page sequence and also change page rotation. This Wiki article contains a full description. The GUI script join Chapter 5. The Basics PyMuPDF Documentation, Release 1.24.2 5.14 Re-Arranging Pages To change the sequence of pages, i.e. re-arrange pages, do the following: import fitz doc = fitz.open("test.pdf") # open alternatively prepare a complete new page layout in form of a Python sequence, that contains the page numbers you want, in the sequence you want, and as many times as you want each page. The following may0 码力 | 565 页 | 6.84 MB | 1 年前3
 PyMuPDF 1.12.2 documentationinsert pages. Method Document.select() shrinks a document down to selected pages. It accepts a sequence of integers as argument. These integers must be in range 0 <= i < pageCount. When executed, all all pages missing in this list will be deleted. Only pages that do occur will remain - in the sequence specified and as many times (!) as specified. So you can easily create new PDFs with the first or (for doing double-sided printing), pages that do or don’t contain a certain text, reverse their sequence, … whatever you may think of. The saved new document will contain all still valid links, annotations0 码力 | 387 页 | 2.70 MB | 1 年前3
 Mypy 1.10.0+dev Documentationfrom typing import Mapping, MutableMapping, Sequence, Iterable # Use Iterable for generic iterables (anything usable in "for"), # and Sequence where a sequence (supporting "len" and "__getitem__") is # floating point number bool boolean value (subclass of int) str text, sequence of unicode codepoints bytes 8-bit string, sequence of byte values object an arbitrary object (object is the common base int] dictionary from str keys to int values Iterable[int] iterable object containing ints Sequence[bool] sequence of booleans (read-only) Mapping[str, int] mapping from str keys to int values (read-only)0 码力 | 318 页 | 270.84 KB | 1 年前3
 Mypy 1.8.0 Documentationfrom typing import Mapping, MutableMapping, Sequence, Iterable # Use Iterable for generic iterables (anything usable in "for"), # and Sequence where a sequence (supporting "len" and "__getitem__") is # floating point number bool boolean value (subclass of int) str text, sequence of unicode codepoints bytes 8-bit string, sequence of byte values object an arbitrary object (object is the common base int] dictionary from str keys to int values Iterable[int] iterable object containing ints Sequence[bool] sequence of booleans (read-only) Mapping[str, int] mapping from str keys to int values (read-only)0 码力 | 318 页 | 271.55 KB | 1 年前3
 Conda 23.7.x DocumentationChannel Configuration ## # ###################################################### # # channels (sequence: primitive) # # aliases: channel # # env var string delimiter: ',' # # The list of conda channels associate with channel names. # # # channel_alias: https://conda.anaconda.org # # default_channels (sequence: primitive) # # env var string delimiter: ',' # # The list of channel names and/or urls used for --overide-channels command-line flag. # # # override_channels_enabled: true # # allowlist_channels (sequence: primitive) # # aliases: whitelist_channels # # env var string delimiter: ',' # # The exclusive0 码力 | 795 页 | 4.91 MB | 8 月前3
 Mypy 1.8.0 Documentationfrom typing import Mapping, MutableMapping, Sequence, Iterable # Use Iterable for generic iterables (anything usable in "for"), # and Sequence where a sequence (supporting "len" and "__getitem__") is # floating point number bool boolean value (subclass of int) str text, sequence of unicode codepoints bytes 8-bit string, sequence of byte values object an arbitrary object (object is the common base int] dictionary from str keys to int values Iterable[int] iterable object containing ints Sequence[bool] sequence of booleans (read-only) Mapping[str, int] mapping from str keys to int values (read-only)0 码力 | 234 页 | 902.89 KB | 1 年前3
 Mypy 1.10.0+dev Documentationfrom typing import Mapping, MutableMapping, Sequence, Iterable # Use Iterable for generic iterables (anything usable in "for"), # and Sequence where a sequence (supporting "len" and "__getitem__") is # floating point number bool boolean value (subclass of int) str text, sequence of unicode codepoints bytes 8-bit string, sequence of byte values object an arbitrary object (object is the common base int] dictionary from str keys to int values Iterable[int] iterable object containing ints Sequence[bool] sequence of booleans (read-only) Mapping[str, int] mapping from str keys to int values (read-only)0 码力 | 234 页 | 913.89 KB | 1 年前3
 Python 标准库参考指南 2.7.18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 5.6 Sequence Types —str, unicode, list, tuple, bytearray, buffer, xrange . . . . . . . . 35 5.7 集合类型—set, frozenset bytearray([source[, encoding[, errors]]]) Return a new array of bytes. The bytearray class is a mutable sequence of integers in the range 0 <= x < 256. It has most of the usual methods of mutable sequences, described Using divmod() with complex numbers is deprecated. enumerate(sequence, start=0) Return an enumerate object. sequence must be a sequence, an iterator, or some other object which supports iteration. The0 码力 | 1552 页 | 7.42 MB | 9 月前3
 Python 标准库参考指南 2.7.18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 5.6 Sequence Types —str, unicode, list, tuple, bytearray, buffer, xrange . . . . . . . . 35 5.7 集合类型—set, frozenset bytearray([source[, encoding[, errors]]]) Return a new array of bytes. The bytearray class is a mutable sequence of integers in the range 0 <= x < 256. It has most of the usual methods of mutable sequences, described Using divmod() with complex numbers is deprecated. enumerate(sequence, start=0) Return an enumerate object. sequence must be a sequence, an iterator, or some other object which supports iteration. The0 码力 | 1552 页 | 7.42 MB | 9 月前3
 Python 标准库参考指南 2.7.18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 5.6 Sequence Types —str, unicode, list, tuple, bytearray, buffer, xrange . . . . . . . . 35 5.7 集合类型—set, frozenset bytearray([source[, encoding[, errors]]]) Return a new array of bytes. The bytearray class is a mutable sequence of integers in the range 0 <= x < 256. It has most of the usual methods of mutable sequences, described Using divmod() with complex numbers is deprecated. enumerate(sequence, start=0) Return an enumerate object. sequence must be a sequence, an iterator, or some other object which supports iteration. The0 码力 | 1552 页 | 7.42 MB | 9 月前3
共 330 条
- 1
 - 2
 - 3
 - 4
 - 5
 - 6
 - 33
 













