zoffixznet / Mojo-PDF

PDF generating Perl 5 module with the Mojo goodness!
1 stars 2 forks source link

add raw() method #11

Closed s1037989 closed 4 years ago

s1037989 commented 4 years ago

I'm really finding benefit in Mojo::PDF! One function that would be really helpful to have is the low-level prAdd function from PDF::Reuse. I called the Mojo::PDF method raw. LMK if you'd prefer something more similar to the original function name. Also, of high importance, is a link to the PDF Reference Manual. So far, I haven't been able to find a copy on Adobe's website to link to, but I found a copy of an older version on the wayback machine. Do you think it's OK to link to that? The prAdd function in PDF::Reuse gives a URL that's now 404, and mentions that this reference manual is pretty much necessary to use the function, so I found it pretty necessary to link to something usable.

What reference manual did you use when calling prAdd directly?

zoffixznet commented 4 years ago

What reference manual did you use when calling prAdd directly?

I don't remember. I may have just used PDF::Reuse's source/docs.

you'd prefer something more similar

I don't really care much for this module any more, so I added you as collaborator to the repo and you can add whatever features you think should be added. You can accept the invite here https://github.com/zoffixznet/Mojo-PDF/invitations and then you'll be able to merge the PR yourself. I'll then release the update.

If you are a CPAN author, I can give you PAUSE upload permissions and you'd be able to cut releases on your own. Let me know your PAUSE username.

s1037989 commented 4 years ago

Oh, ok! Thanks! My PAUSE id is SADAMS.

Do you not care for this module because you no longer have a need for it, or because you use something different now?

zoffixznet commented 4 years ago

I added you as co-maintainer on PAUSE. Upload whenever you want.

Do you not care for this module because you no longer have a need for it

Mostly because my personal and professional focus has shifted somewhat away from programming recently, so I don't code a lot any more. I have a couple of small scripts at work using the module, but I'm not concerned much about changes done to the module.