[iText-questions] Converting HTML with ordered list and div with itextpdf

2015-06-26 Thread Peter Varga
Hi, I tried to convert a HTML page with ordered list and some div tags with itextpdf, but it does not seem to work. I created the following simple ordered list structure in HTML to demonstrate the problem: Insert title here A AA AB AC

[iText-questions] Question about if/when itext will be able to handle PDF-Extension

2014-04-07 Thread Peter Thung
upon iText library. the question is, do you know if and when iText will be able to read/write to this PDF-Extension? Or perhaps is it the developer just needs to update to the latest library? -Peter-- Put Bad Develope

[iText-questions] problem with german umlauts in metadata in pdfStamper

2014-01-23 Thread Peter Schwalm
ead I will try to throw out the metadata by using PdfReader/PdfWriter. But it would be nice if the developpers could correct the problem in the next version. Thanks for the great iText(Sharp) software. Peter Schwalm ... catch (XmlE

[iText-questions] Controlling where iText looks for files

2014-01-15 Thread Ford, Peter
A colleague is using iText in a web application. As part of this he's using the stamper to add watermarks, which are held as image files. However, iText appears to be looking for the files in the current working directory, "." (which when we start the Tomcat server is of course tomcat/bin). We're g

[iText-questions] Itextsharp and Slovak/czech language

2013-06-05 Thread Peter Racký
Hi i want to ask is possible with your itextsharp to code text with slovak/czech special letters ( á,é ) ? Text is ok but special slovak/czech letters are not fine. i searched web for 6 hours and i cannot find solution I am giving OdkazLink.ToString (web pdf) into StringBuilder and looking for

[iText-questions] Supported html and css versions Itext 2.0.8 and 5.4.2

2013-06-05 Thread Peter Coenen
y read. Is there any documentation available which explains the following for IText 2.08 and the latest Itext release:Which XHTML versions are supportedWhich CSS versions are supported Many thanks in adva

[iText-questions] FileNotFoundException calling PDFStamper.close()

2013-03-28 Thread Peter Lachall
va:328) at com.itextpdf.text.pdf.PdfStamper.close(PdfStamper.java:189) I'm thinking that the template is still in use, and we are missing some required "cleanup" method call(s), but I find it strange that the error only occurs a small percentage of the time. Anyone else experie

[iText-questions] PDFStamper.close() indirectly throws FileNotFoundException

2013-03-14 Thread Peter Lachall
Our application uses iText 5 to populate a PDF form and write out the populated form to disk. The code is roughly: Document document = new Document(); copy = new PdfCopy(document, new FileOutputStream(newFileName)); document.open(); PdfReader reader = new PdfReader(formFileName);

[iText-questions] Color Inverted after MakeMask of a Packedbit TIFF image

2012-11-08 Thread Peter Suen
I try to make a monochrome tiff image to transparent with MakeMask() in a PDF. It works on a CCITTT6 Tiff image, However when I do with a PackedBit Tiff Image, Its color was inverted after img.MakeMask(), and the content become transparent. Then I try to trace with iTextSharp's Source code, and I

Re: [iText-questions] My plan to shut down the mailing-list

2012-10-08 Thread Gershkovich, Peter
hould be a disclaimer of that nature perhaps.. Please know that iText is great and worked for us for the last 8 years. Hope you will keep it going. Thanks, Peter On Oct 6, 2012, at 4:01 AM, Bruno Lowagie wrote: > Hello all, > I have written a blog about one of my major frustrations

Re: [iText-questions] How can I add a background color to my (pdf-) text

2012-08-19 Thread Peter Stein
And you're right, I haven't purchased the book yet, but I also discovered about iText only 2 days ago. And the more I see the more excited I get about the possibilities. Best Regards Am 19.08.2012 09:05, schrieb 1T3XT BVBA: On 19/08/2012 1:07, Peter Stein wrote: | cb.save

[iText-questions] How can I add a background color to my (pdf-) text

2012-08-18 Thread Peter Stein
Hello dear subscribers of the itext mailing list :-), At first: my knowledge with frameworks like iText which you can use for pdf creation isn't the best. I'm still learning and for a moment can't get any further. Saying this, I am sorry if this question seems too easy for someone, I just coul

