t would the command-line call to iText look like, both for the
Java interface and for the C# interface if that's an option?
Thanks very much for your time and assistance!
andy
--
Learn Graph Databases - Download FREE
Logged under:
https://sourceforge.net/tracker/?func=detail&aid=3413287&group_id=541147&atid=2197194
Thanks
Andy
-Original Message-
From: Balder VC [mailto:li...@redlab.be]
Sent: 23 September 2011 12:30
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-question
h seem to apparently rectify
part of my issue.
List Improvements:
* Matched the font size of the list symbol to the font size of
the content of a list.
* List symbols are now shrunk and aligned in the middle of the
line.
Is this something already on a buglist?
Kind r
Ah cool, didn't realise I could do that. I've created the PdfArray too
and there it is, a beautifully restored form!
Thank you! Much appreciate the help.
On 17/09/2011 18:17, 1T3XT BVBA wrote:
> Well, in that case, you need to make a small adaptation. Instead of
> "getAsDict", you need to create
=/1.6, /Pages=264 0 R}
Thanks
Andy
On 17/09/2011 12:41, 1T3XT BVBA wrote:
On 16/09/2011 23:30, Andy Wu wrote:
Glad to hear I'm not the first.
Could the file have been corrupted in such a way that Adobe
Reader/Nitro/iText can open it still? Or does an older version of
Adobe Reader exist tha
Glad to hear I'm not the first.
Could the file have been corrupted in such a way that Adobe
Reader/Nitro/iText can open it still? Or does an older version of Adobe
Reader exist that could be responsible?
Andy
On 16/09/2011 21:06, Paulo Soares wrote:
I've seen this before. You h
can't flatten it.
Thanks
Andy
On 16/09/2011 18:16, 1T3XT BVBA wrote:
> On 16/09/2011 18:06, Andy Wu wrote:
>> That's an answer I've yet to find
> You can find out as is explained in chapter 8 of "iText in Action -
> Second Edition":
>
> PdfReade
lease fill
out the following form". Is that a clue to what's going on here?
Thanks
Andy
On 16/09/2011 18:13, Mark Storer wrote:
>> The PDF returned from the client as
>> PdfStamper.getAcroFields().getFields() returns 0 fields so I
>> can't readily loop over the
surprise me if they were using older versions of
Adobe Reader to fill these in.
Unfortunately I can't share one of the PDFs that is filled in as they
contain private data.
Thanks
Andy
On 16/09/2011 16:58, Leonard Rosenthol wrote:
> What software is your clien
Does the fact that when I've filled in the form myself and saved it with
Adobe Reader, it flattens without issue rule out that possibility?
Andy
On 16/09/2011 16:40, Paulo Soares wrote:
> It may be a dynamic LiveCycle form and iText can't flatten those. You'll have
&g
guess that's not what you meant and it doesn't appear to work.
Thanks
Andy
On 16/09/2011 16:25, Paulo Soares wrote:
> Look like they are not generating the appearances. Call
> AcroFields.regenerateField() for each field to regenerate the appearances and
> make flatt
6/09/2011 15:58, Andy Wu wrote:
> Hi All,
>
> I have an issue with attempting to flatten forms where the data is
> disappearing. If I open the original form in Adobe Reader, fill it in
> and save it, I have no problem flattening it.
>
> However when our end clients are f
results in the data disappearing. I can
flatten the PDF with Nitro PDF Reader and it has no issues with it so
I'm wondering what I could be missing in my iText usage as all the
examples I've seen just point to setFormFlattening( true ).
Can any experts point me in the right direction?
T
The good news is that in this case I can reject the stationary and
request one without the annotations is supplied.
On 01/09/2011 08:01, 1T3XT BVBA wrote:
> On 1/09/2011 13:43, Andy Wu wrote:
>> I'm not responsible for creating the header/footer pdf. I'm merely
>> resp
On 01/09/2011 07:02, 1T3XT BVBA wrote:
> On 1/09/2011 12:49, Andy Wu wrote:
>> You're right, I only have the first edition but I'll be sure to pick up
>> the 2nd edition now too.
> I think it's explained in the first book too.
You trying to talk me out of buying
You're right, I only have the first edition but I'll be sure to pick up
the 2nd edition now too.
Thanks for your help.
On 01/09/2011 06:02, 1T3XT BVBA wrote:
> On 1/09/2011 11:37, Andy Wu wrote:
>> However, the resultant PDF only contains the header, not the footer.
> I&
p for documents of more than 1 page.
- if I use this header/footer http://dl.dropbox.com/u/13080345/tw.pdf,
neither appear in the result
Hope that better illustrates the issues I'm seeing.
Any help is much appreciated.
Thanks
Andy Wu
On 01/09/2011 02:16, 1T3XT BVBA wrote:
> On 1/09/2011 3:
still,
how to resolve it?
Thanks
Andy Wu
--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Log
Hello,
I am tasked with generating various barcodes. The java class for this will be
called by a webservice to generate for example a barcode39 and a PDF417
barcode. My problem is, because it is a webservice I will be fulfilling, I
prefer to output a byte array instead of anything iText speci
Thanks for the lively discussion on menu semantics guys...:-/.
Back to the original question of the topic: Here's what I did.
String path = ;
String pdfPath = path + "form.pdf";
PdfReader reader = new PdfReader(pdfPath);
AcroFields fields = reader.AcroFields;
XmlNode dataSetsNode =
1T3XT info wrote:
>
> Strickland, Andrew R. wrote:
>> What I need to know is if iText is capable of taking the source PDF
>> file and dumping Its data as an XML file - and what major
>> classes/methods I would use to do this.
>
> Retrieving data from a form: http://1t3xt.be/?X000413
> Cr
t;> ../../src/toolbox/com/lowagie/toolbox/plugins/XML2Bookmarks.java
>> ../../www/examples/com/lowagie/examples/directcontent/pageevents/Events.java
>> ../../www/examples/com/lowagie/examples/objects/columns/MultiColumnR2L.java
>> ../../www
the result out to a tempfile, then
read that tempfile back into memory.
It's not the most frequently-used code in the app. I'm just looking
for any edge I can get. Sounds like this should be one of my last
changes.
> - Original Message -
> From: "Andy Levy" <[EM
I saw this question was asked a few months ago
(http://www.nabble.com/iText-v1.x-vs-iText-v2.x-p15369552.html) but
didn't see a reply in the archives. I'm running iText 1.3.6 right now.
Like that poster, my application's usage of iText is pretty simple -
loading PDFs from disk, compiling into one,
the source doc?
Thank you,
Andy
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your
were created for
instance as they seem to be returned in a bit of a random fashion at
the moment?
Any help much appreciated,
Kind regards,
Andy
---
PdfReader reader = new PdfReader(dir + in_pdf);
AcroFields form = reader.getAcroFields();
HashMap fields = form.getFields();
for (Iterator i
On 2/9/07, Bruno Lowagie (iText) <[EMAIL PROTECTED]> wrote:
Andy Schaff wrote:
> I'm dynamically creating PDFs in Java, and am using a marked-up PDF. I
> have a lot of text field AcroFields.
The RichText flag and RV entry when creating AcroFields are currently
not supported in
d}), but have had no luck.
Can someone point me to, or give me some quick examples of how I can better
utilize the Rich Text attribute of a Text Field AcroField?
I mainly want to be able to have some lines bolded and the ability to
indent.
Thanks,
Andy
---
. Can anyone
help me derive it?
Thanks
Andy
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking
On 3/29/06, Chris Fong <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I'm a relative newbie so forgive me if this question has been asked before.
> I want my application to generate a pdf that uses a TTF font, and looking at
> the example docs I would do something like this:
>
> BaseFont bfComic =
>
On 3/22/06, Vd K <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> We are using iText for creating PDF and the PDF is stored in database for
> future use. We have a requirement to make sure the PDF created from iText is
> valid and will be viewable using a PDF viewer like "Adobe Acrobat Reader".
> Is there an
On 3/7/06, bruno <[EMAIL PROTECTED]> wrote:
> By the way: there are over 1000 people subscribed to the list,
> then why did only 26 answer this simple question:
> http://jroller.com/page/blowagie?entry=would_you_buy_a_book
I didn't even realize that you had posted to the list that there was a
book
ake this change manually.
On 1/25/06, Andy Levy <[EMAIL PROTECTED]> wrote:
> Just to be clear, I'm not "complaining" - just trying to make sure I
> have all my facts straight before I tell people we'll have to fiddle
> with all 50-some PDFs we're working from just
On 2/3/06, Andres Muñoyerro Pindado <[EMAIL PROTECTED]> wrote:
> I have links in my PDF reports.
>
> If I use the browser Firefox work perfectly. My problem starts whe I use the
> browser Internet Explorer. When I click on a link to open another window (A
> Document PDF is created dynamically from
aligned with some static text it will show the offset.
>
> - Original Message -
> From: "Andy Levy" <[EMAIL PROTECTED]>
> To: "Paulo Soares" <[EMAIL PROTECTED]>
> Cc:
> Sent: Wednesday, January 25, 2006 9:31 PM
> Subject: Re: [iText-questions
nt Acrobat versions make different alignments. You need
> setExtraMargin to make this fine adjustment.
>
> > -Original Message-
> > From: Andy Levy [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, January 24, 2006 4:13 PM
> > To: Paulo Soares
> > Cc: i
re made to better align the text to the available field space.
> Later on, another fix was made to fine tune the field text position,
> AcroFields.setExtraMargin().
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On
> > Be
On 1/5/06, bruno <[EMAIL PROTECTED]> wrote:
> Andy Levy wrote:
>
> >The history indicates a 1.3.6 release on 12/22/2005 - where can I
> >download this?
> >
> Where did you download the 1.3 version from?
> As far as I know there's a link to the 1.3.6 jar o
to the available field space.
> Later on, another fix was made to fine tune the field text position,
> AcroFields.setExtraMargin().
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On
> > Behalf Of Andy Levy
> > Sent
I would have searched the archives before posting this but the site
isn't responding well for me right now.
We use iText to fill in PDF forms for a web application based on user
input. We recently upgraded to iText 1.3 in our development
environment to attempt to resolve some intermittent problem
hi
Can I put in line breaks in text without creating a
whole new cell?
Is it possible to place a image as a background on
every page without placing absolute positioned images
in code?
thank your for your insights.
Andy
__
Yahoo! DSL
trying to include the itext
object in a php page. Get the error on this line:
$iText_text = new Java('com.lowagie.text.*');
anyone work with itext in php?
Andy
__
Yahoo! FareChase: Search multiple travel sites in one c
Can anyone advise me on using itext to convert a pdf to tif ?
Looking at the documentation I thought it would be a similar concept to
RtfWriter, and use Java Advanced Imaging
Appoligies if this has already been asked but the search facility is down on
the forum.
Thanks
Andy
DISCLAIMER:The
Hi,
Does anyone have a simple example of PdfPSXObject use? I know we are advised
to avoid them by Adobe but I may have a requirement. I have done some
experimentation but I am new to the library and a little confused by the API
in this area.
Regards,
Andy
list symbols) to be displayed in the same table
cell. Any suggestions?
Thanks,
Andy
/ code snippet /
document.open();
Table table = new Table(5);
List list = new List(false, 10);
List subList = new List(true, 20);
for(int i = 0; i < 10; i++) {
subList.add("#" + i
Hi
Is there any way of converting HTML to PDF at runtime using Java
Components.
Thanks in advance
Andy
---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
Hi,
Can you please help me by giveing instructions or url for embedding SVG
in PDF.
Thanks in advance
Andy
---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for
E_COLUMN) {
font.setSize(font.size()-0.25f);
} else {
colResult = colTxt.go();
log.debug("GO REAL = " + colResult);
}
}
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paulo
Soares
Sent: Friday, 05 December, 2003 06:09
To: Andy Kriger
We have a system that currently uses FDF files to create dynamic PDFs
using a form template. There are fields defined in the template and data
is associated with each field. A field can be marked as multiline and a
field's font size can be 'Auto' (the font size is reduced to fit all the
text within
tes random prefixes."
and sure enough that fixed the problem.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Paulo
Soares
Sent: Friday, June 27, 2003 10:37
To: 'Andy Kriger'; Itext
Subject: RE: [iText-questions] munged text?
Can you post the
.
BaseFont myFont =
BaseFont.createFont(fontName,BaseFont.CP1252,BaseFont.EMBEDDED);
Font font = new Font(myFont, 6, Font.NORMAL);
thx
andy
---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hos
Any help would be appreciated
thx
andy
-Original Message-
From: Bruno Lowagie [mailto:[EMAIL PROTECTED]
Sent: Friday, June 27, 2003 3:36
To: Andy Kriger
Cc: Itext
Subject: Re: [iText-questions] munged text?
Andy Kriger wrote:
>I am building a PDF by:
>1) opening a PDF to b
code)
The resulting PDF has text that overlaps (see the attached PNG file). The
overlaps show up on-screen and in print. Does anyone have any ideas why this
is happening and how can fix the problem?
thx
andy
<>
Is there a beta version I can play around with to see if it'll do what i
need?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Paulo
Soares
Sent: Monday, February 24, 2003 18:36
To: Andy Kriger; Itext
Subject: Re: [iText-questions] can i do this with
If I have a file of Acrobat form data (an FDF file) and an PDF with the form
fields, can I use iText to combine the two server-side and return the PDF
form filled out with data to the user?
thx
andy
---
This sf.net email is sponsored
ursday, January 30, 2003 11:34
To: 'Andy Kriger'; [EMAIL PROTECTED]
Subject: RE: [iText-questions] iText question from a new user
Before you start anything don't forget that fonts are usually subset which
means that you have a good chance of writing a string consisting of squares.
nal Message-
From: Leonard Rosenthol [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 11:07
To: Andy Kriger; [EMAIL PROTECTED]
Subject: RE: [iText-questions] iText question from a new user
At 10:01 AM -0500 1/30/03, Andy Kriger wrote:
>Then the next question is are there open-source o
Then the next question is are there open-source or free Java libraries that
allow PDF manipulation in the way I am talking about?
-Original Message-
From: Leonard Rosenthol [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 8:29
To: Andy Kriger; [EMAIL PROTECTED]
Subject: RE
onard Rosenthol [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 16:06
To: Andy Kriger; [EMAIL PROTECTED]
Subject: Re: [iText-questions] iText question from a new user
At 3:44 PM -0500 1/29/03, Andy Kriger wrote:
>I am interested in modifying existing PDF files using iText.
I t
I am interested in modifying existing PDF files using iText. I'd like to
know what it's capabilities in this regard are.
Specifically, I can currently read a file using PdfReader. Great, very easy.
Is it possible to change the fonts in the document and write a new PDF out?
If so, how would I get a
At 9:28 PM + 12/24/02, Paulo Soares wrote:
PdfPTable has no problems on nesting tables as long you only use PdfPTable.
Ah, I got it working now. Thanks!
--Andy
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven
for anyone in a position to fix the bug?
--Andy
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
iText-questions mailing list
[EMAIL P
Hi all
Ist there a way to read-out the metadata (e.g. Title, Author etc.) from
a PDF using iText.
I know, that iText doesn't support parsing, but maybe the metadata can
be accessed.
Thanks in advance
Andy
___
Don't mis
Hi all
Ist there a way to read-out the metadata (e.g. Title, Author etc.) from
a PDF using iText.
I know, that iText doesn't support parsing, but maybe the metadata can
be accessed.
Thanks in advance
Andy
___
Don't mis
64 matches
Mail list logo