I\'m writing a web application to generate labels. The label printer that I\'m targeting utilizes 12mm tape and the customer specified that they want to limit the labels to 3.25\". I know that with iT
Is there the way to create iTextSharp font using additional info开发者_运维问答 (such as gdiCharSet etc) from System.Drawing.Font object?Short answer: Yes.
Hi 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 c开发者_高级运维licking on a button. For this functionality I am using itext
Hi I am creating PDF u开发者_运维知识库sing itextsharp. Now my requirement is to add more text to the existing pdf. Is it possible if so then how can I do that?
The following should work according to the documentation but it\'s not working for me. Am I missing something?
I\'开发者_StackOverflow中文版m using iTextSharp 5.0.5 to create dynamic PDFs (asp.net c#), and I\'m having problems with an extra space being inserted when creating a new page. The first page looks fi
I\'m not sure that this is possible but I figured it would be worth asking.I have figured out how to set the font of a formfield using the pdfstamper and acrofields methods but I would really like to
Question Using iTextSharp, can I skip over the first page of the document, and then return back to it later.
I\'d like to accomplish the following: Given the path name of an html file, and the desired pathname of a pdf file, convert the HTML file to PDF using ITextSharp.I\'ve seen plenty of code samples whi
here\'s my code. It correctly adds the pictures I want and everything works except that the images are using their native resolution, so if the image is big it\'s being cropped to fit the page.