Re: [iText-questions] Why am I unable to paint over content of particular type of PDF file?

2012-04-16 Thread Peter Sterba
I have find the solution. This particular PDF has the begining of coordinates in top-left corner, and not in bottom-left corner as most of pdfs do. (It is basically mirrored around the x-axis). Thanks for reading anyway. ---

[iText-questions] Why am I unable to paint over content of particular type of PDF file?

2012-04-16 Thread Peter Sterba
Hi, PDFs generated by a number of different scanners are processed by iText-5.0.5, and watermark is applied over scanned image. It works like charm, but just one new scanner produces his pdfs in such a format, that makes the stamp somehow invisible (or misplaced). (Files produced by this scanner m

Re: [iText-questions] PdfContentStreamProcessor and changes in graphics state

2012-02-21 Thread Peter Schwalm
t;the book" could prevent some people from running in the false direction. Thank you Peter -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft dev

Re: [iText-questions] PdfContentStreamProcessor and changes in graphics state

2012-02-20 Thread Peter Schwalm
la rasa at each new call. Peter -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, M

[iText-questions] PdfContentStreamProcessor and changes in graphics state

2012-02-19 Thread Peter Schwalm
() intended or is it a bug? Thank you in advance Peter Schwalm -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint

Re: [iText-questions] Font subsets document

2012-02-15 Thread Peter van Raamsdonk
for me, I was only trying to understand how it works. Regards Peter On 15 feb 2012, at 19:55, Leonard Rosenthol wrote: Subset merging is VERY HARD. AFAIK, Adobe’s tools are the only ones that do it. (and not all the time, because sometimes you can’t match) Leonard From: Peter van

Re: [iText-questions] Font subsets document

2012-02-15 Thread Peter van Raamsdonk
I meant combine, all subset parts which belong to a certain font contain all the glyphs (with original text). Text; hello world subset 1 contains hello subset 2 contains world Regards Peter On 15 feb 2012, at 19:11, Leonard Rosenthol wrote: How could you reuse a subset font, if the font

Re: [iText-questions] Font subsets document

2012-02-15 Thread Peter van Raamsdonk
I hoped the FontSelector what Vahid also suggested would do the trick by adding all the subsetted fonts but alas. It would be nice to reuse (subsetted) fonts but it starts with the program that embeds the fonts. Oki I understand, have a nice evening, Peter On 15 feb 2012, at 13:40

Re: [iText-questions] Font subsets document

2012-02-15 Thread Peter van Raamsdonk
x27;t force to embed without subsets (even with pdf/a option ticked). Is there a way to create a 'complete' font of these subfonts, reconstructing them? Kind regards, Peter Date: Sat, 11 Feb 2012 04:49:29 -0800 From: vahid_nas...@yahoo.com To: itext-questions@lists.sourceforge.

Re: [iText-questions] Font subsets document

2012-02-12 Thread Peter van Raamsdonk
I will post the document/ code tomorrow. Peter On 12 feb 2012, at 01:26, Paulo Soares wrote: Post the document and your code so that the problem can be reproduced. Paulo - Original Message - From: Peter van Raamsdonk To: Post all your questions about iText here Sent: Saturday

Re: [iText-questions] Font subsets document

2012-02-11 Thread Peter van Raamsdonk
ts of text/ words. Since replacing text is not possible I think, I read out the text, hide the original one (filter out BT and ET operators) and add new text with replaced words to the document again. I want to use the font in the pdf, not replace it. Regards Peter On 11 feb 2012, at 13:49,

[iText-questions] Font subsets document

2012-02-11 Thread Peter van Raamsdonk
ot;Uw" the text is shown with square before the w (like the glyph can't be drawn). If I use BaseFont.createFont() the text is shown normally but I want the style/ font family properties of the font used originally. Regards, Pete

Re: [iText-questions] BarcodeInter25, createAwtImage image units?

2012-01-10 Thread Peter van Raamsdonk
Ok, not a bug... http://itext-general.2136553.n4.nabble.com/Barcode-Image-sizes-td2169024.html#none Sorry for not looking futher first. Peter From: peet...@hotmail.com To: itext-questions@lists.sourceforge.net Date: Tue, 10 Jan 2012 13:21:26 +0100 Subject: Re: [iText-questions

Re: [iText-questions] BarcodeInter25, createAwtImage image units?

2012-01-10 Thread Peter van Raamsdonk
-and-bar-widths-td2169079.html Paolo, Bruno can you confirm/ check this? Regards, Peter From: peet...@hotmail.com To: itext-questions@lists.sourceforge.net Date: Tue, 10 Jan 2012 11:54:58 +0100 Subject: [iText-questions] BarcodeInter25, createAwtImage image units? Hi, I'm

[iText-questions] BarcodeInter25, createAwtImage image units?

2012-01-10 Thread Peter van Raamsdonk
width and height in mm. However when I create an image with createAwtImage, the width of the image is not the same as the calculated barcode width? Should there be some conversion? I can draw the image by drawImage but I'm afraid that the scaling breaks the barcode image. Kind regard

[iText-questions] Human readable text with BarcodeInter25 (createAwtImage)?

2012-01-09 Thread Peter van Raamsdonk
Morning, I'm using the createAwtImage in java to draw a barcode image. Is it possible to show the barcode value under the image or is this something I have to draw itself and not included in the picture? Kind regards, Peter van Raam

Re: [iText-questions] ITextRenderer textarea removes user carriage return

2011-05-26 Thread Peter Brant
This is indeed a Flying Saucer question. The user's Google group is here http://groups.google.com/group/flying-saucer-users . To answer your question though, FS's PDF output doesn't support form fields so your element is being treated like any other (inline-block) element per the UA stylesheet.

Re: [iText-questions] how to get words wrapped in a footer

2010-11-07 Thread Peter Backx
l of this goes into the onEndPage method) Regards, Peter On 7/11/2010 10:13, 1T3XT info wrote: > On 6/11/2010 17:27, Peter Backx wrote: >> Hi all, >> >> I'm trying to create a PDF with a footer that word wraps long lines. > Use ColumnText with go() or PdfPTable with

