Tagged Questions
0
votes
1answer
45 views
How to implement “--print-media-type” with c#?
I am currently using wkhtmltopdf with c# to download my webpage as PDF format. However, I want the generated PDF shown to be using "print.css".
Additional Details:
I am using microsoft visual ...
-4
votes
0answers
19 views
Image not rendering in PDF?
I am converting my aspx webpage which holds Images to an PDF using third party library. But the problem is my that the pdf renders with out getting the images. all the text content is fine .The ...
-1
votes
1answer
160 views
Adding pdftable at footer while generating PDF using iTextSharp 4.0 is not working [duplicate]
In my Asp.net application i have to generate PDF so i did this using Itextsharp 4.0 which is free Open source,I refer this to set hearder/footer on the PDF generated,
but now my probelm is i am not ...
0
votes
1answer
48 views
Open pdf in browser with different names
My program generates PDF in Browser (open the PDF in the browser). But when I want save the file in computer, the default name of PDF is always the same (the name of my class).
I want to pass the ...
0
votes
1answer
718 views
Add pdfpTable at footer while creating PDF using iTextsharp
In my Asp.net application i have to generate PDF so i did this using Itextsharp 4.0 which is free Open source,I refer this to set hearder/footer on the PDF generated,
but now my probelm is i am not ...
0
votes
0answers
16 views
Error while generating fillable PDF
In our web application we are using activePDF toolkit (3rd party component) to fill up carrier forms on the fly which are PDF files.
The output file processed by the above library works fine when ...
0
votes
0answers
63 views
IIS configuration: Navigation to the webpage was canceled when converting page to PDF using SautinSoft.PdfVision
I am having a problem when trying to convert an ASP .Net page to PDF using SautinSoft.PdfVision.
Using this library is quite straight forward, all you need to do is tho provide the URL of the page you ...
1
vote
2answers
174 views
Generate PDF based on a Word document for each data item
There're a data list with hundreds of data items (suppose each item is a customer), and a predefined word document as template, the requirement is - for each data item, fill corresponding data into ...
2
votes
1answer
93 views
Accented Character showing as é in a pdf Using Persits.PDF
I'm trying to display a name on a pdf using Persits.PDF (Persits URL), this particular name has a an accented character in it, this being é
When I use the Arial font it works fine:
Dim standardFont ...
-1
votes
2answers
88 views
how can i import the database field on the pdf format in Asp.net using c# code? [closed]
I want to build the certification page in pdf which contains the record from database like as Name. Plz help me
2
votes
2answers
207 views
Open source solution to convert office documents to PDF without using Office automation
Is there any open-source sdk that I can use in an ASP.Net application to convert any office document to pdf. (I specifically need to convert a DOCX to PDF, but would like the ability to convert Excel ...
1
vote
2answers
72 views
allowing the user to create PDF documents
I am new to the PDF generation but have a project to do. In my project the user should be able to create PDF documents. I have searched a lot a found sites/tutorials on creating PDF documents using ...
1
vote
3answers
176 views
What Software Is Available For Creating Server-Side PDF Files? [closed]
I need a robust product for creating PDF files out of web pages on a web server using a C# API for ASP.NET WebForms/MVC. The product should support SVG and PATH tags in the markup as well as being ...
2
votes
3answers
66 views
PDF Form Generation [closed]
I have an ASP.NET 4.0 Web Application that needs to create application forms for insurance. Basically, the program loads a PDF Template, populates the form fields, then flattens and closes the PDF. ...
2
votes
2answers
1k views
Add table into existing PDF using iTExtsharp
I have one PDF in that there is one table that table is dynamic and I want to add another table below to that table dynamically in my existing PDF.
Is there any way to add the table in existing PDF ...
0
votes
4answers
597 views
how to write a pdf file using c# in asp.net 3.5?
I am trying to find a way to write a purchase order data in a PDF file. Can any one suggest me anything on this?
I can't afford to buy a 3rd party DLL so want a suggestion for a free DLL or any other ...
0
votes
3answers
239 views
Generate single PDF from multiple images
I need to create single pdf file from multiple images. For example, I have 12 images then pdf will generate 3 pages with consist of 4 image in single page 2 images in a row.
So, is there any dll, ...
0
votes
2answers
870 views
How to set Header/Footer fix height and text for all pages runtime creating PDF using iTextSharp
I am generating PDF from my DataTable using iTextSharp version 5.3.5 in asp.net c#. My DataTable contain unkown rows, sp while PDF generating if it take more then one page i need to fix some header ...
-1
votes
2answers
2k views
Convert HTML page to PDF without using itextsharp.dll in asp.net
I am using asp.net with c#. I want to convert my html page to pdf. But I don't want to use "itextsharp.dll" for the same.
I went to lot of Google and sites.
I am looking for some free one. Please help ...
0
votes
0answers
271 views
how to create PDF files in asp.net
I am first time facing to create pdf files. I came across iTextSharp, but not able to find how to convert Listview to pdf tables. Creating custom tables, take lots of time, can any one tell me how can ...
3
votes
2answers
375 views
iTextPdf how to break page
I generate pdf file from html page using iTextPdf like:
iTextSharp.text.html.simpleparser.HTMLWorker hw = new iTextSharp.text.html.simpleparser.HTMLWorker(document);
TextReader reader = ...
0
votes
3answers
193 views
Producing Arabic PDF using wkhtmltopdf
I have issues when producing Arabic PDFs using wkhtmltopdf and C#.
below is my code as a sample
string HTML = "مرحبا";
Encoding utf = Encoding.GetEncoding("UTF-8");
...
1
vote
1answer
376 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 ...
1
vote
0answers
132 views
C# - ASP.NET - Let the user pick a path
I just finished my VisualWebpart which reads some Data from a Oracle Database and writes it into a PDF file which will, at the moment, always be saved in a fix Path I pass as a string. Since this is ...
2
votes
1answer
217 views
Differences in quality in generated PDFs from HTML with ExpertPDF
I am using ExpertPDF HtmlToPdf Converter to generate PDFs with my ASMX web service.
But the quality is bad and varies with the Windows Forms version on the same machine.
My code for using the library ...
1
vote
5answers
608 views
Convert webpage to HTML to PDF?
In my website I am having the structure as :
Tab Container - having 4 Tab panels
Each tab panels is having 4 gridviews which are separated by line break.
Now when i am in a particular tab, I want ...
0
votes
1answer
262 views
How to force landscape print in PDF file
Pertains to a C#.net website... I would like to generate a pdf file server side, have it open on the client, and automatically print with landscape orientation. Is this possible? Any help is much ...
0
votes
1answer
458 views
Export Data to PDF in ASP.NET Application
In My ASP.NET Website, I am taking data inputs and storing it in Database. Now, I need to put a functionality where I can get the stored data in Export to PDF facility where i can save the pdf, having ...
0
votes
0answers
167 views
Html to pdf using expert pdf
I am using Epert html to pdf and it's working fine since quite a time. Recently an arabic customer came to us and he want his name in arabic and this library is not converting arabic text from html ...
0
votes
0answers
377 views
c# asp.net PDF editor control
do you guys know of asp.net pdf editor control that would allow users to drag and drop boxes in a PDF file and then they would be sending this pdf over email to another person where this person would ...
-3
votes
1answer
145 views
Syncfusion PDF Single Quotation automatically convert with tab space
syncfusion pdf
using semi colon in html text but when pdf report is display Single Quotation is replace with tab space please give any suggestion to solve this problem
for example
doesn't convert ...
0
votes
1answer
206 views
Downloadinf a pdf in new window without redirecting
I have an aspx page which has several controls. When I click a button on this page,
I need to get the values of the textbox and dropdowns and do some processing and pass it on to another aspx page. ...
0
votes
2answers
403 views
Can't download a pdf document
I want to generate a pdf document and then download it
//this is file name
var fileName = name + "_" + DateTime.Now.ToShortDateString() + ".pdf";
//here I generate my pdf document
string fullpath= ...
1
vote
5answers
1k views
How to create a .PDF from my .net web page?
Im using visual studio 2010 (VB) to build a web site for my customers. They have a simple web form that they fill out to log electronically minutes of meeting notes. They would like to have this web ...
0
votes
1answer
408 views
Dynamic PDF generation using QuickPDFLibrary
I am trying to generate a dynamic PDF using .NET. The library I have find is QuickPDFLibrary. I know there are several other libraries that can do this such as iTextSharp; however, they require ...
2
votes
1answer
289 views
pdf file not showing up in Internet explorer
Language : ASP.NET/VB.NET
I am creating pdf file using itextsharp library. On my development machine generated files are opening up without any problem. But when I upload the compiled program on ...
0
votes
5answers
106 views
Generate PDF using Asp [closed]
Anyone here knows how to generate PDF using ASP? My system is about car rental online. When user choose car,date and services offered, there will be a 'CONFIRM' button which it will generate PDFs ...
2
votes
1answer
270 views
Converting HTML to PDF exact replica not shown
I am doing an R&D for converting HTML to PDF.
We have created a page in Asp.net and has placed a CKEditor on it with simple options of selecting Fonts, Font Size, Bond, Italic etc. There is two ...
4
votes
2answers
2k views
Opening a PDF in browser instead of downloading it
I'm using iTextSharp to print a panel into PDF on button click. After clicking on the button, the PDF is downloading to the client's computer. Instead of this I need the PDF to be opened in a browser ...
0
votes
1answer
1k views
Applying Styles in PDF GridView using itextsharp
I'm trying to print a panel which contains data like labels and GridView to a PDF using itextsharp in my webpage. But if i'm not able to apply the styles to the GridView.
Can you help me??
I'm using ...
0
votes
0answers
417 views
Generate PDF file from Byte[] over SSL
I have a web application (ASP.NET 4.0/C#) that allows the user to upload PDF files into the database (as Byte[]). When the user wants to view this PDF they select a link which calls a LoadDocument() ...
1
vote
1answer
233 views
Need to create pdf files dynamically for each patient in asp.net c# [closed]
I need to create seprate pdf file for each n number of patients all together. So if anyone selects that patient in the gridview it should open that individual patient pdf.
Please someone tell me how ...
4
votes
1answer
215 views
Preloader while generating PDF using response object
I am generating a PDF using the response object. The code actually renders the HTML to the PDF. PDF generation time is not fixed, so I want to show a preloader process (processing/loading) during this ...
0
votes
1answer
612 views
Path issue with wkhtmltopdf.exe to convert HTML file to PDF
I am using wkhtmltopdf to convert HTML file into PDF document on a link Button
http://code.google.com/p/wkhtmltopdf/
When User Click on a link Button it runs the following code as shown below code in ...
2
votes
1answer
591 views
itextsharp pdf creation run on local not in server
I create a PDF file using iTextSharp and it's stored in my system desktop and opens successfully in my local system. Now if I upload the same code to a server, no error occurs and the PDF file isn't ...
0
votes
4answers
647 views
Writing PDF in ASP.net/C#
I need good library for writing PDF in C#.
What I need is to put image header, write and format some text (some lines should be aligned left, some will be aligned right... to choose font, and so on) ...
1
vote
0answers
283 views
Export .aspx pages to pdf
I would like to know if there is a free library that allows me to generate PDF file in an easy manner. Also I have to generate in the same time a PDF file containing more aspx pages. Is there a way to ...
0
votes
1answer
422 views
C# Report in PDF - Slowness to generate 1º report
I do a code in C# to generate reports with Crystal Reports and open in PDF on Browser.
When the user login in the system and go to generate one of the reports the first time, it takes a long time to ...
1
vote
2answers
3k views
iTextSharp generate PDF and show it on the browser directly
How to open the PDF file after created using iTextSharp on ASP.Net? I don't want to save it on the server, but directly when the new PDF is generated, it shows on the browser. Is it possible to do ...
0
votes
1answer
259 views
float left property not working in syncfusion HTML to PDF conversion
i am using syncfusion pdf reporting in my html code css property float left property which i am applied on div not working please give any suggesstion
this is my code
"<div name=\"divname\" ...

