PDF::Create (or alike) to create watermark for existing pdf file?

Ask a Question related to Perl / CGI, Design and Development.

  1. #1

    Default PDF::Create (or alike) to create watermark for existing pdf file?


    Dear perl-ists: I tried out PDF::Create 0.01 (from cpan), and it is
    great. kudos, fabian. creates wonderful, clean, small valid pdf
    output. my only complaint is that its numbering system. on cpan, it
    seems to be 0.01 ever since 1999? ;-)

    alas, my need is slightly more complex. I need to underlay an already
    existing pdf file that was created by pdftex with a page that I can now
    create with PDF::Create (or some other program). that is, the latter
    should become the background ("watermark") for the former. to
    re-pdftex the former would simply take too long, so a personalized
    watermark is my next best solution.

    now, PDF::Reuse seems feasible, but I could see no example of how to
    use it to put up a watermark on every page for an existing pdf file.
    if it works, does someone have an example?

    or are there any other modules that can do what I need?

    sincerely,

    /ivo welch

    ivowel@gmail.com Guest

  2. Similar Questions and Discussions

    1. How can i add or create Layers into existing PDF File
      How can i create or add new Layers into new or existing PDF file using DLE JAVA API (Datalogics API)
    2. #16263 [Com]: session.start() create new empty session file and not resume existing session
      ID: 16263 Comment by: pat at burnttech dot com Reported By: kur at natur dot cuni dot cz Status: No Feedback...
    3. Unable to create new page from copy of existing page
      I have issues when trying to create a new page from an existing web page on my site. I am only seeing the "blank document" option from the...
    4. Help needed with ASP form browse for file, create link to file and insert in access database
      I have a form where a user enters their name, date etc. i also want them to be able to click on a browse button and select a file which will then...
    5. sco 505 - create windoze exe file that will create a unix disk
      Hi, I wonder if this is possible, I want to put some files on a floppy disk from my SCO unix box, then I want that disk to be converted to a file...
  3. #2

    Default Re: PDF::Create (or alike) to create watermark for existing pdf file?


    let me add: PDF::Create seems to be able to create many pages, but
    itself it can only use the first page from an existing .pdf file, at
    least as far as I can tell. alas, my pdf document has many pages, not
    just one! :-(. did I misunderstand this? /iaw

    ivowel@gmail.com Guest

Posting Permissions

  • You may not post new threads
  • You may not 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