0
votes
0answers
20 views

Print chosen worksheets in excel files to pdf in python

I need to write a python script to read excel files, find each worksheet and then print these to pdf with the standard formating defined in the excel. I found the following question How can I open an ...
0
votes
0answers
22 views

Printing PDF - How to add margin top and bottom on every page?

I'm using phantomjs to take a screen capture of a "Proposal" that my application creates. This is all going great, it exports to PDF fine. When I print from PDF, I need to add margin top and margin ...
0
votes
0answers
19 views

Printing PDF with dialog window Java

I have big problems with printing PDF with opening dialog window in order to choose printer. PrinterJob class object is responsible for displaying dialog window and printing, but i dont know how to ...
1
vote
1answer
38 views

Modify VBA code for saving - MS Access

I am not much of a VBA programmer but I have been using the following code to prompt a user before exiting a form whether to save the changes or not. The code is the following: Private Sub ...
0
votes
1answer
22 views

Problems with PDFRenderer

Do you have any ideas how to print PDF file using standard Java libraries with showing dialog window? PrinterJob pjob = PrinterJob.getPrinterJob(); if (pjob.printDialog()) { try ...
0
votes
0answers
20 views

How setup a zurb foundation html report to fit A4/Letter size when converted to PDF on iOS?

I use http://foundation.zurb.com/ to create some reports (invoices, list and other stuff) that need to be printer as PDFs (created with https://github.com/iclems/iOS-htmltopdf). The thing works fine, ...
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
0answers
10 views

Unable to retain the text in pdf file after printing which is having font properties as Identity H CID

I am having a pdf file which is having font properties set as Identity-H and CID fonts. After printing such kind of pdf files, I am unbale to copy the text from the pdf. If i copy and paste, i am ...
0
votes
0answers
24 views

Print Process is not working in IIS

I have a problem with printing PDF document from asp.net web application i am using the following code to print a pdf document.my pdf document is in a folder in the application ...
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
38 views

Internet Printing Protocol (IPP) for nodejs

I am trying print the pdf file in my local using printer. This is code tried to print. fs.readFile('documents/AccountStatement.pdf', function(err, data) { if (err) throw err; var ...
0
votes
1answer
165 views

Printing PDF with Android

I'm trying to print a PDF from within my android application. But everytime i try to print my printed page contains weird data like: java.io.FileInputStream@418479b0 I assume that my pdf isn't ...
0
votes
0answers
42 views

Attach pdf report to email outlook, send autmated scheduled email to multiple recipients

I am interested if there is an easy way to schedule the sending of an email in Microsoft Outlook 3 times daily at predetermined times (7am, 12noon, 3pm) to an existing universal distribution group, ...
0
votes
1answer
184 views

How to print a PDF file displayed in the WPF WebBrowser control

I have a WPF application that implements a simple web browser using the standard WebBrowser control. When the user navigates to a PDF document, the document gets displayed inline in the WebBrowser ...
2
votes
0answers
38 views

Get filename of PDF printed using Adobe PDF Printer

I have a C# application where a document is printed using the Adobe PDF Printer. When the document is printed using the Adobe PDF Printer, a dialog is opened where the user selects a location and ...
0
votes
1answer
26 views

How to let a user access PDF files created by an application so that they can print them

Okay, so I have an app that generates reports for a Chiropractic clinic and allows the user to print them directly from iPad assuming they have an Airprint printer. I also am in the process of writing ...
0
votes
1answer
39 views

Java Print encoding with Sun PDFRenderer

I'm a beginner in Java programming and also here at stackoverflow. Currently I'm trying to print PDF-Files with the com.sun.pdfview library. It works very often, but with some documents I get the ...
0
votes
2answers
47 views

Seperate stylesheets for printing and PDFing?

Using CSS media query for print stylesheets can be a great way to make websites more print-friendly: p { color: grey; } @media print { p { color: black; } } For one project, we find that ...
1
vote
0answers
81 views

printing (save as pdf) issues in chrome

The problem is this - in Chrome, this page is saved as PDF correctly on one computer, and have issues on another. I have this code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
-4
votes
1answer
78 views

Is there an API that could directly generate pdf, excel, csv reports and printing functions in PHP? [closed]

Is there an API that could directly generate pdf, excel, csv reports and printing functions in PHP? Because All my functions for retrieving database records is ready and it returns an array of data. ...
0
votes
0answers
27 views

fix garbled math equations when printing a paper copy of a pdf [closed]

I am trying to print a dead-tree copy of this journal article in pdf from JSTOR. However, all the math comes out garbled to the point of being ineligible. It looks nothing like the nice LaTeX ...
1
vote
2answers
87 views

How to Limit the color channels in a PDF file

I have created a WPF system, it uses CMYK colors and works only with two channels: black and magenta. The problem I have is when I print the output to Adobe Acrobat Printer, the resulting PDF file has ...
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
0
votes
1answer
62 views

Can't print mpdf generated pdf files on mac

This is really weird. I generate pdf using mpdf. I had no problem with printing pdfs. But suddenly this problem appeared. Not sure it is something to do with change of my code or updating my ...
0
votes
2answers
136 views

Let the paper size fit the print area in Excel

I wrote a 10*5 table in MS Excel 2010. Then I intended to print this table to a PDF file. By default, it would print this table on a regular page, say Letter(8.5*11). This gives a printed paper with ...
0
votes
0answers
50 views

Creating and printing PDF using Quartz2D on iPad

I've been working on this for a few days, and now I can draw a pdf doc of some grids consisting of lines. The problem happens when printing this pdf file. I use paper of A4, that's to say, the size ...
0
votes
0answers
291 views

Open a PDF and Print Preview jquery

I'm currently working with the ReportViewer control in an MVC3 enviroment. I've got it working along with navigation and exporting, my problem is my boss wants me to "automate" the printing or reports ...
0
votes
1answer
48 views

Silent printer application using javax and pdfbox

I'm writing a silent printer application. I have some problem to complete my application. printRequestAttributeSet.add(printerTray); printRequestAttributeSet.add(Sides.ONE_SIDED); ...
1
vote
1answer
39 views

Split UIView/graphics context into areas

I am trying to print a UIView as a PDF. The problem is that if the UIView is taller than a page it gets cut off. So what I want to do is iterate over "page heights" of the UIView and render them ...
0
votes
0answers
30 views

How to print report to pdf by members of group

New to Crital Rreport. I have a report based on a group (using the group expert), the items of the group are peoples names; Bob, Jane, ... Is it possible print the report to separate pdf's based on ...
1
vote
1answer
155 views

Print to PDF is different in excel depending on custom DPI

I was called in this morning to work on a tool that I had built in Excel a while back. The tool generates a report and then prints it to a pdf. The problem they called me in for was that for one user ...
0
votes
1answer
579 views

Printing HTML + Multiple PDF files with Javascript

I've got a project where I'm needing to print the HTML page the user is on, as well as multiple PDF files (multiple prompts is OK) After hunting around on Google and Stackoverflow I found Printing ...
0
votes
1answer
153 views

Adding crop marks to existing PDF files

I'm kind of new to all the PDF crop/bleed/trim technicalities... but what I have is business cards in PDF format of about 9 x 5 cm. I just want to add the bleed and crop marks, or if not bleed margins ...
0
votes
1answer
91 views

Printing PDF to folder in Google Drive

I am using a script to print a spreadsheet to PDF.I would like to print it to a location on the drive "PDF Folder". Anyone know how to do this? Heres is my code : function printpdf(){ var ...
0
votes
0answers
119 views

Internet Explorer printing cells black and with borders

I am having an issue with printing to a printer and pdf with the below HTML in Internet Explorer. It works in Chrome and Firefox. The html will be distributed as files and not over HTTP, I can not ...
1
vote
1answer
452 views

Print PDF in Firefox with Javascript

I'm building an application running in Firefox on a terminal in a warehouse. This application needs to print PDFs. I found a lot of questions and answers about printing PDF from Javascript, but I ...
2
votes
1answer
178 views

Matlab Printing/Rendering Issue: Dotted Diagonal Line Prints Across Rectangle

A dotted diagonal line appears when I print any annotation rectangle in MATLAB. Example of Issue: I am attempting to create a annotation rectangle with black face color of arbitrary size on a ...
0
votes
1answer
78 views

Managing Adobe PDF printer- How to force off the option to rely on system fonts

I am running a Citrix-driven environment, and I have a vital piece of software that creates a PDF repository of all reports as they run. The problem I have is that the users' printers must populate ...
0
votes
0answers
246 views

Trying to print pdf object with javascript in google chrome on ubuntu

I'm trying to trigger a pdf objects print event in google chrome (I'm using ubuntu). I have a jsfiddle here: http://jsfiddle.net/RFAhb/ Here's the code: <html> <head> <script ...
2
votes
2answers
480 views

.NET Library for Printing PDF files

PROBLEM: I need to print PDF files from a .NET web service. I am looking for a free, open source, .NET library that will run in-process of my app, and allow me to send a PDF file to the printer. It ...
1
vote
2answers
300 views

Convert CMYK PDF into spot colors (colours)

Is it possible to pre-process (in batch) PDFs that are in CMYK format to separate out into spot colours? I have a collection of PDFs that are in CMYK but I require them to be in a 2 spot colour ...
0
votes
0answers
28 views

Windows PDF printer with commenting enabled [closed]

Is there a PDF printer driver that allows PDFs to be created with commenting and markups enabled? I want users with Acrobat Reader to be able to use the markup the PDF files (like using the ...
0
votes
0answers
294 views

Printing in Java to a label printer that is not default printer

I need to print to a label printer. I found the code below in the internet and was trying to modify it to my needs. It works fine when the label printer is the default printer in the system, but when ...
1
vote
1answer
43 views

Populating a contract to page and then printing 8.5x14. PDF? CSS? [closed]

I am populating a webpage with information from a database that needs to be printed on 2 8.5x14 pages. What is the best, easiest, and cheapest way to do this? Thanks for your opinions.
0
votes
0answers
64 views

Printing stops after first page without any exceptions

I'm attempting to print multiple pages from multiple documents. I'm using the Book class and add the Printable objects obtained from the documents and then just try to print the Book. But whatever I ...
2
votes
1answer
182 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
1answer
76 views

print pdf in both sides

So, i'm using the PDFSharp lib, and, I whant to print a pdf on both sides.... My printer is a hp2055dn I have tryed all things... btw... my code is that: using PdfSharp.Pdf.Printing; using System; ...
0
votes
1answer
157 views

printing to a networked printer using java

i require to send a pdf document to print on the server side of a web app, the printer fully supports pdf printing etc, it is networked as well to the server. The pdf is also stored on the server. ...
1
vote
1answer
188 views

Can't print anything using pdfbox

I'm trying use apache's pdfbox to print a pdf file, so I created a controller responsible to print any pdf file. As you can see in the code bellow, the controller has only one public method with file ...
0
votes
1answer
58 views

Delete file after printing

I'm trying to delete a file after printing it without success. Practically, I need to print a PDF which is temporary generated (with text and image), then, when the printing process is done, I'd like ...

1 2 3 4 5 8