Pure Perl PDF creation module.

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Pure Perl PDF creation module.

    Are there any Perl modules for creating PDFs that are purely
    Perl and don't depend on any 3rd party libs?

    Thanks.

    jason Guest

  2. Similar Questions and Discussions

    1. How pure get empty the information in the whiteboard module
      Hello, I am a flash fancier which just started study fms, but I the recent bitterness is at annoyance concerning usage CommunicationComponents.A...
    2. NameSpace for pure-perl TCP reassembly
      I have a set of modules I'd like to upload to CPAN, but I'm unsure what namespace to put them in. They turn tcpdump capture files into TCP...
    3. pure-perl access to mySQL
      Hi! Since mySQL 3.2x there have been a lot of changes. But one was the most significant to me: the new login process. This thing made Net::MySQL...
    4. Pure Perl df
      Okay, I'm at a loss and need help. A friend of mine is working with a Perl script. It has a system call to df in it, he would like to replace...
    5. Pure Perl SQL server
      Does anyone know of a pure Perl SQL server? I have noticed the rise of 'pure Perl' modules for things like XML parsing, and the pure Perl...
  3. #2

    Default Re: Pure Perl PDF creation module.

    jason <jbi130@yahoo.com> writes:
    > Are there any Perl modules for creating PDFs that are purely
    > Perl and don't depend on any 3rd party libs?
    >
    PDF::Create. Make sure to use the latest version from sourceforge, not
    the CPAN version.

    --
    Slaven Rezic - slaven <at> rezic <dot> de

    tkruler - Perl/Tk program for measuring screen distances
    [url]http://ptktools.sourceforge.net/#tkruler[/url]
    Slaven Rezic Guest

  4. #3

    Default Re: Pure Perl PDF creation module.

    jason <jbi130@yahoo.com> wrote:
    > Are there any Perl modules for creating PDFs that are purely
    > Perl and don't depend on any 3rd party libs?
    PDFs that are purely Perl? :-)

    Peter

    --
    #!/local/bin/perl5 -wp -*- mode: cperl; coding: iso-8859-1; -*-
    # matlab comment stripper (strips comments from Matlab m-files)
    s/^((?:(?:[])}\w.]'+|[^'%])+|'[^'\n]*(?:''[^'\n]*)*')*).*/$1/x;
    Peter J. Acklam Guest

  5. #4

    Default Re: Pure Perl PDF creation module.

    [email]pjacklam@online.no[/email] (Peter J. Acklam) wrote in news:isbexpz6.fsf@online.no:
    > jason <jbi130@yahoo.com> wrote:
    >
    >> Are there any Perl modules for creating PDFs that are purely
    >> Perl and don't depend on any 3rd party libs?
    >
    > PDFs that are purely Perl? :-)
    From <http://www.bulwer-lytton.com/sticks.htm> ("Sticks and Stones,"
    reader-contributed examples of actual published writing that's at least as
    bad as the deliberate bad writing in the Bulwer-Lytton contest):

    "Some true literary atrocities have been committed by nature writers.
    Here's a particularly horrible example from Hummingbirds of North America:
    Attracting, Feeding, and Photographing Them, by former TV weatherman Dan
    True (author of What Do Women Want from Men?), published in 1993 by
    University of New Mexico Press:

    "Since then I have learned of a very good but very expensive commercial
    hummingbird mix for sick hummingbirds from Germany used by the San Diego
    zoo called Necton."

    Note that there's a good reason that Perl doesn't allow multiple statement
    modifiers.
    Eric Bohlman Guest

  6. #5

    Default Re: Pure Perl PDF creation module.

    Slaven Rezic wrote:
    > jason <jbi130@yahoo.com> writes:
    >
    >
    >>Are there any Perl modules for creating PDFs that are purely
    >>Perl and don't depend on any 3rd party libs?
    >>
    >
    >
    > PDF::Create. Make sure to use the latest version from sourceforge, not
    > the CPAN version.
    >
    you might also consider pdf::api2
    [url]http://search.cpan.org/~areibens/PDF-API2-0.3r77/lib/PDF/API2.pm[/url]

    a.
    aha Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139