itextsharp
iTextSharp last version doesnot support metadata?
Console.WriteLine(\"Chapter 1 example 6: Meta Information\"); // step 1: creation of a document-object[详细]
2023-01-03 00:34 分类:问答iTextSharp table alignment
I am using iTextSharp to create a pdf in my ASP.NET 3.5 application. Below is the current layout of my pdf:[详细]
2022-12-31 13:43 分类:问答Is there a free component to convert arabic html to pdf? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-31 12:13 分类:问答.NET version or port of Flying Saucer
Is there any open source .NET project (or port) 开发者_运维技巧similar to the Flying Saucer project which renders HTML to PDF using iText?I always recommend wkHTMLtoPDF for web->PDF conversions.It\'s[详细]
2022-12-31 05:39 分类:问答In iTextSharp, can we set the vertical position of the pdfwriter?
I\'ve recently started using iTextSharp to generate PDF reports from data. It works quite nicely. In one particular report, I need a section to always appear at the bottom of the page. I\'m using the[详细]
2022-12-30 23:15 分类:问答ITextSharp HTML to PDF?
I\'d like to know if ITextSharp has the capability of converting HTML to PDF.Everything I will convert will just be plain text but unfortunately there is very little to no documentation on ITextSharp[详细]
2022-12-29 22:26 分类:问答Trouble with ITextSharp - Converting XML to PDF
Okay... I\'m trying to use the most recent version of ITextSharp to turn an XML file into a PDF.It isn\'t working.[详细]
2022-12-29 16:49 分类:问答How to calculate the correct image size in out pdf using itextsharp?
I\' am trying to addan i开发者_StackOverflowmage to a pdf using itextsharp, regardless of the image size it always appears to be mapped to a different greater size inside the pdf ?[详细]
2022-12-29 01:47 分类:问答Can I use iText to render PDF in my Swing application?
Can iText render PDF documents in Swing application ? Or do I have to use another library/framework for tha开发者_开发问答t?There is also an open source/commercial versions of JPedal and Suns PDFRende[详细]
2022-12-28 01:27 分类:问答ITextSharp - text field in PdfPCell
I\'m using iTextSharp to create a PDF, how can I add a textField into PdfPCell?开发者_JAVA技巧You wouldn\'t really add a \'text field\' to a PdfPCell, you\'d create a PdfPCell and add text (or other s[详细]
2022-12-28 01:21 分类:问答