-2
votes
0answers
23 views

Browse & Save Canvas to PDF javascript [closed]

i need a way to covert things in canvas to pdf using Jasvascript. but it alFso should have a way to browse & save . i tried to to search from internet. but most of the answers contain way to save ...
-1
votes
2answers
76 views

How to render a pdf from bytestream in ajax response

I am working on a mobile application.we are using jquery-mobile. we have an option to view or download the records in pdf format. I dont have the control on backend. I will get the pdf data in json ...
0
votes
1answer
39 views

Generate a PDF from a site running javascript

I need a way to generate a pdf-file of a site that runs alot of javascript.. any ideas of how to do it..or is there any package that I can use or something? Thanks in advance! EDIT Should add that ...
0
votes
0answers
104 views

Error printing iframe with Jspdf (Protocols must match)

I have this code to generate pdf with Jspdf: var pdfDoc = new jsPDF('p','in','letter') var verticalOffset = 0.5; var size = 10; var font = ['Times','Roman']; var wtext = 'Some text...'; var lines = ...
2
votes
1answer
62 views

Writing string content as PDF

I have already build functionality to generate pdf file for reports that user view. So what it currently does is when user clicks to the print pdf button it Get the html content of the div that ...
5
votes
1answer
132 views

Export an php page to pdf [duplicate]

I have a php page which consist of table data and below few funnel charts. I want to export the page to pdf with headers and footers Can anybody tell me how to export it using javascript or jquery or ...
-1
votes
2answers
52 views

Searching for a PDF Library for an exam checking software [closed]

We are starting a long-term project build a system for exam checking in my school. The system should work as follows: Exam forms are scanned into PDF after students solve them A checker can mark the ...
0
votes
0answers
39 views

many fields in PDF form

I created a PDF form (using javascript in math op.) which calculates the number of people that can live in a certain area. The idea is simple: by entering the area and one dimension, it can calculate ...
1
vote
2answers
169 views

forcing a pdf to download when clicked on button

I hava a backbonejs view containing a button saying "download pdf". I also have the url available where the pdf can be found. I want that when user clicks on the button, the pdf file gets downloaded. ...
0
votes
0answers
120 views

Portuguese/Spanish accents with jsPDF

How can I manage to get special characters in a PDF file generated with jsPDF. The texts are dynamically loaded through ajax. Some possible chars are à, É, Ç and õ. I, up to now, didn't get how to to ...
0
votes
0answers
112 views

Getting a pdf file printed with a button click in a backbone.js view

I have a invoice generation application that generates a pdf invoice in the backend and saves it to some location. I want to put a button in the view and when clicked on it, that specific pdf file ...
2
votes
1answer
240 views

Reset printer to the default one in Adobe Reader JavaScript API

