[iText-questions] pdfReader and very large pdf documents

2008-08-15 Thread Steve Rossi
I have a theory that what I'm trying to do isn't supported or recommended but I thought I'd give it a shot. I have several PDF documents that have 250,000 pages each. The pdf file size averages 400-500MB. All I need is to extract 1-2 pages (sequential) from somewhere inside that document and

Re: [iText-questions] Servlet, PDF and forms

2008-08-15 Thread Mark Storer
Daniel Wamara hotmail.com> writes: >public static String test(String templateSource, String pdfView, ITextRaupeDealer raupeDealer) throws IOException, DocumentException, ParseException { >String outputPDFTemp = tempFolder + File.pathSeparator + pdfView + "_" + raupeDealer.getCustomer().get

Re: [iText-questions] Adding Line's/Tables

2008-08-15 Thread Ivar Kunst
And i found out how to fix the tables. So my only question still is, how can i create a horizontal line, at a certain position without knowing it's y-position. Ivar Kunst wrote: > > Let me be a bit more specific. > > I want to add a table, in the header and in the footer. im playing around >

Re: [iText-questions] Adding Line's/Tables

2008-08-15 Thread Ivar Kunst
Let me be a bit more specific. I want to add a table, in the header and in the footer. im playing around with the document.footer/header but didnt got that far yet. Cheers, Ivar Ivar Kunst wrote: > > Hey all, > > Im trying to add a horizontal line when using ColumnText. Im reading out > of a

Re: [iText-questions] stretching/shrinking fonts

2008-08-15 Thread Leonard Rosenthol
use a transform... Leonard On Aug 15, 2008, at 9:08 AM, Sven Boden wrote: I'm looking for something simple, but fail to find it. I want to define a basefont for an application (generating among others pdf output).. say courier in 10cpi/6lpi... this I can approximate pretty close by picki

Re: [iText-questions] Tagged PDF (Re-send)

2008-08-15 Thread Mike Ferrando
1T3XT info, Thanks for the tip. I will pursue this possibility. -Mike - Original Message From: 1T3XT info <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Friday, August 15, 2008 1:17:28 AM Subject: Re: [iText-questions] Tagged PDF (Re-send) Mike Ferrando wrot

Re: [iText-questions] iText-questions Digest, Vol 27, Issue 45

2008-08-15 Thread Kevin Yu
hi,1T3XT BVBA this wouldn't work for our scenario. since submitting the xml data back to the server, the document is then generated with the template on the server side. hidding the button on the client side have no effect. what we need is the itextsharp code to manually hide the save butt

[iText-questions] Shrinking PDF content

2008-08-15 Thread James Beard
Hi there, I cannot figure out how to transform PDF content using PDFStamper. I can see how you can import and trasnform a page from another PDF using stamp.getUnderContent(pageNum).addTemplate(...) with an appropriate imported page and transform, but how do I transform content *already in* the PD

Re: [iText-questions] iText-questions Digest, Vol 27, Issue 45

2008-08-15 Thread Kevin Yu
can I buy you lunch? 1T3XT BVBA > From: [EMAIL PROTECTED]> Subject: iText-questions Digest, Vol 27, Issue 45> > To: itext-questions@lists.sourceforge.net> Date: Fri, 15 Aug 2008 05:50:51 > -0700> > Send iText-questions mailing list submissions to> > itext-questions@lists.sourceforge.ne

[iText-questions] stretching/shrinking fonts

2008-08-15 Thread Sven Boden
I'm looking for something simple, but fail to find it. I want to define a basefont for an application (generating among others pdf output).. say courier in 10cpi/6lpi... this I can approximate pretty close by picking the write font/size. In the application it should be possible to define tex

[iText-questions] Adding Line's/Tables

2008-08-15 Thread Ivar Kunst
Hey all, Im trying to add a horizontal line when using ColumnText. Im reading out of a database what should be added. Normally this is text,images,tables or lists. Now i want to add a line. Is there a way i can make a element, so i can add it, or should i use the DirectContent? But the problem is

[iText-questions] Question regarding tables.

2008-08-15 Thread Chaudhary, Nandini
Hi, I'm trying to add a long thin table to a pdf document using itext. The table just fills up one third of the page. So I want the table to wrap around on the page and when the whole page is full then move on to the next page. Is there a way to do it? Thanks, Nandini Email Confidentiality Not

Re: [iText-questions] Add content to pdf-document using embedded font

2008-08-15 Thread Leonard Rosenthol
On Aug 15, 2008, at 6:57 AM, Oliver Schoenwald wrote: >> Leonard Rosenthol wrote: >>> Be aware that relying on a font already embedded in the document >>> to then add additional content is NOT a good idea - since you have >>> no guarantee that the font was fully embedded OR even embedded >>

[iText-questions] Servlet, PDF and forms

2008-08-15 Thread Daniel Wamara
Hi, I've successfully filled AcroForm fields in a template I created with a stand-alone application and now I'm trying to do the same via a web application (using Spring). According to the output messages I get, the template is successfully accessed, the code can check the presence of AcroFo

Re: [iText-questions] Add content to pdf-document using embedded font

2008-08-15 Thread Oliver Schoenwald
Hello Leonard, I was successful in registering an using the additional font in the document. When you say that embedded fonts might not be embedded properly in the document, do you mean that the fonts is not embedded completely but only with the necessary chars/glyphs? Regards, Oliver L

[iText-questions] Letter-spacing

2008-08-15 Thread Britta Michel
Hello, I have a question concerning character-spacing. I have done it directly on the PdfContentByte and it works very well. Now, I want to set the character-spacing for the header of a chapter. I am using the Chapter object and I am creating a table of content, therefore I have no clue how to wri