Saurabh Raval wrote:
> Can any comment if this is an issue in iText?
I didn't answer, because I didn't have any comment.
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info
--
Create an
Renjan Bhasi wrote:
> I want to fill the form programmatically (using iText).
To do that, you'll need the coordinates of the fields.
> If it is not possible with iText, is there any other tools which I can
> use to accomplish this task of creating acro-fields to my current pdf.
I don't know an
Pancho Sünderhauf wrote:
> I will keep you informed about the further progress!
Thanks for the update.
I think we should start thinking about iText 3.0; a redesign without API
restrictions. This wasn't possible in the past, because iText was a
project with only a handful of small developers, not
Paul Swift wrote:
> Hi,
>
> I have searched through the list archives and my copy of iText in Action
> but cannot find an answer to my question. Please forgive me if I have
> missed something obvious.
>
> I am using iTextSharp version 4.1.2 and want to print a line that
> contains a mixture
Hi "1T3XT info" and sorry for the late answer!
I just wanted you to know that I'm still on track, and the raw porting work
is going on quite well, some 90% should be done by now.
The next steps would be:
1. some very basic design considerations
This is especially the question: to which extent d
Hi,
I have a pdf document, which don't have any acro-form fields in it. My
requirement is to fill some data dynamically into the pdf, against some
fields like, name, age, address etc. To make it more clear, the pdf is kind
of a form, where user is currently printing the pdf and then filling the
de
Second try as I did not receive any reply...Can any1 comment if this is an
issue in iText?
Thanks,
-Saurabh
Saurabh Raval wrote:
>
> I am getting deadlocks when multiple users are using iText to generate pdf
> documents on the web. I am using the g2D method to generate the pdf, and
> noticed th
Hi,
I have searched through the list archives and my copy of iText in Action but
cannot find an answer to my question. Please forgive me if I have missed
something obvious.
I am using iTextSharp version 4.1.2 and want to print a line that contains a
mixture of font heights. However, the lin
wely ylew wrote:
> Dear all,
>
> Is there a way to strike down some text on a picture?
>
> I tried like this:
>
>
> iTextSharp.text.Jpeg pic = new Jpeg(Image.GetInstance(@"C:\sample.jpg"));
>
> doc.Add(pic);
>
> doc.Add(new Paragraph("some simple text"));
>
>
> But it results the text "
I don't know how "valid" you want the file to be when you say "is actually
PDF". But AFAIK, you can just check the first few bytes of the content for the
PDF- (version) header, if you're just trying to differentiate the content from
other formats or something.
- Original Message -
Hi all,
a little question about external signature.
I have a pdf to sign. I read about this code:
PdfReader reader = new PdfReader("my.pdf");
FileOutputStream fout = new FileOutputStream("my_signed.pdf");
PdfStamper stp = PdfStamper.createSignature(reader, fout, '\0');
PdfSignatureAppearance sap
Hi,
What is the quickest/fastest way to test whether a particular contents sent
by some "user" is actually PDF or not?
I now do
PdfReader=new PdfReader(new FileInputStream("c:\\temp\\somecontent.tmp"));
Is there any other quick way to do this?
Thanks a lot in advance.
Subhro.
-
You'd probably need to use pdfstamper. Add just continues adding after
the last part was added.
Glen Hamel
Lead Programmer / Technician
Auric Networks Canada, Inc.
570 Orwell Street, Unit 1
Mississauga, Ontario
L5A 3V7
Phone 905.361.7621
Fax 905.274.3912
http://www.auricnet.ca
From:
wely yl
Dear all,
Is there a way to strike down some text on a picture?
I tried like this:
Jpegpic = newJpeg(Image.GetInstance(@"C:\sample.jpg")); newParagraph("some
simple text"));
iTextSharp.text.
doc.Add(pic);
doc.Add(
But it results the text "some simple text" come on other page after the
"sample
Irregular columns don't support dynamic leading.
Paulo
> -Original Message-
> From: Dario Geier [mailto:da...@sharedbook.com]
> Sent: Sunday, February 08, 2009 10:59 PM
> To: Post all your questions about iText here
> Subject: Re: [iText-questions] Problem with dynamic leading
> in Colu
I was a bit suspicious about this from the start as the table 'name' is one of
the required ones and arial.ttf has all the needed tables and a few more.
Nevertheless the fpedit link is a good one.
Paulo
> -Original Message-
> From: Bob Axford [mailto:bob.axf...@mionegroup.com]
> Sent:
16 matches
Mail list logo