[iText-questions] how to get words wrapped in a footer

2010-11-06 Thread Peter Backx
dvance for any help. Kind regards, -- -- Peter blog http://www.streamhead.com -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a

Re: [iText-questions] columns - same height

2010-10-15 Thread Peter . Henningsen
Sorry, but because of the non-disclosure regulations, I can't post the code. Kind regards, Peter Henningsen-- Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly

Re: [iText-questions] Large JPG file corrupted when loaded into PDF

2010-08-26 Thread Peter Dirickson
Thanks Paulo. Do you by any chance would have the commit or patch for this? I think I won't be able to upgrade now to latest iText (still using 2.1.7) Thanks again, Peter. On Thu, Aug 26, 2010 at 1:48 PM, Paulo Soares wrote: > Now is capped at 0x7fff. > > Paulo >

Re: [iText-questions] ColumnText

2010-07-15 Thread Peter Forstmeier
Ashes on my Head, columnText.SetSimpleColumn(r.Left, r.Top , r.Left + r.Width,r.Top - r.Height,pdfFormat.Leading,pdfFormat.Alignment); Thanks for bringing my tot he right direction. Peter -Ursprüngliche Nachricht- Von: 1T3XT info [mailto:i...@1t3xt.info] Gesendet: Mittwoch, 14. Juli

Re: [iText-questions] ColumnText

