[iText-questions] [URGENT] Technical Question

2013-07-09 Thread Jeremy Goh
Hi iText, I am subscribed to iText question under acute_ic...@hotmail.com account. I would like to ask, how do I implement a code whereby I will be able to convert my .aspx page into .pdf file ? Thanks in advance ! -- -- *Jeremy Goh You Hao, Financial Consultant Finexis Advisory Pte Ltd

[iText-questions] Reader capacities

2011-08-08 Thread Jeremy Rocke
about a license. Jeremy Rocke AutoDocs, LLC 703-532-9720 -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools d

[iText-questions] Spanning a table across 2 columns

2010-05-02 Thread Jeremy
fit it twice down the page and save a lot of room. trying to split the information and build a table that is 14 columns wide would be rather difficult being it will span several pages. Thanks! - Jeremy

[iText-questions] eclipse can't step into itext source with debugger

2010-05-01 Thread Chambers, Jeremy
Anyone else having trouble stepping into itext source with Eclipse 3.5's debugger (I have no trouble stepping into other 3rd party jars with the debugger). My local maven repo shows I have: 04/30/2010 03:23 PM 2,022,371 itext-2.1.5-sources.jar 04/30/2010 03:23 PM 139 ite

[iText-questions] eclipse can't step into itext source with debugger

2010-04-30 Thread Jeremy Chambers
Anyone else having trouble stepping into itext source with Eclipse 3.5’s debugger (I have no trouble stepping into other 3rd party jars with the debugger). Run > Debug presents a message: "Unable to install breakpoint in 'class name' due to missing line number attributes. Modify compiler options

Re: [iText-questions] Column Page Totals in a PdfPTable?

2009-11-04 Thread Jeremy Cowgar
On Tue, 03 Nov 2009 11:39:18 -0500, 1T3XT info wrote: > Jeremy Cowgar wrote: >> Is this not possible? > > Yes, but there's no sample code available. > (And it takes some programming.) I cannot imagine I'm the only one who has wanted to do this? Any chance on get

Re: [iText-questions] Column Page Totals in a PdfPTable?

2009-11-03 Thread Jeremy Cowgar
Is this not possible? Jeremy On Sat, 31 Oct 2009 00:07:26 -0400, Jeremy Cowgar wrote: > I am trying to create column page totals in a long PdfPTable with out > success. I read in an old email where I should be checking for table > height and adding a new row in when the height ge

[iText-questions] Column Page Totals in a PdfPTable?

2009-10-30 Thread Jeremy Cowgar
am doing: for (LogEntry e: entries) { table.addCell(...); table.addCell(...); } doc.add(table); Can anyone shed some light on how I could add in totals into my table per page? Thank you, Jeremy -- Come

[iText-questions] Animating Objects

2009-09-30 Thread Jeremy Wood
anyone have any experience with this subject, or other suggestions for approaches to try? Regards, - Jeremy -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to

[iText-questions] Gradients with Transparency

2009-09-14 Thread Jeremy Wood
? Regards, - Jeremy package com.t4l.pdf; import java.awt.Color; import java.awt.GradientPaint; import java.awt.Graphics2D; import java.awt.Insets; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import com.lowagie.text.Document; import com.lowagie.text.Documen

[iText-questions] Using System.Drawing.Bitmap as image source

2009-07-14 Thread Jeremy Petzold
rather than on-the-fly as I am doing. Will itextsharp allow me to add my on-the-fly bitmap to the PDF? I am concerned about the file type restrictions mentioned in the tutorial. Thanks, -- Jeremy Petzold AOL Instant Messenger:modmans2ndcoming

Re: [iText-questions] Gradients with Multiple Colors

2009-05-29 Thread Jeremy Wood
that other developers may have an interest in working with in the future. Regards, - Jeremy On May 29, 2009, at 9:19 AM, Leonard Rosenthol wrote: > My recommendation is to use a program, such as Adobe Illustrator, > that can create PDFs with multi-colored gradients and then look

Re: [iText-questions] Gradients with Multiple Colors

2009-05-29 Thread Jeremy Wood
n previous results, I assume this basically means there is an error parsing it?) S... at this point I'm feeling pretty stuck. I don't suppose anyone has any pointers on what I'm doing wrong? I tried to be concise in this email, but I could discuss in more detail exactly

[iText-questions] Gradients with Multiple Colors

2009-05-27 Thread Jeremy Wood
colors): is it theoretically possible to use existing iText- related objects to achieve this? The PdfShading and PdfShadingPattern look promising, but the javadocs are bare. I thought I'd ask the list before I explore further.

[iText-questions] Itext as a java extension

2007-01-24 Thread Jeremy Rottman
I am building a Coldfusion app that processes faxed/emailed documents via a barcode system. The problem is, that I didnt for see the users using pdf documents. So now I am having to scurry backwards in order to create a fix for this issue. Right now, I am processing tiff files with jai_imageio

Re: [iText-questions] creating forms

2006-07-05 Thread jeremy
Bruno Lowagie lowagie.com> writes: > No, forms in HTML are different from forms in PDF. > iText doesn't create HTML forms. > br, > Bruno thanks for answering, I'll try to do it an other way! bye jeremy Using Tomcat but need to do more? Need to support web serv

[iText-questions] creating forms

2006-07-04 Thread jeremy
add a Paragraph to a document, no matter its type) If you have any example, or know any website about this subject, I'll be glad to read it! Thanks, jeremy Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to

Re: [iText-questions] itext tool box

2006-06-22 Thread jeremy
roject!! As an eclipse addicted, I think this is going going to be very helpfull :-) nice job and good luck! jeremy Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere

