C# - Drawing A Line In A Pdf File Using Itextsharp?

Feb 24, 2011

I am generating a pdf file in asp.net c# using itextsharp. i am not able to draw a horizontal line/verticle line/dotted line.

i tried to draw a line using the following code,i am getting no errors but the line is also not getting displayed in the pdf file

PdfContentByte cb = wri.DirectContent;
cb.SetLineWidth(2.0f); // Make a bit thicker than 1.0 default
cb.MoveTo(20, pdfDocument.Top - 40f);
cb.LineTo(400, pdfDocument.Top - 40f);
cb.Stroke();

What is the problem in the code.Is it because of the position of x y co-ordinates? I had used rough points to know approximate position in pdf,but the line never apears in the pdf file.

The output i am looking out for is as shown in image below.

View 3 Replies


Similar Messages:

C# - MS Chart Drawing Line On Incorrect Points?

Jul 26, 2010

I have line chart which has values :

[code]...

when we set IsValueShownAsLabel=true on y-axis it shows value 0.

but graph showing values below zero at last 0.00 before 327.78.

Because I m new user cannot upoad image have a look Chart image from below url: [URL]

View 1 Replies

C# - Set PDF Paragraph Or Font Line-height With ITextSharp?

Apr 13, 2010

How can I change the line-height of a PDF font or paragraph using iTextSharp?

View 3 Replies

Controls :: How To Add Line Of Text To Existing PDF Using ITextSharp

May 7, 2015

What is the solution to this question.

View 1 Replies

Controls :: ITextSharp - PdfPtable And Paragraph On Same Line In C#

Nov 22, 2015

I want to add pdfPtable and paragraph on same line 

I Have A code

PdfPTable ShowAmount = new PdfPTable(3);
ShowAmount.WidthPercentage = 30;
ShowAmount.HorizontalAlignment = Element.ALIGN_RIGHT;
float[] colWidth = {500, 70,350};
ShowAmount.SetWidths(colWidth);

[Code] .....

View 1 Replies

C# - Text File With Each Line Represent A User - Can Update A Particular Line

May 14, 2010

If I have a text file like:

123, joe blow, USA

Where the first values represent:

USERID, NAME, COUNTRY

If my file has 5000 rows, could I update a particular row somehow using C#?

View 3 Replies

File Upload And Read Line By Line

Mar 4, 2010

I m uploading a file and I want to read that file line by line. I have 200 users accessing that application at one time and I have more than 300 lines in a text file to read. If I do it in a normal code, it may crash. So, what are the ways to do this application? Web services or COM+. which is the better way? I dont want my application to crash at any point.

View 5 Replies

Create PDF File Using ItextSharp?

Dec 17, 2010

I am creating an ASP.net website where some articles can be uploaded. I need that my users can get PDF version of it by clicking on a button. For this functionality I am using itextSharp. I am considering the following two options.

1. I will create the PDF file once(on first request) and reuse it always by checking for the existence of it.

2. I will create it on the fly and delete it as soon as the PDF file is delivered to the client. The first approach will lead to faster PDF delivery where as the second approach will lead to saving space.

I am also wondering if this can be possible without saving the PDF on the server in the first place.

View 5 Replies

Generate A Pdf File Using Itextsharp In C#

Mar 1, 2011

i am trying to generate a pdf file using itextsharp in asp.net c#.

I came across table concept in itextsharp n i am trying to use it ie my application. I am having the following problem while using tables.The pdf cell which contains Name of treasery the word treasery comes on next line. I am setting width for each cell. if i increase the width than also no changes come. The gap which is shown using arrow in below image remain as it is al the time. Why is that gap?How to remove that gap?I want a dotted line as a border to only one cell. how to do that?here is my code

PdfPTable line6table = new PdfPTable (3);
float[] width = new float[] { 2.5F, 1.5F, 3.0F };
line6table.SetWidths(width);[code]....

View 2 Replies

Web Forms :: How To Get The Page Number In Pdf File Using ITextSharp 5.0.2.0

Sep 2, 2010

I wanted to get the page number in each page of the pdf generated using iTextSharp 5.0.2.0.

right now part of the code is

[Code]....

But when i do this , it is showing the page number but the problem is it is showing same page number in all the pages. like "1" in all the pages. how to get the page number for the pdf file using iTextSharp version 5.0.2.0 ?

View 2 Replies

C# - Create Pdf From Persian Html File By ITextSharp

Feb 8, 2011

I use ITextSharp library to convert html to pdf. My users use persian language sentence in her/his html files, So this library can't convert persian word.

For resolve this and right to left problem i use bellow code:

[Code]....

My right to left and convert persian words was resolved, but it have another problem.

My algorithm can't parse and convert content of table tag that uses in html file.

Now the question is: How to parse html file that have table tag, div and paragraph tag with persian language sentence, and convert it to pdf?

View 1 Replies

Web Forms :: Using ITextSharp For Conversion Of Aspx To PDF File?

Jul 6, 2010

I am using iTextSharp for conversion of aspx to PDF file.

Is there any way I can add Horizontal scroll bar in my PDFPtable or Horizontal scrollbar in my PDF file generated.

View 2 Replies

Controls :: Convert PDF To Excel File Using ITextSharp C#

May 7, 2015

