Sunday, September 24, 2006

Create PDF using 100% JavaScript Code





With easyPDF JavaScript, you can dynamically:
  1. Draw Text.
    The attributes needed are: Start Point (x,y), the text, font name, font size, font style (plain, bold, italic, underlined), and color. BCL easyPDF JavaScript will also need all the information from GetTextMetrics( ) function from Windows API.
  2. Draw Rectangle.
    The attributes needed are: Rectangle, Foreground Color, Background Color, and Pattern.
  3. Draw Polygon.
    The attributes needed are: List of Points (x,y), foreground color, background color, pattern.
  4. Draw Line.
    The attributes needed are: Starting Point (x,y), Stopping Point, Foreground Color.
  5. Draw Bitmap.
    The attributes needed are: Rectangle, the Data (binary), the Size, the Type (JPG).
Contact us if you need to do something like this.

6 comments:

  1. Anonymous4:13 PM

    I love you guys.

    ReplyDelete
  2. I've tried converting my simple word document using your converter. I'm not sure if this will be testing forever but i hope not so.

    Thank You

    ReplyDelete
  3. You are indeed a kind soul! Thank you for giving this to us for free!!! =)

    Giuseppe (Tokyo student)

    ReplyDelete
  4. Anonymous6:48 AM

    WHERE IS IT? Can't find it (js pdf)

    ReplyDelete
  5. Anonymous12:46 PM

    I am getting "HTTP 404 - Page not found" on the link.

    ReplyDelete
  6. Even I am getting Page not found.. :(

    ReplyDelete