A standardized file format for rich documents.

learn more… | top users | synonyms

1
vote
2answers
52 views

Generate a fancy PDF certificate from form?

Anyone have ideas on how to generate a fancy PDF certificate in drupal based on user-supplied form input? Here's an example of what I want to do here: http://www.infiniteskills.com/cert/01596 This ...
0
votes
0answers
16 views

Webform table element is not printing the value in PDF

I am using webform_table_element 6.x to add a table in my webform, also webform2PDF to create PDF on the form submissions. I am pretty much happy with all the values printing up in the form except ...
0
votes
0answers
27 views

Why Views PDF display empty document?

I am trying create a PDF View. Standard D7 install. More info: Format: PDF Table Fields: Title Filter criteria: Published: Yes Type: Article Standard HTML View works as expected, but PDF ...
0
votes
0answers
34 views

How to use PDF Preview in Drupal 7

Using PDF Preview module, I want my PDF file to show only it's first page to my site's front page. I have installed image-magic on my server. Someone told to keep my PDF file in the path ...
0
votes
0answers
44 views

How to use PDFPreview in Media's File Type display settings?

I'm using the PDFPreview module (slightly hacked, see this issue) to display thumbnails of PDFs uploaded to a filefield. However, that same filefield can hold other kinds of files (images, embedded ...
1
vote
2answers
91 views

How to Print /PDF entire page

I was wondering if the Print module can be used to print an entire page, not just nodes. I need to add some blocks to the pdf as well, not just the node content. Is there any way of doing this or I ...
0
votes
1answer
105 views

Convert a webform to a PDF

I am having a Webform with few components as in this image once I fill the fields and hit submit, obviously it saves the values in DB and could be seen in node/$nid/webform-results as submissions ...
-1
votes
1answer
98 views

PDF.JS installation in DRUPAL 7

how to correctly install pdf.js in drupal 7? I've read the readme.txt i can't achieve first step and second step. I've tried many times but i really ca't do it. I can't find any file viewer or reader ...
2
votes
1answer
76 views

A module for generating PDFs

I have tried PDF using mPDF and Printer-friendly pages (Drupal 7.x). They both need own styling of an output. I have got a CSS that formats my pages for printing. I would like to generate PDFs by just ...
2
votes
1answer
124 views

How do I download/open a pdf file directly by clicking on lable/link

I have created a view that displays in a bulletin format, which works fine. My challenge is when I click on the bulletin which has a pdf attachment, I want it to immediately download/open the attached ...
0
votes
1answer
92 views

how to use pdf reader module in drupal?

im trying to make a simple pdf viewer or reader website running locally on my computer. Ive used the pdf reader, follow the instruction in README.TXT but still i can't use this. I can't seem to find ...
0
votes
0answers
14 views

printpdf module error 'access denied' for admin

I have installed module for printing html to pdf, but it doesn't want to work properly. I have a visible url and is working fine, but when i put 'printpdf/' in front of it, so i would get pdf, the ...
0
votes
1answer
56 views

print.module error - Warning: file_put_contents

I am using the print.module and dompdf to convert the PDF files. I am getting the following warning on my pages. How would I go about fixing this? Warning: ...
0
votes
1answer
89 views

Cannot get dompdf to work [closed]

I have extracted the dompdf libraries folder to /sites/all/libraries Re: 2. Edit dompdf_config.inc.php to fit your installation. What exact changes do I need to make to this file??? Also, I am ...
0
votes
0answers
23 views

Free tool to generate PDFs [closed]

Which of the following PDF generating tools are free and most reliable: dompdf mPDF TCPDF wkhtmltopdf
0
votes
1answer
19 views

control over what prints on first and second page of pdf

I am generating pdf using dompdf and my website is running on Drupal 6. I have a requirement wherein I need to print part of my html on first page and some part on second page in some cases. Also ...
-2
votes
2answers
67 views

Linking a pdf file within a paragraph