I want read data from file pdf alter input data in file Excel(csv)?I want using asp.net or using iTextSharp

View 1 Replies

Controls :: How To Read PDF File Contents Using ITextSharp

Sep 16, 2013

how to read pdf in C#

View 1 Replies

Web Forms :: Could Not Load File Or Assembly ITextSharp

Mar 27, 2012

I tried to export a grid view to pdf using iTextSharp. When i build the program it does not leave me any exception.But when i tried to run the program and click on "Export to PDF" button, it leaves me with an following exception  saying

"Could not load file or assembly 'itextsharp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"

I can guess that it is not a dll error.

View 1 Replies

Controls :: Add Page To Existing PDF File Using ITextSharp C#

Nov 22, 2015

i have a question it comes only one page when i download the file.

how can i download multiple pages with programatically i have create pdf file of one page and my database table is more than 5000 data in table when i download pdf file it generate only one page which i created in acrobat.

I want to increased my number of pages through programatically

View 1 Replies

Controls :: Extract Contents From PDF File Using ITextSharp C#

Sep 20, 2013

Code to extract from starting word to the ending word in pdf.

for example in the below part of pdf file i wan to extract para from Jana-gana to jaya jaya jaya jaya he...

(1) The composition consisting of the words and music of the first stanza ofthe late poet Rabindra Nath Tagore’s song known as “Jana Gana Mana” isthe National Anthem of India.

It reads as follows: -Jana-gana-mana-adhinayaka jaya heBharata-bhagya-vidhataPanjaba-Sindhu-Gujarata-MarathaDravida-Utkala-BangaVindhya-Himachala-Yamuna-Gangauchchala-jaladhi-tarangaTava Subha name jage, tave subha asisa mage,gahe tava jaya-gatha.Jana-gana-mangala-dayaka jaya heBharata-bhagya-vidhata.Jaya he, Jaya he, Jaya he,jaya jaya jaya jaya he.

The above is the full version of the Anthem and its playing time isapproximately 52 seconds.

View 1 Replies

Configuration :: ITextSharp Saying File Not Found When Published To Server?

Jun 29, 2010

I am using ItextSharp and I am getting a new font for it by doing this

[Code]....

That file is in that directory on both my dev machine and the server. When i run this on my dev machine it works fine, when published to my server I get an error saying FREE3OF9.TTF is not found as a file or a resource. I have double and triple checked that the file is in fact there on my server. My application has full trust on IIS. and IIS user has full access to this folder and this file.And still I get this error. Very frustrating. This code is Not inside the Web Application but inside a DLL class library that the web application is referencing. Do I need to add any more special permissions or something?

View 10 Replies

Controls :: How To Read PDF File And Extract Contents Using ITextSharp

Jun 16, 2013

I want to read a pdf file which contains empid and code for 100 nos.. in front end I'll give specific empid..then the corresponding code has to be displayed in the textbox by reading pdf.. I know this can be done by itesxtsharp.dll and regex..

View 1 Replies

Controls :: ITextSharp - CSS Styles From External CSS File Not Rendered In PDF

Jan 11, 2014

I want to export Asp.Panel content(text, GridViews) with CSS to PDF from C#.NET. I am using iTextSharp and RenderControl with Asp.Panel, but CSS is not rendered in PDF.

How can I solve this problem (with iTextSharp (if is possible) or in another way) ?

View 1 Replies

Controls :: ITextSharp Error - Illegal Characters In Path When Opening The File

Dec 10, 2012

When I click the button it's giving an error "Illegal characters in path.",instead opening the pdf file

protected void Button2_Click(object sender, EventArgs e)
{
Response.ContentType = "application/pdf";
Response.AddHeader("content-disposition", "attachment;filename=TestPage1.pdf");

[Code].....

View 1 Replies

Web Forms :: Read From 2nd Line Of CSV File?

Aug 4, 2010

i am using below code for reading the csv fie..by using this code, it's reading the csv file first line onwards, but i want to read the csv file from 2nd line onwards

below am displaying the code

[Code]....

View 1 Replies

Delete Last Line In A Text File?

Nov 12, 2010

I have long CSV file that I would like to read data from, save them in a database and delete the last line. I have been trying to get this fixed but I do not how to. how to do this. C# code would be great but VB wouldn't hurt.

View 5 Replies

SQL Server :: New Off Line Application Working With Sdf File?

Aug 20, 2010

I am working on a project currently where I need to get data out of a 3rd party vendor's software that uses a .sdf file I looked this up and its a SQL CE file. I was hoping to just link to with with access but thats apparently not going to happen. I need to link to the database extract data from it to a csv file for later use. I also and most important I need to get the data from it and create a report that can be printed while on a customers site that my or may not have web access so I need for this program to be on and off line. I had my webapplication that I have been working on open and was able to bring up the sdf file under the server exploere however I can't seem to get anything out of it when I try to do grid views or detail views errors out.

Can I use one of Visual Studio projects to create this sort of applicaiton if so what would be the best approach. I would love to get an access odbc driver since office is allready installed on the employee's laptop's

View 1 Replies

Write To Specific Line In Text File C#?

Jun 30, 2010

I have a web app that I am developing at work. I need to be able to take input data and append a text file after (x) number of lines.

My web app is using asp.net with c#

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved