Posted by upupax on March 18, 2009 at 12:34am
Jump to:
| Project: | Fill PDF |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
I was wondering if it would be possible to have this two feature:
1. associate a pdf file to fill to a particular content type. in this way it would be enough just to know the nid to determinate which file to fill.
Moreover the permission on the file type could be used to allow or deny user to fill the pdf.
2. direct link for download pdf as the one in print.module.
TIA, if you think this features fit the purpose of this module, I'm ready to help you in some way to realize them.
Comments
#1
So I was thinking of having checkboxes on the form-edit page listing content-types to add a tab to, and the tab label. Something like:
Form#1
--------
Show on:
[x] Content-type 1
[ ] Content-type 2
Tab Label: _______
Then your node would look like this:
[View] [Edit] [Print PDF]Node Title
Node Content
........
So the form-to-content-type association would be on the Form side, not the content-type side. What does everyone think of this? I've programmed it in on local, but I want to get opinions before committing & updating everyone's db schemas. Do we prefer tabs? Buttons? Different ideas altogether?
#2
Gonna handle this in #405384: Is there a way I can create a tab to download the mapped pdf?