0
votes
0answers
42 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
0answers
52 views

Ruby on Rails print and download pdf using pdf middleware

I have installed PDFkit in my rails-project, all works great, but I didn't find any way to print and download generated pdf. I believe that there is anybody who had the same issues as me.
0
votes
2answers
130 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
101 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 ...
0
votes
0answers
31 views

Is there a way to “shrink to fit” while using PhantomJS?

I've taken a look at this: Cropping PhantomJS screen capture sized to content but it's not exactly what I want. I have a 600x348 pixels element on the screen and would like to capture it on a 5cmx9cm ...
2
votes
1answer
181 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 ...
1
vote
1answer
79 views

Splitting HTML page so Printer splits it into separate pages

I am planning price list available for clients online and I was thinking about simple very long page or div container with some anchor links aside to help jump to different products. However in case ...
0
votes
5answers
531 views

PHP PDF creation A3, A4 and A5

I'm looking at generating PDFs to output various types of document sizes, A3, A4, A5 using PHP. Currently I have a div that has various divs within this area that are positioned absolutely. What I'm ...
1
vote
1answer
375 views

How to generate the PDF for printing in Dot Matrix Printer using iTextSharp?

I have been using iTextSharp for generating the PDF documents to print pre-printed paper in A4 size. Our company has decided to use the Dot Matrix Printer for printing the documents. So I had to make ...
0
votes
0answers
133 views

how do I enable print in flex mobile application

We are developing a android / ios mobile application using FB 4.6, Flex SDK 4.6 with AIR 3.2. We have a requirement to print a view (and) save as PDF from the mobile app. Requirement is: When Print ...
0
votes
0answers
122 views

List of print safe colors - RGB hex colors safely translated to CMYK?

I'm looking for a list of colors that I can safely use as RGB hex in HTML/CSS to be sure that the colors don't ge distortedt. Is such a list even possible? The web page where the colors would be used ...
0
votes
0answers
88 views

How to position data on page with TCPDF

I have to create a pdf for printing out address data on sticker page. this requires me to have a good enough positioning in order not to print the data on the border of the stickers. anyway i have no ...
0
votes
0answers
92 views

How to Print Multiple Files Without showing Print Window in .NET

I have one requirement, for each department wise i have to print employee ID Cards, It goes up to 100 Employees per Department. So that i will display the Employees in grid by search criteria. Below ...
0
votes
2answers
238 views

what is the best way to pop-up a print feature of may dom-pdf output

Hi I would like to us you Guru's out there if you a more nicer way in printing a pdf I have generated a nice pdf contents using dompdf it's just all text with one logo. Then I have a button where ...
0
votes
2answers
206 views

PDF vs. DOC print processing

I have a process that sends to printer a large amount of .doc files (with 50-200 pages each). Now, I want to change .doc format of documents to pdf because it's more convenient (for it's design ...
2
votes
0answers
752 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 ...
1
vote
1answer
327 views

How to print all elements or generate PDF from TabControl?

I have a silverlight application which consists of a few tabs, which I would like to print or to generate PDF containing these tabs. I tried to use StackPanel to add each tab and then use ...
1
vote
0answers
218 views

Apache FOP generated PDFs printing strangely from Adobe Reader; OK on screen

I'm not sure how this can be a FOP issue, but I've never seen it with PDFs from any other source, so I've tried to investigate further. Our application creates PDFs via xsl-fo, using FOP. This has ...
0
votes
1answer
247 views

Create “printer” to print as PDF to SQL database

I would like to create a "printer" that would display as an available printer when a user tries to print a document. If this printer is used, a window will be displayed showing the available ...
16
votes
1answer
963 views

How to produce pdf files from QGraphicsScene with copyable text?

My code produces pdf by rendering QGraphicsScene content onto properly initialized QPrinter. While dealing with application such text can be edited, copied into clipboard etc. How can I produce pdf ...
3
votes
4answers
1k views