I don't have Drupal installed on my computer (do I have to?). I access the admin site to make changes. I need to add a PDF file that describes an event. In order to do this quickly, I simply inserted ...
0
votes
1answer
170 views

PDF Reader module not displaying pdf on Colorbox using Pdf.js

I'm using the PDF Reader module to try to display a pdf file. Every thing works great using google docs viewer, embed but Pdf.js is not working with Colorbox Popup, I get a blank Colobox lightbox. ...
0
votes
0answers
127 views

TCPDF + PRINT module + drupal [closed]

i want to make a pdf version for my Drupal site page. I am using TCPDF with print module. I am actually doing this for the first time. Can any one help me with a good head-start for this ? I have ...
2
votes
1answer
127 views

Webform Tokens lets me access form meta-info but not user-submitted values (with Fill PDF)

I'm attempting to use the Fill PDF module to populate an editable pdf. The data source is a Drupal Webform submission. I'm specifying those values to Fill PDF using tokens from the Webform Tokens ...
0
votes
0answers
39 views

How can i attach a pdf to the mail?

I need to attach a pdf to my custom mail. Please give me some good links or code to achieve this goal.
1
vote
0answers
14 views

How to trace menu links not linked to a node in views

I am using drupal 7.18 + views 7.x-3.5 + menu node views 7.x.1 I managed to make blocks of the children of the active menu item, using views and menu node views based on the menu node id contextual ...
0
votes
0answers
51 views

Views PDF module - append content field to PDF filename?

I am using the Views PDF module to print spec sheets of content on a Drupal 7 website. the module automatically saves the PF using the machine name of the view, but I need to append the content from ...
0
votes
2answers
98 views

Creating output files from Drupal 6

I need to produce PDF/HTML output from my Drupal 6 app; is there a "Drupal way" to create a template with variables and then substitute them when the output is rendered or do i have to realize it by ...
2
votes
2answers
67 views

Implementation of PDF generation

I am working on a requirement where I have a link "get report". When User clicks it, the information is fetched from DB and a PDF report is generated. Finally the PDF file will be shown to the User to ...
4
votes
1answer
360 views

How to export Drupal page as PDF?