2010-07-14 Thread Peter Forstmeier
Hi, thanks for the answer, but when I try to draw a border around my text, the border is exactly what I like it to be, and the text exceed the border downwards. But, to be sure I will try this in the evening or tomorrow. Peter > -Ursprüngliche Nachricht- > Von: 1T3XT info [ma

[iText-questions] ColumnText

2010-07-13 Thread Peter Forstmeier
Rectangle. If the text is longer, the output is drawn over the rectangle boundaries. Is there any chance to let ColumnText cut the original text to fit inside the given Rectangle. Any idea? Thanks Peter -- This SF.net

[iText-questions] ColumnText

2010-07-13 Thread Peter Forstmeier
Rectangle. If the text is longer, the output is drawn over the rectangle boundaries. Is there any chance to let ColumnText cut the original text to fit inside the given Rectangle. Any idea? Thanks Peter -- This SF.net

Re: [iText-questions] IText and Android

2010-06-17 Thread Peter van Raamsdonk
e Motorola Milestone ( Driod in the US ) I don't know if this is what you meant... Peter Op 17 jun 2010, om 18:13 heeft 1T3XT info het volgende geschreven: > Arindam Ray wrote: >> Hi All, >> I have to develop an android application which would write a PDF file >> dynamical

Re: [iText-questions] Where can I get the current horizontal positionwithin ColumnText/PDFWriter? - Works now!

2010-04-28 Thread Peter . Henningsen
Yep, that looks very good! Thanks a lot! Kind regards, Peter Henningsen peter.henning...@wcenter.de wrote: > > Good morning! > > I applied and tested the patch this morning. It seems to work great, but > only in text-mode. Unfortunately, we are doing everything in &

Re: [iText-questions] Where can I get the current horizontal positionwithin ColumnText/PDFWriter?

2010-04-28 Thread Peter . Henningsen
, currentValues, ratio) in class PDFDocument is also called in PDFDocument.flushLines() and it loses the x-position there. Unfortunately, that method already has a return parameter. No easy fix, but maybe no problem? Kind regards, Peter Henningsen www.wcenter.de peter.henning...@wcenter.de wrote

Re: [iText-questions] Where can I get the current horizontal positionwithin ColumnText/PDFWriter?

2010-04-23 Thread Peter . Henningsen
! Peter Henningsen This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info peter.henning...@wcenter.de wrote: > I see two other options to implement the desired functionality: > > - put code into ColumnText.go() to generate an event whenever the column > if

Re: [iText-questions] Where can I get the current horizontal positionwithin ColumnText/PDFWriter?

2010-04-22 Thread Peter . Henningsen
h getXPos() Any opinion on those? Kind regards, Peter --- "Paulo Soares" 22.04.2010 00:57 Please respond to Post all your questions about iText here To "Post all your questions about iText here" cc Subject Re: [iText-questions] Where ca

[iText-questions] Where can I get the current horizontal position within ColumnText/PDFWriter?

2010-04-21 Thread Peter . Henningsen
horizontal position. The writer also seems to have only the vertical position? Kind regards, Peter -- ___ iText-questions mailing list iText-questions@lists.sourceforge.net https

Re: [iText-questions] How to align the top of two columnTexts? (code example)

2010-04-14 Thread Peter . Henningsen
Thanks! When we started the projekt, itext5 was way too new so we went with the 2.1.7 version. Hope, the switch to 5.0 will cause only work but no problems... Mit freundlichem Gruß, Peter Henningsen Senior Consultant +++ w//Center Consulting GmbH Altonaer

Re: [iText-questions] How to align the top of two columnTexts? (code example)

2010-04-14 Thread Peter . Henningsen
than the left, but that's ugly when the column contains images. Regards, Peter Henningsen testColumnText.pdf Description: Binary data TestColumnTextAlign.java Description: Binary data -- Download Intel® Parallel S

Re: [iText-questions] How to align the top of two columnTexts? (leading)

2010-04-14 Thread Peter . Henningsen
;); ... Title-paragraphs are produced by calling: Paragraph titlePara = new Paragraph("", aFont); titlePara.setLeading(aFont.getSize()+1); Hmm, i would have thought, that the first line after setting a new rectangle to a columnText would ignore the leading to produce a properly aligned fi

Re: [iText-questions] How to align the top of two columnTexts? (addit. img)

2010-04-14 Thread Peter . Henningsen
Hi, I will post a small piece of code to illustrate the problem. Also, maybe the problem is caused by incorrect font metrics, I'll check that in the process. Mit freundlichem Gruß, Peter Henningsen Senior Consultant +++ w//Center Consulting GmbH Alt

Re: [iText-questions] How to align the top of two columnTexts? (addit. img)

2010-04-14 Thread Peter . Henningsen
ixels and depends on the fonts used. Or I am doing something wrong? The relevant examples i've seen deal only with one fontsize in the columnText. Kind regards Peter Henningsen Senior Consultant +++ w//Center Consulting GmbH Altonaer Poststraße 9a 22767 Hamb

