I was successful exporting content to pdf using itext but then their commercial package is开发者_如何学Go much than what i thought. is there any other way free/paid way of exporting content to pdf?Fly
I am developing an application using visual studio on a 64 bit Windows 7 OS . http://sourceforge.net/projects/itextshar开发者_高级运维p/ has a library for a 32 bit OS , but not a 64 bit .
I was working with iText in java and tried to make a simple program that creates a PDF file with Greek text in it.
I am tring to generate a PDF in my android application. I use iText and it generates PDF but only letters in english are shown. I found example code for iText working with unicode. I tried this exampl
Is there any way with iTextSharp to retrieve the action contained in a button field contained in a pdf?
Due to the fact that Safari doesn’t allow plugin to be installed on devices I need to know Ifit’s possible to fill a PDF templateusing itext techno开发者_StackOverflow社区logy. the goal is to build
I\'m using ItextSharp to populate a Pdf template with data. The template is a single page form with a number of input fields. I can create a PdfStamper and populate the fields with no problem, however
I had already import following namespace in my asp.net page Imports iTextSharp Imports iTextSharp.text Imports iTextSharp.text.pdf
I am trying to merge 2 crystal reports into single pdf fileand I\'m using Itextsharp v5.1.1. But it says the document cannot be opened. It might be corrupted. There are no build errors. but the pdf is
how can i have a string format \"i am fine here\" using itextsharp fields.SetField(\"tgPara2\", message2);