I have a PDF file with some scripting inside. The scripts are allowed to change the printer to which the document is being printed (because we have dedicated printer for barcodes and other printer for ...
0
votes
2answers
170 views

Injecting Javscript to PDF from MVC 3 controler

In my ASP.NET MVC3(Razor) application am struggling with the print utility. I want to auto print a PDF file which is converted from rdlc. I converted the rdlc to pdf using the following code: ...
0
votes
1answer
85 views

Creating PDF with JavaSript Supporting Right To Left

I am a beginner to JavaScript and I know there are ways to create PDF file on the fly. One of the examples I found is jsPDF (hspdf.com) How ever, and as far as I understand, jsPDF does not support ...
1
vote
0answers
99 views

Generating large pdf in javascript: browser kills hanging page

I'm developping an image cutting application using javascript. The main goal is to cut an image into easily printable pieces and generate a pdf with said pieces. You can find the dev version online at ...
0
votes
1answer
112 views

acsses to javascript PDFObject

I'm using PDFObject for my application : var myPDF = new PDFObject({ url:myUrl, id:"myPDF", width:"100%", height:"100%", pdfOpenParams:{ navpanes:1, statusbar:0, ...
0
votes
1answer
89 views

generating PDFs from html+javascript cakePHP 2.x

I am trying to generate pdf files in a cakePHP app, but so far get only html to be included in a file. The problem is that the main content of the page (calendar) is produced by the javascript which ...
-1
votes
1answer
58 views

CSS to AI/vector [closed]

I am building a flyer generator using css/js. I'd like to output the final product to a layered ai/vector. There is SVG but I am not familiar with it enough to tell if it can be of use. Anyone have ...
3
votes
5answers
1k views

How to export table displayed on jsp to pdf in java strust2

This is my data display in table format. I want to show as it is in PDF without using display tag library of struts2. <table border="1" align="center" style="border-color: #CCCCCC; border-width: ...
0
votes
1answer
241 views

In-browser conversion of MS Word document to PDF

I would like to implement an in-browser Microsoft Word document merge feature that will convert the merged document into PDF and offer it to the user for download. I would like to this process to be ...
1
vote
1answer
2k views

how to convert a web page into pdf by button click in html5

I have web page with containing data i want that when i click generate pdf button it should create pdf of that page. And Save Locally . I have searched alot but i am getting script to only create pdf ...
1
vote
1answer
201 views

Wicked PDF - Wait for AJAX request to finish

I'm trying to generate a PDF using WickedPDF and all of my static HTML/CSS is loading. I have a few elements on the page that are populated using AJAX requests, but they are not showing up in the ...
0
votes
1answer
158 views

mozilla pdf.js without fullview

I liked this pdf viewer https://github.com/mozilla/pdf.js/ Demo: http://mozilla.github.com/pdf.js/web/viewer.html I want to open this in a div (say 400px width) How can I do that? Right now I am ...
0
votes
0answers
171 views

Adobe Acrobat Pro: anything similar to query-string or command-line arguments when 'invoking' the PDF?

I am in the very early stages of finding a tool that can create "intelligent" dynamic PDFs on a web server, with a particular kind of desired intelligence: when the PDF is "invoked" (opened, ...
4
votes
2answers
543 views

HTML/CSS to PDF, background image on all pages

I'm generating PDFs from user submitted HTML/CSS. The client has requested that the PDFs have a background image to add some branding. The PDF library is wkhtmltopdf11RC1. I can make the images print ...
2
votes
2answers
5k views

html to pdf conversion using javascript / jquery [closed]

hi all i am working on a project in which i have to generate pdf report from html so for that i need a client side html to pdf converter tool totally javascript or jquery based i have done google ...
2
votes
1answer
3k views

Genarate PDF on client side using JSPDF

In my application I need to download pdf by parsing HTML on client side itself. For generating pdf on client side I am using jsPdf. Following is my code. PdfGenerator.java public static native ...
1
vote
1answer
1k views

PDF.js Inserting Images

I've started using PDF.js, an excelent work, by the way. But now I want to insert an image (from a canvas element) on the pdf page. Here's my code: var image = ...
0
votes
1answer
151 views

DOMPDF Font Change

Using DOM PDF to create some reports, however the only thing I am having problems with is setting a sans-serif font. I have tried just about every way to set the font possible in CSS yet it always ...
0
votes
1answer
372 views

Creating a file in Javascript using the available Bytestream

Is there any way to create a file (eg: a PDF) in JavaScript by setting its mime type, title, content, etc and display it in the browser with the option to download? I have a Base64 bytestream of a ...
0
votes
1answer
1k views

How to convert Hexadecimal Byte stream in the form of string to actual bytestream in javascript?

I have a pdf file that is available in the form of a Hexa string bytestream like: "255044462D312E330D0A25E2E3CFD30D0A322030206F626A......" (its a very long string, so I have just given the format) ...
0
votes
0answers
620 views

Forcing “auto-rotate” / “Auto-portrait/landscape” from javascript on a PDF

I've been poking around the javascript API for adobe acrobat for a while now and noticed that it doesn't have one instance of the word "Landscape" in it. So I'm baffled as to what the name of the ...
0
votes
0answers
686 views

SharePoint List to Google Map API v3 to PDF [closed]

OK, My requirement is to take a calendar list that has an address block and display this information in a Google Map on the same page (This is done as you can review my code later). My real issue is ...
1
vote
1answer
279 views

Rails 3 wicked_pdf and pagination

Is there any simple solution for custom paginating pdf? I was thinking about some javascript which will check the div height and paginate when next element will overflow the aggregating div - is there ...
1
vote
0answers
259 views

Converting an InfoPath form to a PDF file

(I apologize for my English, but this is not my native language ^^) I would like to have an opinion about converting InfoPath form of restitution to a PDF. In summary I display a WebPart of list ...
2
votes
3answers
776 views

How to generate page running on server as a PDF

The task is not easy, as I need to create a PDF version of a page after clicking a button. It has a complicated dom structure, with many elements positioned absolutely/relatively, and the data is ...
1
vote
1answer
374 views

How to split a pdf doc vertically and display the pages in order

I have a pdf doc which has 2 pages per page I want to split the page vertically and display the page in order (eg 100 page pfd doc will get converted to 200 pages doc) I want to code it in may be ...
-1
votes
1answer
2k views

converting html to pdf through javascript

i am new to javascript and html, i am building an application in phone gap and pdf converter is part of my project. For this i have refered to this link, when i install this app on device and run it i ...
3
votes
2answers
2k views

Saving flot chart to image or pdf

I'm trying to save a flot chart to an image and eventually to a pdf, but can't quite figure out how. Online I see that I can do canvas.toDataURL("image/png") But the trouble is how do I get the ...
2
votes
1answer
3k views

How to generate PDF using HTML5 and JavaScript

I have a project in HTML5, I have used canvas in it. I want to export the content of the canvas to a PDF file. Can anyone suggest how can I do that using either JavaScript or jQuery or any other ...
0
votes
1answer
767 views

Handling PDF result data from ajax success

I wondered if anyone could suggest an alternative approach to the following work around. I have a web application that makes an http request for a PDF. The PDF can take more than the default timeout ...
2
votes
0answers
808 views

Printing a PDF document from a browser

I have web application that dynamically generates XHTML. The XHTML is then converted to PDF using Flying Saucer. The document is then streamed to the browser and served inline. Part of the ...
0
votes
1answer
677 views

Client-side Microsoft Word to PDF conversion - how to in MVC3?

I have a file upload control on my page. When a user selects a .DOC/DOCX file in the control, I need to show the selected file on the page but in PDF format. I can show the PDF using embed tag as ...
1
vote
0answers
640 views

JasperReport: Is it possible to set Initial Zoom in PDF?

I have a JasperPrint that is exported to PDF and it's showing embedded into a web page. Is it possible to set the initial zoom in any way? I know how to do it with POI (by javascript), but I don't ...
0
votes
3answers
440 views

php code for creating .pdf file is not working on server

I am using PHP code for creating .pdf file and I am filing forms values in that .pdf file. On localhost the code is working fine it creates .pdf ,edit .pdf file .... But when i am putting same code ...
1
vote
3answers
280 views

Genrate PDF automatically and automatically upload to server

I am working on improving a daily tasks which could be sped up if what I need exists. It could save me about 2 hours of work a day if it can be done. My current way of generating reports is long. Here ...
1
vote
2answers
554 views

How to build a PDF framework in JavaScript?

I wanted to know how to generate a PDF. I have seen few frameworks across like jsPDF and others but am eager to build up my own framework so as to understand better how to work with PDF and how does ...
2
votes
2answers
466 views

Play Framework: Generate PDF from template that uses Javascript for graphing

I have a template that has some Javascript used to generate graphs in the browser. I would like to use that same template to create a PDF and send as an attachment in an e-mail. In this scenario, ...
2
votes
1answer
478 views

render pdf using javascript

In my App I need render a dynamic pdf. I have an ajax function that call a php function that return a pdf (string format). Now I render this pdf using data-uri in this way: ...
5
votes
6answers
936 views

What's the better way to generate pdf using javascript and/or php?

I have a web app and I need print the data into pdf. In back-end I use php, while in front-end a javascript MVC framework (backbone.js). I don't know if generate the pdf only using javascript (..then ...

1 2