[iText-questions] How to align the top of two columnTexts? (addit. img)

2010-04-12 Thread Peter . Henningsen
Hello, As I did not receive any feedback yet, I have added two images illustrating the problem. My goal is: Left and right column should have their top (the top of printed chars or images) on the same height. Regards, Peter Henningsen

[iText-questions] How to align the top of two columnTexts?

2010-03-30 Thread Peter . Henningsen
) on the right, before go()? Calling setUseAscender(true)once more before setSimpleColumn() did not change a thing. Thanks, Peter-- Download Intel® Parallel Studio Eval Try the new software tools for yourself. S

[iText-questions] Secure pdf problem

2010-03-22 Thread Peter Macko
Encryptor.encrypt(PdfEncryptor.java:79) at sk.stuba.fiit.pmacko.pdfLocker.PDFLocker.main(PDFLocker.java:24) I using Bouncy Castle (bcprov-jdk16-145.jar) library too. Can you help me pls? -- Peter Macko Mail: pma...@pcrevue.sk ICQ: 235778849

Re: [iText-questions] Performance improvement to PdfGraphics2D

2010-03-05 Thread Peter Harvey
work or not. If we're allowed to use it, then I will probably do a little more work on improving performance of iText and will send that on. Thanks, Peter. Index: src/core/com/itextpdf/text/pdf/PdfGraphics2D.java === --- src/co

[iText-questions] Performance improvement to PdfGraphics2D

2010-03-04 Thread Peter Harvey
an be included as a .jar in our commercial (non-open-source) product? I cannot remember whether "using a .jar" is considered a derivative work or not. If we're allowed to use it, then I will probably do a little more work on improving performance of iText and will send that on. T

[iText-questions] Multiple ColorSpace entries

2010-03-02 Thread Peter Weck
ColorSpace entry which causes the failure. The sample code is below. Does anyone know how to prevent the duplicate ColorSpace entry from being added? I don't have this problem if I add images created by calling com.itextpdf.text.Image.getInstance(String filename). Thanks, Peter i

Re: [iText-questions] get image into pdf

2010-02-04 Thread Peter B. West
and I'm an NB user, so I can't give you any more clues than this. Peter 1T3XT info wrote: > > Mike Marchywka wrote: >> I don't know what all you are doing or where you are testing >> but is localhost changing at any time? > > That's a very good ques

[iText-questions] coordinates explanation for book second edition?

2010-01-29 Thread Peter N. Steinmetz
Java programmers will be used to is 0,0 at bottom left and y increasing upwards. The relationship of the Document class margins, page size, and top, bottom, etc coordinates also seems like it can be laid out more clearly. My 2 cents.

Re: [iText-questions] iText 5.0 documentation

2010-01-20 Thread Peter B. West
Xavier, Does this pom.xml simply provide access to the pre-built jars? I see nothing that seems to refer to the process of building (but that could be just my ignorance of maven.) Peter On 20/01/2010, at 10:51 PM, Xavier Le Vourch wrote: > As I'm the one who added the maven pom.xml

Re: [iText-questions] Antwort: Re: Setting Up iText and BouncyCastle

2010-01-19 Thread Peter B. West
It's under Other Downloads, Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6 Peter On 20/01/2010, at 11:16 AM, Peter B. West wrote: > Policy files in the Sun JDK go in in jre/ib/security. In there you will find > local_policy.jar and US_export_poli

Re: [iText-questions] Antwort: Re: Setting Up iText and BouncyCastle

2010-01-19 Thread Peter B. West
/security with the downloaded versions. Peter On 20/01/2010, at 10:34 AM, Rhino wrote: > Thank you, that may be the whole problem right there. You're right, I > might have found that if I had looked more carefully at the BouncyCastle > site. > > I assumed that if there wa

Re: [iText-questions] iText 5.0 documentation

2010-01-19 Thread Peter B. West
Thanks for that Mark. Much appreciated. But then you are a _Senior_ Software Engineer. Now, maybe you can tell me why there is a pom.xml file in there? Peter On 20/01/2010, at 8:41 AM, Mark Storer wrote: > I don't believe so, no. That's a relatively simple task, but we get lot

