Tagged Questions
0
votes
0answers
420 views
Reportviewer custom print using iTextSharp
I am printing SSRS server report using a third party dll iTextSharp so it works on Firefox and user does not need admin privileges to install the Active X control for IE.It works fine locally but when ...
1
vote
1answer
372 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
1answer
148 views
How to print Cyrillic PDF in C#? Text missing
I use iTextSharp to create document in my programs. All text in documents is Russian, I use Tahoma fonts:
private static void PrepareFonts()
{
_baseTahoma = ...
0
votes
1answer
166 views
iTextSharp printing variable length document
After trying as many possibilities as I can without successful result, here is my question regarding with iTextsharp component.
I have a requirement on creating a ticket for which I decided to use the ...
7
votes
3answers
4k views
iTextSharp to print a gridview
I use iTextSharp to print a grid view but I face some problems:
No arabic characters appears at all.
The direction is LTR and I wany it RTL instead.
Some columns in the gridview are templatefields ...
0
votes
2answers
9k views
iTextSharp PDF printing
I'm trying to create a method that will send a PDF file directly to my printer (causing the print dialog to appear).
Below is the code I've been working on - most of it found in the forums here. It ...
0
votes
1answer
311 views
ITextSharp PDF is not being printed correctly
I have a a pdf Which I created using ITextSharp. I set the PageSize to A6 and when rendered with acrobat it's being shown correctly. However when I print It's only taking about 1/10 of the page. the ...
0
votes
3answers
4k views
Can you print a pdf file using ITextSharp (c#) ? If yes how?
I have an ASPX page which builds a report. I have a print button which builds a pdf file using ITextSharp. Now I want to print that file.
I have two questions:
How do I print it with out even saving ...
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 ...
1
vote
1answer
1k views
iTextSharp & Windows
Is there a way to convert from iTextSharp Document class to System.Drawing.Printing.PrintDocument in c# so i can give print facilities to user?
thanks
7
votes
4answers
2k views
Printing from web applications
How do you generate paper-prints from a web application?
Specifically I am thinking about more complex paper documents like diplomas, invoices and contracts. Variable number of pages with frames, ...