Save All Print Jobs As PDF

The Goal The company I work for currently uses a black box shipping system. Each morning our shipping manager prints out shipping tickets for his drivers. Using C#, I would like to save a copy of ...
0
votes
3answers
313 views

Groovy - need to make a printable form

Probably need title help as I mean a literal paper form, not an HTML element. I have this PDF form I email everyone after they use my site, and I have to manually enter a couple fields the database ...
2
votes
1answer
471 views

Generate Print Quality PDF using ASP.NET

I've recently created a feature on a website which will generate a PDF document containing images and text. These will then be printed out and stuck onto coffee mugs. I've done this using Winnovative ...
1
vote
2answers
494 views

How to Decide What Page Size to Use on an iOS Application

Wikipedia says that the US and Canada use letter size paper and the rest of the world uses A4 and that some countries use both. I want to create a PDF in my iPad application and am trying to figure ...
0
votes
2answers
84 views

How to show the printable document directly in acrobat with out saving?

I am using PD4ML to print a PDF file and It is working fine. Now the thing is I want show that file directly in acrobat with out save that file. In Local version I am using ...
8
votes
2answers
908 views

how to improve the performance of purePDF?

I am using the Open source PurePDF library in my Flex AIR application. The problem is performance: It takes 100% CPU usage and too long to generate a PDF. I have done some analysis on it and find ...
2
votes
1answer
4k views

How to print a PDF created with iText?

Hi I have created a PDF file with an image in it, I want to print my pdf after creating. Better if I have the PDF in memory instead of having a file, and then send it to the printer... Any Idea ? I ...
1
vote
1answer
136 views

Virtual printer in windows, where to start?

I want to write a program (or a driver) on windows that can: - Display on printer list when user open print dialog - Display an optional dialog for config printing - Print to a file In short, my need ...
1
vote
1answer
474 views

Android: How to let my users print data from the app

I have some data in my app that consists of text and image. I want to allow my users to be able to print that data. Here are the options that I am thinking of: 1) Convert data into HTMl format and ...
7
votes
4answers
16k views

What are the minimum margins most printers can handle?

Im creating pdfs server side with lots of graphics so maximizing real estate is a must but at the same time ensuring users printers can handle the tight margins is a must. Does anyone have an idea ...
0
votes
1answer
2k views

Print/save full webpage as PDF

I need a method to be able to print/save the current full webpage as a PDF. I know it can be done if I download a PDF printer and print to that; but I need it to be done without the user having to do ...
10
votes
10answers
2k views

Creating something printable in C#

Just wondering if anyone could tell me of a simple way to create files for printing? At the moment I'm just scripting HTML, but I'm wondering if there isn't some easier way of doing it that would give ...
0
votes
1answer
1k views

How do I create (and display) a pdf page from a Silverlight application

I am trying to decide if I can cope with the fact that Silverlight does not support printing. One option is to create a pdf page that the user can then print. How practical is this? (I don’t know ...
10
votes
10answers
15k views

Silent Printing of PDF From Within Java

We are looking into silent printing of PDF documents from within Java. The printing will be invoked from the desktop and not through a browser so we cannot use JavaScript. PDF Renderer is an ...
0
votes
1answer
5k views

Set default print paper size when printing a pdf generated from crystal reports?

I am using crystal reports (the version that comes with visual studio 2008) to generate a pdf in an asp.net which then gets pulled into a client's browser. Some of these reports are on legal size ...
2
votes
3answers
5k views

How can I print a full sized A4 page?

I need to print 24 labels (37x70mm) on a A4 page. I generate html for a table with size of an A4 page. I tried to print the page from a browser but no success: the page doesn't start from the top ...
0
votes
1answer
457 views

Multi-job pooled printer control

We've got 4 printers with identical trays/paper configured in a pool. Multiple jobs can be submitted and it will kind of round-robin send the jobs to the printers per whichever one is idle. That works ...