[iText-questions] I want a new page to be generated even if the cureent page is not full

2008-11-08 Thread Lopes, James
So I'm parsing an html page, that has the html tag HR as page boundaries. My parse catches the HR tag and call newPage on the document object. The data fills the previous page and does not begin in the new page. I'm using the SAX parser from the FooBarFlyer example. The data gets written to the P

Re: [iText-questions] Table/Text overlap

2008-11-08 Thread Hamilton, Ken
Thanks for saving me lots of time. ct.setText(null) worked. ct = new ColumnText(cb) yielded a complaint about irregular columns: "Irregular columns are not supported in composite mode." Since the first way works, I'm not going to continue to pursue the complaint. Thanks again. -Original Messag

[iText-questions] My pdf page size changes after the first page

2008-11-08 Thread Lopes, James
My data is large enough to generate a new page. The size of the next pages is wider than the first. Have anyone encountered this? Thanks for the help - This SF.Net email is sponsored by the Moblin Your Move Developer's cha

Re: [iText-questions] Signature not found : Bug or feature ?

2008-11-08 Thread Paulo Soares
This has all to be investigated and a solution will be include in the release after the next. For the moment I don't have the time to look at it. Paulo - Original Message - From: "Michael Klink" <[EMAIL PROTECTED]> To: Sent: Saturday, November 08, 2008 10:05 PM Subject: Re: [iText-ques

Re: [iText-questions] Signature not found : Bug or feature ?

2008-11-08 Thread Michael Klink
Paulo, but to find those orphan signature fields I do have to loop through all of them, don't I? And furthermore, why shouldn't there be other kinds of fields without a visual representation? My main question, though, still is whether iText somehow hickups when the AcroFields fields member is

Re: [iText-questions] How to locate adobe javascript folder in java?

2008-11-08 Thread Peter van Raamsdonk
You can only do this by executing script on the client side (install once) Try hta for Internet Explorer or XUL for FireFox. That's how I worked around the 'silent print' issue. H2H, Peter - Original Message - From: "darrenmia" <[EMAIL PROTECTED]> To: Sent: Saturday 8 November 2008 17

Re: [iText-questions] How to locate adobe javascript folder in java?

2008-11-08 Thread 1T3XT info
darrenmia wrote: > Does Itext has any function to locate this folder? No. Such a solution would be platform dependent. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info - This SF.Net ema

[iText-questions] How to locate adobe javascript folder in java?

2008-11-08 Thread darrenmia
Hi all, I would like to locate the adobe reader javascripts folder, in order to insert a folder lever javascript Example of the folder C:\Documents and Settings\\Application Data\Adobe\Acrobat\7.0\JavaScripts or C:\Program Files\Adobe\Acrobat 7.0\Reader\Javascripts Does Itext has any function t

Re: [iText-questions] Is it possible to search and replace a pre-defined pattern in a existing PDF file and then create a new PDF file on the fly?

2008-11-08 Thread 1T3XT info
Apoorva Ajmera wrote: > Is it possible to do so with iText API? Yes, but it's a bad idea. See chapter 18 of the book "iText in Action". There I explain why any tool that promises you similar functionality is bound to disappoint you. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ -

Re: [iText-questions] Table/Text overlap

2008-11-08 Thread 1T3XT info
Hamilton, Ken wrote: > It works, except that after the go(), the rows > that would have been on the second page are still there. How do I get > rid of them? Just a quick answer without checking if what I'm saying is right: I believe I use ct.setText(null); or ct = new ColumnText(cb); in this case.

[iText-questions] Is it possible to search and replace a pre-defined pattern in a existing PDF file and then create a new PDF file on the fly?

2008-11-08 Thread Apoorva Ajmera
Hello, We are creating a destktop application where in we want to search and replace the *pre-defined variables* in a fixed *delimiter like * *(!-- --!)* in the user provided PDF file with the actual values like for example: - !--YourName--! will be replaced for example with *Lowagie* - htt

Re: [iText-questions] feathered edge drop shadow

2008-11-08 Thread 1T3XT info
dsmall wrote: > Is it possible with iText to create a feathered edge drop shadow around text? > I can create the drop shadow easy enough. I used Google to find out what a feathered edge drop shadow was. I found this: http://www.adobe.com/designcenter/indesign/articles/idsn3kbdropshad/idsn3kbdropsh

Re: [iText-questions] Read PDF replacing whitespace with spaces

2008-11-08 Thread 1T3XT info
Eoin Hinchy wrote: > Hi guys, > > I was wondering if it's possible to use iText to read in a PDF and > replace all the whitespace in it with spaces/tabs/newlines. > For example: > Read in the file http://www.plainsight.info/dev/example.pdf > and output something along the lines of: > http://www.pl

Re: [iText-questions] Disappearing text

2008-11-08 Thread 1T3XT info
Carlos Morais de Oliveira Filho wrote: > Hi, > > I am using iText (version 1.4.5) to generate PDF files and sometimes > I get one that is missing some text. Maybe the text is in the PDF, but outside the visible area. Post one of those PDFs and tell us what text is missing. We can look inside

[iText-questions] Read PDF replacing whitespace with spaces

2008-11-08 Thread Eoin Hinchy
Hi guys, I was wondering if it's possible to use iText to read in a PDF and replace all the whitespace in it with spaces/tabs/newlines. For example: Read in the file http://www.plainsight.info/dev/example.pdf and output something along the lines of: http://www.plainsight.info/dev/desired.txt I've

[iText-questions] feathered edge drop shadow

2008-11-08 Thread dsmall
Is it possible with iText to create a feathered edge drop shadow around text? I can create the drop shadow easy enough. Regards dsmall -- View this message in context: http://www.nabble.com/feathered-edge-drop-shadow-tp20392923p20392923.html Sent from the iText - General mailing list archive at

Re: [iText-questions] Issue with Barcode 128 generated with

2008-11-08 Thread Paulo Soares
The barcodes have different scalings, no wonder they have different sizes. Paulo - Original Message - From: "Navin Kumar" <[EMAIL PROTECTED]> To: Cc: "Rangarajan Vaithyalingam" <[EMAIL PROTECTED]>; "Sameer Kaushik" <[EMAIL PROTECTED]>; "Gagan Jain" <[EMAIL PROTECTED]> Sent: Saturday,