Questions tagged as 'itextsharp'

1
answer

Cell width PdfPTable iTextShar MVC 4

I'm using iTextSharp to create PDF's in my application. However I have to recreate a table, where I have to set the size to the one greatly reduced column. Here's the image that shows the size I want to set up the column: Whentherestoftheta...
asked by 28.02.2014 / 11:54
1
answer

Display ITEXTSHARP Report on a Form

How to present the itextsharp report in a form? No need to save it in PDF. Just display it on a form. The same way we can do in reportviewer.     
asked by 23.08.2018 / 18:37
0
answers

Get DPI definition of image extracted from PDF

I'm using itextSharp to extract images from PDF files. I used this code as the basis: link Here is my modified version to support files in memory instead of having to work with files on disk: /// <summary>Helper class to ex...
asked by 18.04.2018 / 15:44
0
answers

iTextSharp PDF coming in white

Good afternoon guys, I have the following code: public void GerarPDF(long id) { string HTMLemString = RenderizaHtmlComoString("~/Views/item/item.cshtml", id); var regex = new Regex("(\<script(.+?)\</script\>)|(\&l...
asked by 14.03.2017 / 20:51
0
answers

Use a .tlb that has a .net dll dependency

I've developed a library that uses% as itextsharp as a base, however this library I wrote in VB.Net will be used in a VB6 program, so it is necessary to generate a dll of it . I'm not sure what to do with dependency.     
asked by 18.02.2015 / 14:50
1
answer

Place pagination when generating PDF with iTextSharp

I'm using iTextSharp to generate PDF's in my application. Now a problem has arisen: I am printing listings and when there is more than one page I would like to print a footer with page numbers (eg "Page 1 of 4"). I found some examples but they...
asked by 02.04.2014 / 10:49
1
answer

How do I put an image in Itextsharp?

I'm trying to put an image in the pdf, but the error because the Image class of ItextSharp only accepts Uri, and what I have is an incoming stream that already converted to System.Drawing.Image. public static Document GeraPdf(Stream stream)...
asked by 31.01.2018 / 17:31
0
answers

Help in layout of ItextSharp MVC with C #

Good afternoon I have not been able to find a solution for days, and I would like your help, I am putting together an MVC report with ItextSharp and I am not able to do a layout of a receipt if someone can help me in HTML I thank you. layout...
asked by 10.11.2018 / 16:53
1
answer

How to generate multiple PDF dynamically through Itextsharp

I am creating a method in C # in which the user enters a listing of data and application mounts a pdf document for each given information. I'm using the iTextSharp library. In the first one it generates the PDF as expected, however when check...
asked by 03.09.2018 / 21:10
0
answers

vb.net and ItextSharp

Thanks to all, I have a problem, through a list I am trying to create a PDF, with the title and the content. Example: Title 1 Title 1 description My problem is that if you have more than one content for Title 1 it will always duplicate...
asked by 21.03.2018 / 00:56