galkahana / hummusrenderrer

NodeJS module for rendering PDF, using a document object/declarative method, using HummusJS
Apache License 2.0
16 stars 5 forks source link

Text at certain angles. Edit existing PDF #1

Open misbach opened 9 years ago

misbach commented 9 years ago

This looks like a great promising project. Two question:

  1. Does this support creating text strings at a specified angle?
  2. Do you have plans to support editing existing PDFs?
galkahana commented 9 years ago

Hi:

  1. Nope. good idea. think adding ability to apply transformation matrix to a box should do the trick?
  2. As a matter of fact I do. i plan to add a feature that will allow adapting an existing PDF by either adding pages to it or adding content using existing pages as background. sounds good?

Regards, Gal.

misbach commented 9 years ago

Fantastic news.

  1. Not sure I understand, but I trust what you have in mind will satisfy my needs :-)
  2. The adding content using existing pages as background is exactly what I need.