0
votes
0answers
11 views

InDesign scripting: How to print specific spot color in separations?

This is my most difficult question to date! I am still a beginner to ExtendScript & JavaScript, but I am learning fast. Right now, I need to figure out how to tell InDesign to print specific ...
0
votes
2answers
43 views

Print a document with JavaScript

I want to open a print dialog for a file(docx,pdf,...) via a SharePoint Workflow. There I call a URL with GET and pass the URL of the file after the ? like this: ...
-1
votes
0answers
7 views

Scale on print page with GeoEXT and GEOSERVER

am trying to print my map, and generate the pdf, i succeded to do that, but the map shown on the pdf is with a scale chosen from the scale combo. what i want to do is to add ohter scales or simply i ...
0
votes
0answers
10 views

PrintMap with Geoext + GeoServer

am trying to print a map with GeoEXT and geoserver i successed to show the print panel but when i click the print button i get this error: Error while generating PDF: ...
0
votes
1answer
24 views

Extendscript InDesign CS6: Print using a print preset

This one should be simple enough for you Javascript/Extendscript wizards. I want to print a document using a print preset, while also specifying a page range (and maybe other options as well, after ...
0
votes
1answer
26 views

Getting the current user name or computer name in Extendscript

I'm finally getting some headway made in my script for InDesign CS6. Now, in order for it to know to which printer it should print a document, I need to query which computer the script is running on. ...
1
vote
1answer
39 views

Cannot read property 'length' of undefined (print map with geoserver)

am trying to work with print with geoserver geoext/ext to print a map. i successed to install the print plugin, since localhost:8080/geoserver/pdf/info.json?var=printCapabilities shows the print ...
0
votes
0answers
24 views

Printing a webpage with canvas

I am using canvas on this project I am working on to allow users to add their signature. I am having a very hard time printing this canvas signature out on paper. Using Google Chrome, the canvas ...
0
votes
0answers
27 views

Javascript using position as parameter

When a button is clicked it grabs a div for printing. (Literal onto a piece of paper printing.) Since I can't screen capture things, I'm rerendering the div for print using @media print to control ...
0
votes
0answers
29 views

Elements with display: none are printing to sheet.

Im having some trouble getting this to work I have a complex HTML page that has a chart(from Highcharts) which when I try to print just the chart, prints the chart plus the page which has all elements ...
1
vote
0answers
39 views

Printing from web application using Zebra Technologies printers

We want to provide print functionality in our web application (ASP.NET, C#) for printing labels on the client machine. Currently we are using "Dymo Label Printers" they provide a nice JavaScript API. ...
0
votes
0answers
23 views

Printing Highcharts using the Adobe PDF print driver

I'm trying to print a webpage that contains (among other things) a highcharts control. The printed page must contain all the other (non-highchart) elements as well, so the exporting module is not ...
0
votes
1answer
87 views

JavaScript runtime error: Unable to get property 'innerHTML' of undefined or null reference in asp.net

I have a textbox in which user will write some text. Now If he wants to print that text he should click on print button. The design of Print button is as follows: <asp:Button ID="btnPrint" ...
1
vote
1answer
18 views

TinyMCE - How can I turn off Visual Aids for printing?

I recently added TinyMCE 4.0b2 to a web application I've been developing. I needed to have visual aids turned on for editing, however turned off when printing and spent a fair amount of time looking ...
0
votes
1answer
22 views

Removing input placeholder on a printable version of an html page

I have a form with input fields. Each input field has a placeholder attribute. There is also a link displaying the printable version of the same form. My problem is that if I leave the placeholder ...
0
votes
0answers
35 views

Prevent reload after print text using javascript

I have a function for print data in a text area, function printTextArea() { childWindow = window.open('','childWindow','location=yes, menubar=yes, toolbar=yes,_blank'); ...
0
votes
0answers
44 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 = ...
0
votes
2answers
68 views

jQuery: Hide tr of child td that contains ul + print?

I have a <table> where certain <td> contain <ul> and I want it when a specific button is clicked, two things occur: Parent <tr> of children <td> that contain a ...
-1
votes
0answers
56 views

Is there any way to select a specific printer in Google Chrome via Javascript? [closed]

I'm plenty aware that this question HAS been asked before, but my particular situation made me decide to ask it again because of its potentially unique characteristics. First let's get this out of ...
0
votes
0answers
62 views

css @media print not working entirely

I have a scrollable div in my page and I want to print the whole content of it, without printing the rest of the website. I have a file called print.css with the code: /* print style for quiz */ ...
0
votes
1answer
58 views

Print a pdf with javascript or jquery

I need to print a .pdf file (I generate it with jasperReport and I save it on a server) when I click on a print.gif button. Now I found this solution that works for Firefox but not for IE! function ...
0
votes
1answer
184 views

window.print() CSS not loaded in print preview

I need to provide option to print a part of the webpage. This was implemented using the javascript window.print() answered by: Bill Paetzke. The pop up window opens up (this contains CSS style) and ...
0
votes
1answer
45 views

Printing the content of a div with vertical scroll

I have a div which has a fixed height and the content in it occupies more space than it's fixed height so I gave it an overflow-y:scroll . How do I print the entire content that is inside this div?
0
votes
0answers
49 views

How do you do a print preview of an iframe?

I have a block of code that opens the print preview window, but the problem is it displays all wrong because the content is inside an iframe. Not sure how to go about modifying this to show the ...
0
votes
1answer
31 views

Split table with header to print it out

I'm reading some data from MySQL with PHP and trying to print (to paper) the data on a <table> but I need to split the <table> to leave just 30 row per sheet and each sheet has to have a ...
0
votes
2answers
29 views

Need to create a printable table that organizes results handled by a JavaScript function [closed]

I have written a program using HTML and JavaScript that calculates the price of a sliding door for a metal roofing companies website. When the user puts in values such as height and width the numbers ...
1
vote
2answers
61 views

How to print a Hidden DIV when printing using a JavaScript Function

I have a javascript print function: function printDetails() { var printContent = document.getElementById('<%= divMail.ClientID %>'); var windowUrl = 'about:blank'; ...
0
votes
1answer
29 views

Reliable way to create printable page on website

I've been asked to create a web based application that, on several parts, needs to offer a 'print' button to the user and, once clicked, send a document to the printer. However, the information ...
0
votes
1answer
25 views

Print the image by URL from browser's scripts

I can use any browser on windows XP or 7. I can change any security options for my issue to be solved. I need to print the contents of remote image (by its uri) from javascript or vbscript. I have a ...
0
votes
0answers
30 views

Weird black box when printing from javascript

I'm using windows.print() to print some content. I sometimes get a random black box on the right hand side of the print out. This happens regardless of whether I print to PDF or paper. Initially I ...
1
vote
2answers
50 views

Printing values from tag select option

I don't know why, but when I click the print button, the print preview always shows the the first option on the tag select option as an example : testingprint.html <!DOCTYPE html PUBLIC ...
0
votes
1answer
32 views

Windows store app - print specific div

I'm wondering, if it is possible to print specific div in windows store app? I create appbar print button which call print funtions, that can print whole "page"(msdn sample). But I have to print ...
0
votes
1answer
86 views

Printing the content of a div

How do I print the content of a specific div with Javascript or Jquery? I know you can use window.print(); but that prints the whole page. Also the div that I wish to print has a vertical scroll, if ...
0
votes
3answers
220 views

Print pdf with web application

I've seen a couple of topics about this problem - The ability to print through a browser. Unfortunately the only working solution for me was printing with an iframe. the problem with iframe is that ...
0
votes
0answers
33 views

Print pages on some conditions

i am editing this again just to tell people that i desperately want an answer for this question as it is very messy to do with programming.. I would like to print my JSP pages with conditions. ...
0
votes
0answers
31 views

print page and mail it to me in one button

I have s script that print a page of a website, it's running perfectly.. Now, my issue is, i want the same button to send email to me in the background, attaching the one that is recently cued for ...
0
votes
1answer
82 views

Printing multiple pages in JQuery

I'm trying to print (via a printer) two or more div's, each to its own page. I'm trying out different plugins, including printArea. I've tried something along the lines of : ...
1
vote
2answers
87 views

Print image from Javascript

i have some images .... the size of each image is different For example: img1 = 200 x 1900 img2 = 1800 x 400 img3 = 600 x 800 // HTML <html> <body> <img src='img1.jpg'> ...
0
votes
2answers
490 views

how to give print(dot matrix printer) in asp.net

In my project i have to print a form, like name, age etc. Its all printed in print paper, i just have to place name , age according to paper. currently i am using a asp.net page to serve my ...
0
votes
0answers
39 views

javascript print function cuts text of iframe contents

I have an iframe and i use javascript to print the contents of it which spans multiple pages. function PrintCurrent() { outer.main["doc-body"].focus(); outer.main["doc-body"].print(); ...
1
vote
1answer
93 views

How to get to print in DymoLabel printer using javascript?

I just want to call the API's of Printer from a web page . and simply wanna print some stuff in it . I have done so far . <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
0
votes
1answer
70 views

PUBNUB: on “PUBNUB.subscribe”, window.print() not working

In one of my app am using PUBNUB for real-time web communication. But am facing some weird problem as when i subscribe some channels then window.print() (print preview dialog not opening) is not ...
0
votes
1answer
175 views

Firefox printing PDF in an iframe throws an error

Need help I need to load PDF into iframe while clicking and then call print dialog on it. I have such code: $('.print').click(function () { var iframe = '<iframe src="test.pdf" ...
1
vote
1answer
40 views

How do I send a job to a printer inside my HTML 5 app?

I need to be able to print content from my HTML 5 app directly from within the app it self. Here's my understanding of what I need to do, please correct me if I'm wrong: Have a button somewhere in ...
0
votes
0answers
68 views

On print window close event in Chrome, is it possible?

I have that Chrome print dialog window which is kinda OK but I need event when that window is canceled or closed in order to trigger other function. Is it possible to do something like this.
0
votes
1answer
182 views

how to print a pdf file in php or javascript?

I want to print a pdf file automatically when I click print button using php or javascript. Thanks
8
votes
4answers
292 views

JavaScript: When printing a full web page, IE doesn't seem to print the contents of iFrames on the page

The client's website has product listings. The prices for the product are pulled dynamically in through an iFrame at the bottom of the page. There is Javascript on the page that automatically resizes ...
1
vote
3answers
36 views

What exactly is the output of window.print()?

(Obviously if I had a printer handy I would test this and find out!) I am wondering what exactly the javascript function window.print() will print when used on a page where content has been edited ...
0
votes
0answers
67 views

Is there a javascript library to print my website's logo on the top of every page? [closed]

I've got a website that prints out a large table across multiple pages. I wan't to be able to print my website's logo in the top right corner of every page when the user prints out the large table. I ...
0
votes
0answers
291 views

how do i use javascript window.print for form elements or multiple input type values?

how do i use javascript window.print for form elements or multiple input type values? i have code but problem is that multiple input type values doesn't appear in the print window? i have a form in ...

1 2 3 4 5 12