Re: [iText-questions] Setting Up iText and BouncyCastle

2010-01-19 Thread Peter B. West
>NetBeans, which tries mighty hard to make sense of the pom.xml file. Maybe I'm completely wrong here, which is why I was looking for an indication of how the Eclipse project setup works. There used to be some such documentation on the old site, but I can't find any now. Peter On

Re: [iText-questions] iText 5.0 documentation

2010-01-17 Thread Peter B. West
Are there any instructions for setting up iText to build with Eclipse? 1T3XT info wrote: > > Peter B. West wrote: >> No, I meant have you been able to build iText using NB 6.8. > > What is so terribly different about NB 6.8 that makes it impossible to > build a jar? In

Re: [iText-questions] iText 5.0 documentation

2010-01-17 Thread Peter B. West
Thanks Zlatni. No, I meant have you been able to build iText using NB 6.8. Peter Zlatni wrote: > > Hello Peter, > > if you mean how to add itext jar in netbeans and be able to build pdf with > it, it is pretty easy. Right click on your project -> properties, then in &

Re: [iText-questions] iText 5.0 documentation

2010-01-17 Thread Peter B. West
Hi Zlatni, How have you set up iText under NetBeans 6.8? Are you able to build? Peter Zlatni wrote: > > Hello, > i have made my first steps in itext and i must say that it is great! I > have some java experience and I'm using netbeans 6.8. My question is, > where can

[iText-questions] New to iText 5

2010-01-15 Thread Peter B. West
I'm taking my first look at iText 5. I had previously built early 2.something versions in NetBeans, and I had a NetBeans-svn project set up. I'm now using NB 6.8. Mac Snow Leopard 10.6, Java 1.6. I tried an svn update on that, followed by a build, but NB got upset about the bouncycastle stuff. I

[iText-questions] Text within given Rectangle

2010-01-10 Thread Peter Forstmeier
chunk); columnText.Go(); But my text is printed over the rectangle. Any ideas thanks Peter -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development

Re: [iText-questions] Problem with graphics when printing the PDF

2009-11-20 Thread Simon, Peter
Simon, Peter wrote: > The Pdf we generate contains several components. That's why I added a cell > and cell event, > to know the position where the graphics has to be added. > In the cell event I create a PdfTemplate with the size of the reactangle > (parameter of cell

Re: [iText-questions] Problem with graphics when printing the PDF

2009-11-20 Thread Simon, Peter
same problem. -Ursprüngliche Nachricht- Von: 1T3XT info [mailto:i...@1t3xt.info] Gesendet: Freitag, 20. November 2009 08:21 An: Post all your questions about iText here Betreff: Re: [iText-questions] Problem with graphics when printing the PDF Simon, Peter wrote: > Now I had some bugs to

[iText-questions] iText Sign a signature field in a PDF file is "dynamic XML form" format

2009-09-15 Thread Peter Son
XML file. How can I solve the problem? Best regards, Peter -- View this message in context: http://www.nabble.com/iText-Sign-a-signature-field-in-a-PDF-file-is-%22dynamic-XML-form%22-format-tp25448721p25448721.html Sent from the iText - General mailing list a

Re: [iText-questions] Table splitting question

2009-07-13 Thread Peter
have to place in page 1 the col 1 and then the > col 2-> > 10 right beside. In page 2 place col 1 and then col 11-20. Thanks Paolo! I'll be doing just that. At least I know I'm not reinventing the wheel... ;) Peter ---

Re: [iText-questions] Table splitting question

2009-07-13 Thread Peter
width-wise splitting. I looked at events - gotta say there is not a whole lot about events in docs. Anyway from what I've been able to gather it does not even seem possible... I might be wrong of course. Thanks for the great PDF lib btw!!! Peter -

Re: [iText-questions] Table splitting question

2009-07-13 Thread Peter
art custom code for this… not exactly sure where and how yet but probably will have to build separate tables for each new page. TIA, Peter -- Enter the BlackBerry Developer Challenge This is your chance to win up

[iText-questions] Table splitting question

2009-07-12 Thread Peter
When splitting a table is there a way to repeat not just header row on every page but also ‘header columns’? Thanks! Peter -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in