Re: [iText-questions] itext tool box

2006-06-21 Thread jeremy
pse's Rich Client Platform. > br, > Bruno > I was think about tool box that propose very simple tasks not too complicated. I think a plug-in for the Eclipse plateform would be just great!! I really think this would be very helpfull! I will be waiting for this

[iText-questions] itext tool box

2006-06-20 Thread jeremy
Hi, I have been wondering, now that iText has grown big, some people should already have developped some kind of basic tool box for iText. Not a big programm but just some classes that take care of connection, fill table automatically, ... have you heard or read any of that? thanks jeremy

[iText-questions] PDF & OCR

2006-05-31 Thread Jeremy Adell
Are there any Java based OCR technologies that will work with itext? I need a way of building reference pages and indexes that were scanned Thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.c

[iText-questions] Re: Finding page position of an image

2006-05-16 Thread Jeremy Boschen
Is it possible to do this with versions of iText that don't have PdfContentParser? - Jeremy "Paulo Soares" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You'll have to parse the content stream and interpret the commands. Class PdfContentParser can he

[iText-questions] Position of XObject Image in Contents

2006-05-12 Thread Jeremy Boschen
I get this information with iText? Thanks, Jeremy --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application

[iText-questions] PDF verify pages

2006-05-01 Thread Jeremy Adell
need to get a list of the documents that have this issue so that they can be rescanned. Is there any way for me to verify a document using text? Thanks, Jeremy __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http

Re: [iText-questions] PDF verify pages

2006-05-01 Thread Jeremy Adell
Could you tell me what the commercial software is? thanks, Jeremy --- Leonard Rosenthol <[EMAIL PROTECTED]> wrote: > At 05:02 PM 5/1/2006, Jeremy Adell wrote: > >Is there any way for me to verify a document using > text? > > No :(. > > There are

[iText-questions] concatenate 100's PDFs and add comments & bookmarks

2006-01-09 Thread Jeremy and Nica Waters
een suggestions that pdfstamper can somehow be used to concatenate pdfs; but it's not recommended; and i have not seen any sample code. This approach might let me produce the finished product in a single write operation - which should be good for performance. Any sug

[iText-questions] PDF to Image

2005-11-11 Thread Jeremy Allen
anything that jumps out at me in the API documentation and I am guessing I will need to look outside of iText, however I wanted to at least ask. If it is outside of iText does anyone have any suggestions? Thanks Jeremy

RE: [iText-questions] Help with outputting bytestream to PDF

2005-08-01 Thread Jeremy Nix
n/pdf"); response.setContentLength(baosPDF.toByteArray().length); response.getOutputStream().write(baosPDF.toByteArray()); _______ Jeremy Nix Senior Application Developer Southwest Financial Services, LTD. (513) 621-6699 x1158 www.sfsltd.com -Original Message- From: Kyle [mai

[iText-questions] (no subject)

2005-07-28 Thread Jeremy Nix
OK. Acrobat's built-in functionality or something else? [Jeremy Nix] Acrobat's built-in It is the way that iText works - there is ABSOLUTELY NOTHING wrong with it. [Jeremy Nix] Okay, didn't realize this. BUT their stuff ends up in the "

[iText-questions] (no subject)

2005-07-28 Thread Jeremy Nix
F) does not end up creating space in this category. With the "Acro Forms", does anyone know of a way of reducing this size for the generated (stamped) pdf document in IText? ___ Jeremy Nix Senior Application Developer Southwest Financial Services, LTD. (513) 621-6

[iText-questions] Reducing file size of a PDF Stamped document

2005-07-28 Thread Jeremy Nix
-- Total               31940 ___ Jeremy Nix Senior Application Developer Southwest Financial Services, LTD. (513) 621-6699 x1158 www.sfsltd.com

[iText-questions] Question dataset to pdf

2005-06-14 Thread Allen, Jeremy
Hello, is it possible to set my pdf document = to my .net dataset?   Maybe something like this   document.add(DataSet)   Thanks for the help

Re: [iText-questions] Re: Regarding servlet with iText in IE

2002-11-15 Thread Jeremy Bowman
all HTML page containing a direct link to the generated PDF file. Users of other browsers still get the PDF back directly, and with one extra click IE users can get the generated content (until Microsoft breaks the Acrobat plugin completely). Jeremy

[iText-questions] PdfGraphics2D save/restore problem in Acrobat 4

2002-04-23 Thread Jeremy Bowman
ment this in the FAQ? Jeremy import com.lowagie.text.*; import com.lowagie.text.pdf.*; import java.awt.Graphics2D; import java.io.FileOutputStream; public class ClipTest { public static void main(String[] args) { try {

Re: [iText-questions] PdfGraphics Class

2002-04-11 Thread Jeremy Bowman
bly useful... Jeremy Bowman On Thursday 11 April 2002 10:45 pm, you wrote: > Fellows: > > I cannot agreee that we need a PdfGraphics class since all the operators > are already in PDF, i.e drawArc(), drawRect(). To intergrate JFreeChart > into iText is basically taking a JFreeChart as i

Re: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread Jeremy Bowman
ince none of the code I've seen uses it. It may serve as a starting point for something that does work, though; haven't played with it enough to tell. I'm pretty sure XOR mode isn't feasible; it seems fundamentally incompatible with vector graphics. Jeremy ___

PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-08 Thread Jeremy Bowman
ing over these for the time being. To the person who needs something in 4 weeks: this might be usable for JFreeChart by then, but I wouldn't count on it; like I said, I'm working on this in my spare time. I guess I'll hold off on further questions and info until I get some