Hi Greg,
On Mon, Feb 20, 2012 at 5:34 PM, Greg Holling wrote:
> Hi, All.
>
> I've been trying to embed an ordered/unordered list in a ColumnText without
> much luck.
>
> I'm attaching test code that illustrates the problem. The difference between
> these two examples is that the (unordered) li
Hi Dean,
On Thu, Feb 9, 2012 at 7:34 PM, Dean McCarthy wrote:
> Also, just as something else to be aware of, if you create your CSS in
> Visual Studio and any of your font names have more than one word and are
> enclosed in quotes, such as
> font-family: ‘Century Gothic’;
That's not specific
Hi Paulo,
On Mon, Feb 6, 2012 at 10:48 PM, Paulo Soares wrote:
> Here's some working code:
>
> using System;
> using System.Collections.Generic;
> using System.Text;
> using System.IO;
> using iTextSharp.text;
> using iTextSharp.text.pdf;
> using iTextSharp.tool.xml;
> using iTextSharp.tool.xml.p
Hi Balder,
On Mon, Feb 6, 2012 at 10:21 PM, Balder VC wrote:
> Hi Keith, I read it like the OP wants a list of IElements. But only gave the
> Java way of doing that.
>
> Here is the C# way
...
> I'll write pseudo code but it is with anonymous inner classes perhaps OP
> gets more confused. I hear
Hi Balder,
On Mon, Feb 6, 2012 at 1:14 PM, Balder VC wrote:
> I don't really know C# or VB syntax, but the usage should be very
> similar as in Java, normally the classes and such have the same name in
> both Java or C#.
>
> On 04/02/12 17:30, Dean McCarthy wrote:
>> Could somebody please provide
On Tue, Jan 31, 2012 at 5:42 PM, Kevin Day wrote:
> Are you able to isolate which page is causing this issue? It really should
> be possible to get a single page that causes the problem, and having that
> will help quite a bit in getting a fix.
For the link posted earlier (136 pages):
http://ww
On Tue, Jan 31, 2012 at 4:16 PM, Kevin Day wrote:
> ok - I tested your PDF in the Java version of iText (latest code from HEAD)
> and it does *not* fail. Given the stack trace, I'm pretty sure that this is
> an issue that has been fixed - basically, if the text render operation had
> an empty str
On Tue, Jan 31, 2012 at 4:22 PM, Paulo Soares wrote:
> I suspect that this is also fixed in the iTextSharp HEAD. In any case, the
> Java and C# versions will be synchronized this weekend.
Yes, there's no problem when building from the latest SVN source code
with the test file I had attached, tha
Hi max,
On Tue, Jan 31, 2012 at 4:13 AM, madmax wrote:
> Hey Keith here are the c# examples I found that I was refering about in the
> post
>
> http://itextpdf.sourceforge.net/howtosign.html#signextitextsharp1
Thanks, I've seen that t you had found something else. Thank you for
the JavaScript l
On Mon, Jan 30, 2012 at 10:56 PM, Kevin Day wrote:
> If you can provide the full stack trace, it would be a big help. Links to
> the SO articles would also be useful if you still have them handy.
[IndexOutOfRangeException: Index was outside the bounds of the array.]
iTextShar
Hi max,
On Sun, Jan 22, 2012 at 11:32 PM, madmax wrote:
> Now I am not sure if this is even possible or what I am doing wrong. I also
> saw a c# example that addressed the smartcard but I was not able to fully
> comprehend and could not find and equivalent in Java since it was using the
> .net f
Hi,
On Thu, Dec 29, 2011 at 7:48 AM, ashok.arumugam wrote:
> Hi, I am facing 100% CPU utilization problem when splitting PDF files using
> ITextSharp. I am having a web service that splits pages of PDF file into
> separate pdf file. Hosted this web service online.
If you're hosting online do you
On Wed, Dec 14, 2011 at 3:59 PM, Hugh McLaughlin wrote:
> Thanks for the response and offer. I have attached the code in a text file.
> I'm not sure if it is a Java to C# to Vb.Net problem or a possible difference
> between the iText and the iTextSharp port. Since I'm pretty new to the whole
ut please only the part relevant
to **this** question. If it's not too long, I can take a look at it.
What version of iTextSharp are you running?
> -Original Message-
> From: Keith O [mailto:kuujinbo.mail.l...@googlemail.com]
> Sent: Wednesday, December 14, 2011 1:45 AM
> To
On Wed, Dec 14, 2011 at 2:57 AM, Hugh McLaughlin wrote:
> Thanks for the response. I tried changing over to Vb.Net which is what I am
> using in this project. However it is still not scaling correctly. Attached
> is the tiff and the resulting pdf.
Benjamin's code works for me (iTextSharp 5.1.3)
On Wed, Dec 7, 2011 at 4:49 PM, WMJ wrote:
> Hi,
>
> I've just checked out the comparison about Java and C# and found that Java
> really does not support using primitive types in the generic types, and only
> their wrapper counterparts are supported (for instance, Map),
> which consequently will c
On Fri, Dec 2, 2011 at 4:10 PM, Kevin Day wrote:
> Are you using a jbig2 decoder? The jbig streams in PDF can't, generally
> speaking, just be written to disk and used directly (there are supplemental
> streams that have to also be made available to the jbig2 decoder).
Sorry, I guess I didn't ex
On Fri, Dec 2, 2011 at 10:37 AM, Paulo Soares wrote:
> What's the behavior in Java? It's a porting issue or a bug?
It's the Java version (version 5.1.3) of part4.chapter15.ExtractImages here :
http://itextpdf.com/examples/iia.php?id=284
The .NET version creates another file named 'Image18.jbig2
Hi,
According to the changelog:
"Parsing PDF for images: add jbig2 streams to pass through"
This makes it much easier to extract images - no need to test the PdfName like
in previous versions :)
But when wrapped in a try...catch (iTextSharp) like the updated book example
here:
http://itextpdf.c
Download the source, and try replacing the method in the attachment and
rebuilding the solution.
I think the problem is that for ordered lists you need to set the List's
Autoindent property to true. The only changes in the attachment are:
Move the List's `Alignindent` and `Autoindent` defaults (
Hi William,
> From: wrb...@btinternet.com
> To: itext-questions@lists.sourceforge.net
> Date: Wed, 31 Aug 2011 08:41:18 +0100
> Subject: Re: [iText-questions] FW: Compile error in
> IX509AttributeCertificate.cs
>
> No problems - I'll keep plugging away.
>
> Appreciate reply.
>
> Kind regards
Hi Alexis,
> Date: Sat, 27 Aug 2011 14:24:11 +0200
> From: li...@bergue.net
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Extracted images are upside-down
>
> Hi all,
>
> I am currently evaluating iTextSharp 5.1.1.
The latest ver
Hi,
On the project page:http://sourceforge.net/projects/itextsharp/
and download page:http://sourceforge.net/projects/itextsharp/files/
the latest version is being shown as 5.1.1, although it seems 5.1.2 was
released on August 23.
Thanks!
---
Hi William,
> From: wrb...@btinternet.com
> To: itext-questions@lists.sourceforge.net
> Date: Tue, 9 Aug 2011 23:18:20 +0100
> Subject: Re: [iText-questions] Fwd: FW: Retrieving settings from PDF
> files using iText
Before I start, just want to note that I'm
hi,
attached file worked up until 5.1.0. 5.1.1 and SVN repository (latest) cause a
StackOverflowException. (sorry no stack trace)
thanks!
OptionalContentExample.cs
Description: Binary data
-
Hi,
> Date: Fri, 10 Jun 2011 13:23:07 -0700
> From: da...@luminousgroup.net
>
> gIt is not examples it is a directory that is under the root for
> iTextSharp on SourceForge. In the readMe file that comes with the
> download, it states that you need the contents of
> Date: Tue, 12 Apr 2011 10:01:30 -0500
> From: digitron...@cwpanama.net
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Error opening pdf document
>
> Thanks Keith
> I solved the problem using response.end() at the end
>
> Unfortunately I haven´t had any further progr
> Date: Mon, 4 Apr 2011 13:51:57 -0500
> From: digitron...@cwpanama.net
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Error opening pdf document
>
> I am using itextshap version 5.0.4.0 to generate a pdf file, to print
> an output of some data generated by an aspx page
>
> Date: Fri, 25 Mar 2011 13:54:52 +0100
> From: i...@1t3xt.info
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Attchment extracttion issue
>
> Hello,
> you have posted a mail to
> itext-questions@lists.sourceforge.net
> but you weren't subscribed.
> You are receiving
hi,
> Date: Fri, 25 Mar 2011 17:14:03 +0530
> From: s.selvaku...@spi-global.com
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Attchment extracttion issue
>
> Hi All,
>
> I have tried to extract attachment from pdf and it throws null for the
> attached pdf. This happens
> Date: Mon, 21 Mar 2011 13:17:01 +0100
> From: i...@1t3xt.info
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] iText FAQ top 5
...
> 2. What are the differences between iText and iTextSharp?
>
> This is a very good question. I don't know if it's answered completely
hi,
> Date: Mon, 28 Feb 2011 11:39:53 -0800
> From: shadesofkni...@yahoo.com
> To: iText-questions@lists.sourceforge.net
> Subject: [iText-questions] PDF Stamper creates damaged file?
> Here's what I have:
>
> Protected Sub GeneratePDFWithText(ByVal send
Hi,
please try what Paulo said first:
> From: psoa...@glintt.com
> To: itext-questions@lists.sourceforge.net
> Date: Fri, 18 Feb 2011 18:18:56 +
> Subject: Re: [iText-questions] ITextSharp, FDF problem.
>
> You must call pdfStamper.Close() even if you set CloseStream to false.
> There are a
> Date: Tue, 25 Jan 2011 13:05:35 +0100
> From: i...@1t3xt.info
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] HTMLWorker / ImageProvider implementation
>
> Op 23/01/2011 3:31, Keith O schreef:
> > i checked the SVN for both the .NET and J
hi,
last night i was experimenting with the HTMLWorker to parse some HTML generated
by ASP.NET. as the book makes clear you need absolute URLs when dealing with
images. so i implemented ImageProvider as suggested on pgs 309 and 311. the
problem was that i used a random key for the Dictionary (
still has the the old version number. it's reflected in the .dll download too.
thank you!
--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thoms
recevied an email from manning this morning, the ebook is finished!
congratulations and thanks to Bruno for all the hard work on the book!
--
Nokia and AT&T present the 2010
Hi Mark,
THANK YOU for following up on this issue!
> Date: Mon, 18 Oct 2010 09:20:38 -0700
> From: msto...@autonomy.com
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Composing a monthly/welcome message for
> iText-Questions.
>
> In the "About this list" thread, I prop
Hi Bruno,
> Date: Fri, 8 Oct 2010 13:32:41 +0200
> From: br...@lowagie.com
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] About this mailing list
>
> *Did you read the documentation before firing away a question?*
> *Did you make a standalone example that reproduces the
> Date: Thu, 30 Sep 2010 10:27:53 -0400
> From: jb...@purdueefcu.com
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] how do you mark a page for future processing
>
> Is there a way to "mark" or "tag" a page in a pdf I'm creating so that I
> can programmatically modify that
> Date: Wed, 29 Sep 2010 14:50:41 -0700
> From: scott.k.mitch...@gmail.com
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Adding image to text box field in a PDF
> template file
...
> I did some Googling and came up with
> this article, which seems pretty spot on:
> htt
Hi,
> From: nurettin...@hotmail.com
> To: nurettin...@hotmail.com; itext-questions@lists.sourceforge.net
> Date: Thu, 2 Sep 2010 20:57:20 -0400
> Subject: Re: [iText-questions] page number in pdf using iTextSharp
>
> I just looked at the Java source code a
> Date: Thu, 26 Aug 2010 08:14:20 +0200
> From: i...@1t3xt.info
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] C# Documentation Mismatch
> > Second, I am using the Java example code as a starting point and then
> > matching what I can in the source code for the C# DLL
Hi,
> I am sorry but I couldn't understand last few posts., will it be possible
> (or not possible) to read/write the given PDF through .NET ?
>
> Would you please elaborate, what do i need to change in my script (.NET) to
> meet my requirement ?
The PDF is OK and your script can be used as-is.
> From: psoa...@glintt.com
> To: itext-questions@lists.sourceforge.net
> Date: Tue, 24 Aug 2010 00:46:20 +0100
> Subject: Re: [iText-questions] The document has been changed since it
> was created and these rights are no longer valid
>
> The problem was with the XML serializer in .NET that did not
> From: calvin.street...@bailygarner.co.uk
> To: itext-questions@lists.sourceforge.net
> Date: Mon, 23 Aug 2010 14:46:26 +0100
> Subject: [iText-questions] delete temp files after streaming to client?
>
> Hi.
> dose anyone know how/ the order to delete temp files after streaming to
> client.. as i
> Date: Mon, 23 Aug 2010 17:00:02 +0200
> From: i...@1t3xt.info
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] The document has been changed since it was
> created and these rights are no longer valid
>
> Keith O wrote:
> > Maybe it
> Date: Mon, 23 Aug 2010 14:39:40 +0200
> From: i...@1t3xt.info
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] The document has been changed since it was
> created and these rights are no longer valid
>
> rajeev2012 wrote:
> > Sir,
> >
> > I have tried it with the
> Well, I was kind off hoping for an example in C#.
Example code in C# from the new book, chapters 1 though 11 are here:
http://kuujinbo.info/iTextInAction2Ed/index.aspx
Haven't added anything in a while, but still working on finishing off the rest
of the book's examples.
> On Thu, Jul 22, 20
Converting the chapter 6 example from the new book here:
http://itextpdf.com/examples/index.php?page=example&id=109
to C#. C# code and PDF used by PdfReader attached. An Exception is thrown:
Unhandled Exception: System
Hello,
> Date: Mon, 7 Jun 2010 09:43:44 -0400
> From: michelleyzh...@gmail.com
> To: iText-questions@lists.sourceforge.net
> Subject: [iText-questions] question about table header and onOpenDocument
>
> In order to add a table as header, I mimic the code from:
> http://www.1t3xt.info/examples/br
Hello Bill,
> From: bill.goodb...@comcast.net
> To: itext-questions@lists.sourceforge.net
> Date: Fri, 28 May 2010 13:57:16 -0400
> Subject: Re: [iText-questions] How to implement in Visual Studio
>
...
> Also the DLL will not work without full trust. I
Hello cadev,
> Date: Thu, 27 May 2010 19:29:40 -0700
> From: twelche...@gmail.com
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Add a page number to a PdfPTable
>
> cadev wrote:
>>
>> I am using page events to add a header t
> The iTextSharp version of the examples of the Second Edition of iText in
> Action are a work in progress:
> http://kuujinbo.info/iTextInAction2Ed/index.aspx
Still working on the examples, though not in the past few weeks, unfortunately.
Which again amazes me (and hopefully everyone else on th
> Date: Fri, 16 Apr 2010 13:09:55 +0300
> From: work.and...@gmail.com
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Text is aligned to top on pdf form flattening
>
> Hi iText support team!
>
> When a flatten version of pdf is created - values in fields (which have
> turn
e:
http://itextpdf.com/examples/index.php?page=example&id=160
using SetListSelection() that works fine with iTextSharp 5.0.0 and 5.0.1.1.
Just a guess, but the problem seems to be introduced with either the FDF data
or setting FormFlattening...
> Keith O wrote:
>>
>>
>
> Date: Thu, 8 Apr 2010 08:01:59 +0200
> From: i...@1t3xt.info
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] SetFields Issue - Using iTextSharp
>
> GSI-Rob wrote:
>> Believe I am using fields.SetListSelection(). Below is my code. But the
>> field disappears when when
> I'm currently at 1/3 of the final chapter, but I'm
> reviewing the
> previous chapters at the same time. Once that's done, I'll
> have to
> make a new release iText 5.0.2 because plenty of examples in part
> 4
> only work with the version of iText that is curr
Hi Bruno,
Listing 8.12: Choices.java, p280 and Listing 8.13: Choices.java, p281 should be
titled:
"Listing 8.1[2/3]: ChoiceFields.java"
I.e. there's no code example named "Choices.java". Or you could just rename the
source code file :)
keith
___
Hi,
Going through the iText in Action - 2nd Edition examples using iTextSharp 5.0.0.
part2.chapter07.LinkActions:
http://itextpdf.com/examples/index.php?page=example&id=131
creates a PdfAction (no named destination?) of Subtype GoToR:
page1.setAction(new PdfAction("movie_links_1.pdf", 1));
Th
> Date: Wed, 24 Mar 2010 08:30:56 +0100
> From: br...@lowagie.com
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] iText in Action 2ED,
> part1.chapter03.MovieTimeBlocks.java
>
> Keith O wrote:
> > Hi Bruno,
> >
> > Maybe th
> Bruno Lowagie wrote:
>> Tony Austin wrote:
>>> Ciao Bruno,
>>>
>>> Today's MEAP update of your *iText in Action, Second Edition* draft
>>> (with new chapters 9, 10, 11, and 12) has the wrong title, namely that
>>> of another book entirely "Groovy in Action, Second Edition"
>>>
>>> Its document p
Just a bit of info - if you sign up for Manning's newsletter, they run some
nice promotions. Using a promotion code for signing up, ordered the MEAP +
Print book (includes Ebook when published) for about $35 US.
For those wondering what MEAP is, it's having access (now) to everything Bruno
is
Sorry if this has been answered elsewhere; searched the mailing list archive
and Google, but couldn't find anything.
Is it missing on purpose? I know you can use 0...
Thank you, keith
_
Windows Live: Make it easier for your friend
"Thank you" to you, Bruno, and everyone else on the iText development team for
all the hard work!
AssemblyInfo.cs still shows the old (4.1.2) version number.
keith
> From: psoa...@glintt.com
> To: itext-questions@lists.sourceforge.net
> Date: Mon, 6 Jul
0 +0100
>
>That's fixed in the CVS.
>
>Paulo
>
>- Original Message -
>From: "Keith O" <[EMAIL PROTECTED]>
>To:
>Sent: Sunday, July 08, 2007 7:19 AM
>Subject: [iText-questions] XML to PDF problem
>
> > Hi,
> >
> > Th
Hi,
The following (simplified version of example in CH 14 of iText in Action)
works using itextsharp 4.0.3, .NET 2.0:
using System;
using System.IO;
using iTextSharp.text;
using iTextSharp.text.pdf;
using iTextSharp.text.xml;
public class xml2pdf {
public static void Main() {
Document doc
67 matches
Mail list logo