Questions tagged as 'itextsharp'

1
answer

Path desired in iTextsharp (remote)

With this code I can create the document and assign it a path in the temporary files: string nombre = System.IO.Path.GetTempPath() + Guid.NewGuid().ToString() + ".pdf"; And I think the document: Document doc = new Document(PageSize...
asked by 05.06.2017 / 20:35
0
answers

Aligning a cell to the right depending on the alignment of its header with iTextSharp

I am creating a pdf from a gridview using the PdfPTable and PdfPCell classes of iTextSharp 5.5.11 and I have several columns such as Cost and Price among others, but in the case of these two I would like to show me their content aligned to the r...
asked by 05.04.2017 / 18:25
1
answer

error with itextSharp see 5.5.10 when extracting Image of a particular page PDF

I have tried to implement part of this code in my application extract image from pdf download the itextsharp 5.5.10 but in the code line new Matrix(float.Parse(width), float.Parse(height) exit error correct that error using version 5.2...
asked by 21.02.2017 / 23:09
1
answer

Hide and re-display the layers of a PDF in the Acrobat panel

I am using iTextSharp 5.5.10.0. I have a PDF with several layers resulting from having joined several files. When I open it with Acrobat Reader, the layers and the original names of the files that I joined appear. First problem: If I us...
asked by 22.02.2017 / 10:56