Re: [iText-questions] BaseFont.IDENTITY_H and BaseFontParameters(Polish characters)

2009-04-02 Thread Peter van Raamsdonk
Hi Paulo, I don't quite understand.. it is a reference to the font file and when found it is embedded in the pdf... Why can't the BaseFontParameters be adjusted to the basefont encoding? Kind regards, Peter van Raamsdonk Ps, what a beautiful day :) &g

[iText-questions] BaseFont.IDENTITY_H and BaseFontParameters (Polish characters)

2009-04-02 Thread Peter van Raamsdonk
eters(pdfFont.getPostscriptFontName()); if (baseFontParameters != null) { baseFontParameters.encoding = BaseFont.IDENTITY_H; baseFontParameters.embedded = true; } All is displayed correctly.. But why is this default on CP1252 when I just added the basefont with Identity-H to the map? Kind regards,

[iText-questions] Problem with PdfContentByte

2009-03-02 Thread Peter Klauke
Hello, I have got a problem with using PdfContentByte to add lines and ColumnTexts on multiple pages. I am trying to display the content of my program on a PDF. But I need some Images , lines and text(adress for example) on top and bottom of each page. So I created 2 methods. The first adds th

Re: [iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread Peter Neu
quot; does not display in > PDF > > Peter Neu wrote: > > If there is no other way > > I've found the glyph in the font DejaVu Sans. > Note that you'll have to embed (a subset of) the font if you want every > user to see that glyph in a PDF viewer. > -- >

Re: [iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread Peter Neu
about iText here > Betreff: Re: [iText-questions] Character "Subscript 2" does not display in > PDF > > Peter Neu wrote: > > Hi, > > > > I'm using Helvetica. I tried also Times New Roman and Courier. None of > them > > displays the subscript char

Re: [iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread Peter Neu
> Gesendet: Donnerstag, 11. Dezember 2008 12:59 > An: Post all your questions about iText here > Betreff: Re: [iText-questions] Character "Subscript 2" does not display in > PDF > > Peter Neu wrote: > > Hi, > > > > I'm having problems displayi

[iText-questions] Character "Subscript 2" does not display in PDF

2008-12-11 Thread Peter Neu
Hi, I'm having problems displaying the character subscript 2 in a PDF. I use the Unicode representation "\u2082" but it won't get displayed like other Unicode characters e.g. this one "\u00b2". How is this done? I use iText 2.1.4.. Cheers, Pete ---

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:

[iText-questions] PdfStamper not working on some PDF's

2008-08-20 Thread Peter Delahunty
Hi All Have written some code using itext framework to write a footer to each page in a PDF. String origninalPdf = "test.pdf"; String outputPdf = "test-stamped.pdf"; String text "hello from me"; PdfReader reader = new PdfReader(originalPdf); PdfStamper stamper = new PdfStamper(re

Re: [iText-questions] Simulation of font styles (styled source to nonstyled display)

2008-07-08 Thread Peter van Raamsdonk
se in font simulation so to speak or unskew). Why you might ask, to use your own ttf font and still have the possibility to use all font styles. If it works for regular type which is one font style why not for other font styles. Yes/ no? Paulo? - Original Message - From: Peter van Raams

[iText-questions] Simulation of font styles (styled source to non styled display)

2008-07-07 Thread Peter van Raamsdonk
know it is stretching it a bit. Regards Peter- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your

Re: [iText-questions] enabled_form_prefilled.pdf (f rom FAQ) breaks after one save

2008-07-02 Thread Peter Demling
nvert an XFA form to an AcroForm? The answer is iText. The ice-cream is yours! :) Happy Regards, -Peter Demling Lexington, MA - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting

Re: [iText-questions] enabled_form_prefilled.pdf (f rom FAQ) breaks after one save

2008-07-02 Thread Peter Demling
if I'm able to successfully complete the XFA form conversion to Acro (or if I'm not successful!). Regards, -Peter Demling Lexington, MA - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have sh

Re: [iText-questions] enabled_form_prefilled.pdf (f rom FAQ) breaks after one save

2008-07-01 Thread Peter Demling
hoping there's something out there to get me over the final hurdle. Regards, -Peter Demling Lexington, MA - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite op

[iText-questions] enabled_form_prefilled.pdf (from FAQ) breaks after one save

2008-07-01 Thread Demling, Peter
o form, but my problem with that so far has been finding a way to convert from XFA to Acro (we have a 4-page static XFA form with lots of fields). Worst-case scenario if XFA is the problem, and we can't convert: we could re-design the whole form from

Re: [iText-questions] Can't read Acro/XFA fields after offline saving

2008-06-26 Thread Peter Demling
me in the call to getField(), and it worked like a charm. > You'll find a PayPal button on the 1T3XT BVBA about page: > http://www.1t3xt.com/about/ > My eldest son likes strawberry ice cream; my youngest son > will prefer chocolate ice cream ;-) Done and done. Enjoy the messy

[iText-questions] create a PDF with different types of pages and control the overflow of the text

2008-06-26 Thread Peter
, and I want to know how to control the overflow of text in each page of my document. It´s possible? Thank you in advance, Peter - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell service

[iText-questions] too many fonts problem after concat

2008-06-17 Thread Orban Peter
(PdfName.FONT) command in every page. After that I have 1900 fonts in the output document. Could you please tell me how I can decrease the number of fonts in the pdf to 5. Thanks In Advance, Peter ___ Papírképek akár ingyen! Digitális

Re: [iText-questions] On filling/reading reader-enabled static XFAForms

2008-06-13 Thread Demling, Peter
ot;employeeName"); xfaForm.SetNodeText(internalIdNode, "John Doe"); xfaForm.setChanged( true );xfaForm.setXfa( stamper.getWriter() ); thanks, -Peter From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Demling, Peter [EMAIL PROTECTED] Sent: Friday, J

Re: [iText-questions] On filling/reading reader-enabled static XFAForms

2008-06-13 Thread Demling, Peter
use the valuable form-manipulation examples in the book/online docs/forum over the next several weeks; and if I want to create editable forms (especially offline), an XFA form (even though it's static) is going to be much tougher going than an acroForm. Would you concur? Thanks again, -P

[iText-questions] How to justify text with iText 1.5.x

2008-06-13 Thread Peter Dunkel
Hello! I have a problem with Eclipse BIRT (that is using iText 1.5.x, for my own programs, I am using iText 2.1.2). A justify text looks sometime like Hello World a Hello Peter Hello Chris c Hello John d I found the primary problem in

[iText-questions] On filling/reading reader-enabled static XFA Forms

2008-06-10 Thread Demling, Peter
he docs are great; the only thing I couldn't determine is if it would be less of a headache to just create an acroForm in AcrobatPro 8.1 (which uses LiveCycle Designer) instead of XFA. I don't even know if this is possible; but if the iText code is exactly the same for the a

[iText-questions] Print a TOC with dots, chunk is smaller than the cell

2008-05-27 Thread Peter Dunkel
et to the width of the chunk, why is the chunk smaller than the cell? Which is the best way to print a TOC? Peter - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.

Re: [iText-questions] Loading PDF files for concatenating from jar

2008-05-15 Thread Peter Rait
r = new PdfReader(in); In this case the PDF for input was in the root directory of the JAR. Best regards Peter - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.at

[iText-questions] Loading PDF files for concatenating from jar

2008-05-13 Thread Peter Rait
sLoader cl = this.getClass().getClassLoader(); InputStream in = cl.getResourceAsStream("myFile.txt"); Can this be a possible solution when opening a PDFReader for concatenating the PDF files? How do I navigate within the

[iText-questions] iText / License

2008-04-28 Thread Peter Schöll
add an link to your webpage and license file in an extra section on our homepage which we will setup in future. Thanks for your effort. Best regards, Peter Schöll Quality Management _ Scopevisio - Smoothware On Demand.<http://www.scopevisio.

Re: [iText-questions] getting the PDF from an Applet back to the calling javascript

2008-04-17 Thread Peter Rait
it. I think I will the Swing application give a try as it seem easily custumizable to me. But if I generate a PDF with this application and the user on the same machine views it, will it not be the same as you describ

  1   2   3   >