I am using Drupal 7.17, and have created content of type book. I want the users to be able to export it to PDF format. The pages contains images, HTML tables, HTML ordered and unordered list (ul and ...
0
votes
1answer
64 views

Attachment displays for View are not included in PDF from Views PDF

I have a view with the following displays in a single View on my Drupal 7 website: Page Attachment 1 Attachment 2 PDF The Attachment 1 and 2 displays both are set to be shown on the Page display, ...
-3
votes
1answer
54 views

send images as pdf in drupal [closed]

The customer must be able to insert photo's in a database. The user can watch these as a thumbnail in a galery,. The user can select some of these photo's and click on a button SEND AS .PDF .then ...
0
votes
0answers
78 views

Customise Views PDF export

I am using Views PDF to export some of my pages as PDF files. So far I can get it to export the files . I am however getting challenges in trying to adjust the styling.I have looked at the module for ...
3
votes
1answer
160 views

Importing PDFs into Drupal as content types

I'm new to Drupal and I have a question. Is there any way to import table data on PDFs into Drupal, creating them as events? I don't believe there is but I want to double check.
1
vote
2answers
112 views

How to exclude fields from print page version (html, pdf)?

As in question, excluding node fields from HTML print page is easy via CSS, but what about PDF version (PDF version module)?
1
vote
0answers
46 views

How to create Bookmarks in PDF?

Is there any module or plugin in Drupal that automatically creates Bookmarks for the PDFs. I made a Google and could not turn up with any related module. The print module does prints contents in PDF ...
1
vote
1answer
89 views

How to add Table of Contents in a PDF?

I am using the Drupal Print module to create downloadable PDF from my site. This works very well indeed. But I would like to have a table of contents in the left region of the downloaded PDF. For ...
0
votes
2answers
224 views

Split PDF's into multiple parts

Is it possible to allow pdf uploads to be split automatically by drupal? Example1: If I upload a PDF with 4 pages. Drupal will split it into pdf(page1), pdf(page2),etc... Example2: I upload a pdf ...
0
votes
1answer
63 views

The link of “Pdf version” on node page does not appear in chrome

I have installed the the print module on my drupal 7 site. I configured the the print module pdf settings. Now the link "pdf version" is displaying with each node on the content area at bottom. When ...
1
vote
1answer
254 views

How to generate pdf file from a specific type of content?

I have a content type named "employees". I want that when I add an employee(creating content of type employee) it should also generate a pdf file which will contain the data which I inserted during ...
0
votes
1answer
328 views

PDF Reader module not displaying pdf

I'm using the PDF Reader module to try to display a pdf file. Ideally I'll use the Goolge Viewer, but as of right now none of the displayers display my pdf. My pdf file is set to full chmod 777 as ...
1
vote
0answers
245 views

Media module: how to generate a pdf link?

I'm trying to use the media module to generate a link to a pdf that I uploaded using media module. The problem is that when I insert the pdf that is on my library and select the link format, it ...
0
votes
2answers
82 views

Webfm and views; can I create a view that has a list of links to the files?

Really new to Drupal and getting a little lost on this one. I want to create a view of files that are listed in webfm. These files will all be pdfs. Is this even possible. My aim is to use standard ...
1
vote
0answers
301 views

How can i export data to PDF from an SQL query?

Given the following code: $query3 = db_select('1_jp_lomba', 'jp2')->fields('jp2', array('nama_lomba')); $query3->condition('jp2.jp_ke',$selected,'='); $options4 = ...
0
votes
1answer
339 views

How do you create a make file and minify it for pdf.js?

I want to install the PDF module. In the modules "Getting Started" instructions, I read the following sentence: Make pdf.js file in the pdf.js/build directory by following the README. The README ...
0
votes
2answers
761 views

Save PDF file using webform2pdf

I am using Drupal 7.12 and Webform2PDF 7.x-3.0. Is there any feature to save the PDF file to server using this module? Or how can I do this with this module? Or is there any other module ?
0
votes
6answers
2k views

Best way to display PDF in drupal as a slideshow

I'm looking to display a PDF on a page, but don't want to outsource the hosting to scribd or slideshare, or one of the other players. My constraints are basically... I want to host it on my site. I ...
1
vote
1answer
243 views

Integrate Mathjax and generate PDF

Am working on the site with Mathematical content(Drupal 6.18). Have success fully integrated Mathjax for representing mathematical equations. But have an problem to generate PDF of same content. The ...
0
votes
1answer
1k views

Theming Print PDF module output when used on non-content page (views)

I have a View that has an enabled PDF version feature provided by the Print module (http://drupal.org/project/print). Its ok, but I'd like to tweak the output table with theming. According to the ...
0
votes
0answers
46 views

How do I convert a document to a preview image? [duplicate]

Possible Duplicate: How can I convert first page of a pdf as its thumbnail? I have a file field which allow users to upload document types like pdf, doc and txt. Now I want to convert first ...
2
votes
2answers
793 views

How can I convert first page of a pdf as its thumbnail?

I'm trying to build a document sharing site so I need to convert first page of each document as its thumbnail in a grid view. I've found some module like PDF-to-ImageField module, but unfortunately it ...
1
vote
2answers
291 views

how can we display the field in image or pdf format

I have a Content Type as Article with fields Title, Article Content and Tags. When a user sees a Article, then how can we display Article Content in Image or pdf format. And Title and Tags will be ...
0
votes
1answer
172 views

Uploading pdf newsletters

How would I upload a pdf and link it to a post on my homepage? Basically the PDF is a newsletter and every week I want to upload a pdf (newsletter) and have a link as a story on the home page. I'm ...
2
votes
1answer
221 views

Custom view with selective PDF output

I'm hitting a blank, I need to be able to offer a print option on some views (a pdf) and not on others. Does anyone have an elegant way of doing this? Thanks for looking, I appreciate your time.

1 2