文件名称:PDFKit-node操作pdf
文件大小:3.2MB
文件格式:RAR
更新时间:2021-09-03 05:59:38
nodejs node-pdf
PDFKit is a PDF document generation library for Node and the browser that makes creating complex, multi-page, printable documents easy. It's written in CoffeeScript, but you can choose to use the API in plain 'ol JavaScript if you like. The API embraces chainability, and includes both low level functions as well as abstractions for higher level functionality. The PDFKit API is designed to be simple, so generating complex documents is often as simple as a few function calls.
【文件预览】:
index.js
docs
----generate.coffee(8KB)
----images()
--------test.jpeg(60KB)
----generate_website.coffee(4KB)
----text.coffee.md(10KB)
----fonts()
--------GoodDog.ttf(30KB)
--------Merriweather-Regular.ttf(45KB)
--------Chalkboard.ttc(180KB)
--------SourceCodePro-Bold.ttf(118KB)
--------AlegreyaSans-Light.ttf(115KB)
--------Alegreya-Bold.ttf(173KB)
--------SourceCodePro-Regular.ttf(118KB)
----guide.pdf(684KB)
----template.jade(2KB)
----outline.coffee.md(967B)
----vector.coffee.md(12KB)
----images.coffee.md(3KB)
----annotations.coffee.md(4KB)
----.gitignore(20B)
----paper_sizes.coffee.md(2KB)
----README.md(2KB)
----getting_started.coffee.md(8KB)
package.json
LICENSE
.npmignore
.gitignore
lib
----reference.coffee(2KB)
----outline.coffee(1KB)
----image()
--------png.coffee(4KB)
--------jpeg.coffee(1KB)
----data.coffee(3KB)
----image.coffee(809B)
----object.coffee(3KB)
----document.coffee(5KB)
----path.coffee(7KB)
----mixins()
--------fonts.coffee(2KB)
--------outline.coffee(330B)
--------color.coffee(7KB)
--------images.coffee(2KB)
--------annotations.coffee(3KB)
--------text.coffee(10KB)
--------vector.coffee(7KB)
----gradient.coffee(5KB)
----font.coffee(1KB)
----font()
--------standard.coffee(3KB)
--------embedded.coffee(5KB)
--------data()
--------afm.coffee(7KB)
----line_wrapper.coffee(8KB)
----page.coffee(3KB)
Makefile
demo
----browser.js(3KB)
----images()
--------test.jpeg(60KB)
--------test3.png(57KB)
--------test2.png(391KB)
--------test.png(339KB)
----out.pdf(638KB)
----fonts()
--------GoodDog.ttf(30KB)
--------Chalkboard.ttc(180KB)
--------DejaVuSans.ttf(703KB)
--------Helvetica.dfont(2.3MB)
--------PalatinoBold.ttf(164KB)
----browser.html(1KB)
----tiger.js(94KB)
----test.coffee(4KB)
README.md