schukai Logo
Short Title1.0
  • Support
  • Gitlab
  • Titel 1 (level1)
  • Capture Website to PDF
    • Headers
    • Body
  • Create PDF Document
    • Headers
    • Body
  • Convert Office to PDF
    • Headers
    • Body
  • Capture Website to PDF Copy
  • References
    • sdfsdfsdfsdf
    • Query Parameters
    • Headers
    • Body
  • test-a1-2
    • Body
    • Titel 2 (level2)
  • Titel 3 (level3)
    • Titel 4 (level2)
  • A
    • AA
  • Neuer Titel 1 (level1)
    • Neuer Titel 2 (level2)
  • Funktionen

Titel 1 (level1)

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Capture Website to PDF
POST api/v1/capture

Capture Website to PDF

Headers

NameValue
Acceptapplication/json

Body

{
    "page-size": "A4",
    "dpi": 36,
    "orientation": "Portrait",
    "pages": [
        {
            "url": "https://www.schukai.com/",
            "zoom": 1.0,
            "print-media-type": true,
            "viewport-width": "1280x1024",
            "load-media-error-handling": "abort",
            "load-error-handling": "abort",
            "encoding": "utf-8",
            "auth": {
                "base-auth": {
                    "username": "name",
                    "password": "geheim"
                }
            }
        },
        {
            "url": "https://www.schukai.com/de/verkaufen/"
        }
    ],
    "margins": {
        "top": 5,
        "left": 5,
        "right": 5,
        "bottom": 5
    },
    "operators": {
        "smart-shrinking": true,
        "grayscale": true
    }
}
Create PDF Document
POST api/v1/create

Create PDF Document

Headers

NameValue
Acceptapplication/json

Body

{
    "author": "schukai GmbH",
    "title": "Demopaper",
    "subject": "this is a example pdf",
    "page-size": {
        "unit": "mm",
        "width": 291,
        "height": 210
    },
    "fonts": [
        {
            "name": "RobotoX",
            "url": "https://cdn.jsdelivr.net/npm/rubik-font@0.0.3/fonts/Rubik-Light.ttf",
            "kerning": true
        }
    ],
    "templates": [
        {
            "url": "https://cdn.alvine.io/examples/alvine-cloud-website.pdf",
            "page": 1,
            "name": "website",
            "box": "/MediaBox"
        }
    ],
    "pages": [
        {
            "outline": "This is a bookmark",
            "objects": [
                {
                    "type": "template",
                    "name": "website",
                    "x": 0,
                    "y": 0,
                    "width": 148
                },
                {
                    "type": "textbox",
                    "x1": 170,
                    "y1": 30,
                    "x2": 270,
                    "y2": 180,
                    "border": {
                        "color": {
                            "r": 255,
                            "g": 0,
                            "b": 0
                        }
                    },
                    "text": {
                        "text": "Text with Linefeed",
                        "valign": "top"
                    }
                },
                {
                    "type": "text",
                    "text": "Lorem ipsum dolor sit amet, consetetur\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.",
                    "x": 180,
                    "y": 50,
                    "font": "RobotoX",
                    "width": 80
                },
                {
                    "type": "image",
                    "url": "https://alvine.io/alvine.png",
                    "x": 5,
                    "y": 5,
                    "width": 40,
                    "height": 10
                }
            ]
        }
    ]
}
Convert Office to PDF
POST api/v1/convert

Convert Office to PDF

Headers

NameValue
Acceptapplication/json

Body

{
    "url": "https://www.alvine.cloud/examples/welcome.docx"
}
Capture Website to PDF Copy
POST api/v2/capture

Capture Website to PDF Copy

References

sdfsdfsdfsdf

sd sdfsdfsdf

  • https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-printToPDF

Query Parameters

NameValue
a1
b2

Headers

NameValue
Acceptapplication/json

Body

{
  "properties": {
    "author": "Me & Me",
    "title": "The Title",
    "subject": "My Subject",
    "keywords": "My Keywords"
  },
  "pages": [
    {
      "url": "https://web.ics.purdue.edu/~gchopra/class/public/pages/webdesign/05_simple.html",
      "options": {
        "landscape": true,
        "marginTop": 50,
        "scale": 1
      },
      "base-auth": {
        "username": "hgasfasdf",
        "password": "234234234"
      }
    }
  ]
}
test-a1-2
GET

test-a1-2

Body

Titel 1
Das ist eine Note und noch eine zeile

YES Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Titel 2 (level2)

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Titel 3 (level3)

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Titel 4 (level2)

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Titel 5 (level3)

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry.

A

AA


Neuer Titel 1 (level1)

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Neuer Titel 2 (level2)

Lorem ipsum dolor sit amet, consectetur adipiscing elit.


Funktionen

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Das ist eine absolute Verlinkung example.com und das eine relative auf einen Unterordner 01/a.md.

Tastatureingabe

To switch directories, type cd followed by the name of the directory.
To edit settings, press ctrl + ,


Sonderzeichen

➊ ➋ ➌ ➍ ➎ ➏ ➐ ➑ ➒ ➓ ⓫ ⓬ ⓭ ⓮ ⓯ ⓰ ⓱ ⓲ ⓳ ⓴


Logo der schukai GmbH

info@schukai.com

+49-8141-5098888

Eichenstraße 26
88290 Landsberied

Impressum

Datenschutz

Bedigungen und Regeln

schukai - Twitter schukai - Instagram schukai - Linkedin schukai - Github schukai - Youtube
schukai GmbH

Eichenstraße 26
88290 Landsberied

info@schukai.com

+49-8141-5098888

about.schukai.com

© schukai GmbH- All rights reserved.