PDFTK allows node creators to automatically merge multiple pdf documents into one file.
It uses a binary program, PDF toolkit (PDFTK) v1.45 that must be installed on the server. It also requires the installation of a library, PHP PDFTK toolkit v0.1.2, which is easily configured.
Additionally quite a bit more functionality can come from the PDFTK system binary in the future, rather than just merging.
Similar modules:
PDF Merger http://drupal.org/node/1984222 -- This module is for drupal 6.
links:
git clone http://git.drupal.org/sandbox/linwiz/1970174.git pdftk
http://drupal.org/sandbox/linwiz/1970174
http://drupalcode.org/sandbox/linwiz/1970174.git
application reviews:
http://drupal.org/node/1982010#comment-7377194
http://drupal.org/node/1987190#comment-7379362
http://drupal.org/node/1986548#comment-7379930
http://drupal.org/node/1986548#comment-7384152
Comments
Comment #1
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #2
a.milkovskyManual review
1) add git clone string into project description
2) Use
$path = libraries_get_path('library_name');to get library path instead of$slibrary = 'sites/all/libraries/php-pdtfk-toolkit-master/pdftk/pdftk.php';. Read this article3) don't hardcode 'public://'' or private files storage.
$ofile = file_save_data($oimage, 'public://' . $stmpfilename, FILE_EXISTS_RENAME);use file_default_scheme() insteadComment #3
linwiz commentedI have made the corrections at #1, #2 and #3.
Comment #3.0
linwiz commentedAdded git clone url
Comment #4
teyser commentedHi,
In drupal 6 I, created the pdf merger module sandbox project..(With help of fpdi and fpdf library)
Please refer this link to know more
http://drupal.org/node/1984222
Just check this and give your feedback ..
Regards,
-Raj.
Comment #4.0
teyser commentedChanged required library version
Comment #4.1
linwiz commentedAdded link to review
Comment #5
linwiz commented@teyser I apologize as I do not have a drupal 6 environment. You should surely start with theautomated review first, and clear up the numerous issues. I would also suggest using the coder module for drupal to double check your work.
Comment #6
linwiz commentedComment #6.0
linwiz commentedadded similar projects
Comment #7
teyser commentedHi Linwiz,
Thanks for your reply. Already I reviewed my code through the automated review and coder module. It does not has any error.
Comment #7.0
teyser commentedUpdated summary with relevant information.
Comment #7.1
linwiz commentedadded link to review
Comment #8
linwiz commentedadded three review links
Comment #8.0
linwiz commentedadded review link
Comment #9
klausiReview of the 7.x-1.x branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.
manual review:
Although you should definitively look into those issue they are not critical application blockers, so I guess this is RTBC. Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Assigning to cubeinspire as he might have time to tkae a final look at this.
Comment #10
linwiz commented1. This has been corrected
2. This has been corrected
3. I'm not sure, I will see if there is a reason to do this. I'm not sure what entities this would include? any benefits?
4. I would like to eliminate cron all together, but I can't find a hook where the files are available to be modified when the node/entity is created/saved/etc I am open to ideas here, but I'm unable to find a hook for this.
5. I am currently updating the UI anyway, and this will provide a better experience, thank you. What would I use to get file fields without actually having the file field name? This would be a definite improvement, but I have not come across this in information yet.
6. This is going to be used, I am currently heavily in developing this module, though it does function fully as described.
thank you for your review, klausi
Comment #11
klausiYou can just iterate over all fields and check their type with field_info_fields() or a similar function. Supporting other entity types is a good idea, since you may want to stick fields on users, terms, commerce products, profiles etc.
No objections for more than a week, so ...
Thanks for your contribution, linwiz!
I updated your account to let you promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and get involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.
Comment #12
linwiz commentedThank you. I have already made quite a bit of improvement with field_info_fields(). That's exactly what i was looking for, I just couldn't find it.
It seems it couldn't hurt to use this on all entities that have a file field.
Thanks for pushing this module through.
Comment #13.0
(not verified) commentedadded review link