pdfgen.structures.requests module

class pdfgen.structures.requests.GenerateContract[source]

Bases: pdfgen.structures.requests.GenerateContract

Request to generate contract.

firma

str

As it is defined in contract.

pravni_forma

str

As it is defined in contract.

sidlo

str

As it is defined in contract.

ic

str

As it is defined in contract.

dic

str

As it is defined in contract.

zastoupen

str

As it is defined in contract.

jednajici

str

As it is defined in contract.

class pdfgen.structures.requests.GenerateReview[source]

Bases: pdfgen.structures.requests.GenerateReview

Generate review of sent form.

nazev

any

Název

podnazev

any

Podnázev

cast

any

Část

nazev_casti

any

Název části

isbn

any

ISBN

isbn_souboru_publikaci

any

ISBN souboru

generated_isbn

any

Přidělit ISBN

author1

any, default None

Autor

author2

any, default None

Autor 2

author3

any, default None

Autor 3

poradi_vydani

any

Pořadí

misto_vydani

any

Místo vydání

rok_vydani

any

Rok vydání

nakladatel_vydavatel

any

Nakladatel

vydano_v_koedici_s

any

Vydáno v koedici s

cena

any

Cena v Kč

offer_to_riv

any

Zpřístupnit pro RIV

category_for_riv

any

Kategorie pro RIV

is_public

any

Veřejná publikace

libraries_accessing

any

Oprávnění knihovnám

libraries_that_can_access

any

Seznam knihoven

zpracovatel_zaznamu

any

Zpracovatel záznamu

url

any

URL

format

any

Formát souboru

filename

any

Název souboru

get_rst()[source]
class pdfgen.structures.requests.RST2PDF[source]

Bases: pdfgen.structures.requests.RST2PDF

Generic request to convert RST file to PDF.

rst_content

str

Content of the generated PDF file.

style

str

Style for the generated PDF file.

header

str, default None

Header of each page.

footer

str, default pagecount

Footer of each page.

Previous topic

pdfgen.translator module

Next topic

pdfgen.structures.responses module

This Page