[iText-questions] PdfPageLabels.getPageLabels and PdfPageLabels.getPageLabelFormats

2015-12-03 Thread Paul Breslaw
is not the case. So:- Under what circumstances could the two calls return arrays of different lengths? Thanks Paul Breslaw. -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app

[iText-questions] saving direct to sql database

2013-08-31 Thread Paul Johnson
understand any search results on google. (I'm new to asp.net developing ) Paul Johnson __ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom the

Re: [iText-questions] Thai characters iText support

2013-07-15 Thread Paul Hastings
On 7/15/2013 4:06 PM, Yu Chen wrote: > Hi, > > When I am using iText to generate pdf file containing the following Thai > characters �ת��, the second character cannot be properly displayed. The font I they're not displaying properly here either. mojibake. > am using is True Type font Tahoma. Is t

[iText-questions] unsubscribe

2013-05-11 Thread Paul Sachs
Kind regards, Paul Sachs. Telephone +44 (0)8447 705 535 CaseLines150 Mobile +44 (0)7785 300029 Fax +44 (0)8701 161 803 Email <mailto:paul.sa...@netmastersolutions.co.uk> paul.sa...@netmastersolutions.co.uk Web

Re: [iText-questions] FitH problem

2013-05-09 Thread Paul Breslaw
> Before something is changed in iText, I'd also want to know why -32768 is > "special". How could we best go about finding out why it's "special"? As I've said, I'm no expert. Which is why I&#x

Re: [iText-questions] FitH problem

2013-05-09 Thread Paul Breslaw
ea, is that the constant -32768 seems to work better than 1. So is it wrong of me, to respectfully ask:- >> If there is no a priori reason why the value shouldn't be -32768, could >> the authors/maintainers of iText offer to incorporate it in future >> versions

Re: [iText-questions] FitH problem

2013-05-09 Thread Paul Breslaw
ure versions - after due testing in which I would be happy to be a guinea pig. Regards Paul. -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph

[iText-questions] Adding an internal anchor reference using ShowTextAligned causes a null reference exception

2013-03-27 Thread Paul Sachs
.ALIGN_LEFT, anchor1, 100, 200, 0); // add an internal anchor var anchor2 = new Anchor("Internal Anchor"); anchor2.Reference = "#abc"; // this next line causes a null reference exception - why? ColumnText.ShowTextAligned(canvas, Element.

[iText-questions] iTextSharp ? - wide charachters

2013-03-11 Thread Paul Hermans
ed PDF the field is blank….any ideas? Thanks Paul -- Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint

Re: [iText-questions] Still no hint

2013-03-08 Thread Paul Breslaw
t we don't do any range checking on that value (beyond making > sure it's a valid number). Does this mean that, in your understanding, whilst a negative number is legal, its interpretation is undefined? Regards Paul. --

Re: [iText-questions] Still no hint

2013-03-08 Thread Paul Breslaw
ce between 'before' and 'after' is 1 vs -32768, and this was (presumably) produced by the Adobe software, I guess Adobe have a reason for using -32768. What conditions would have to be met for iText to chan

Re: [iText-questions] Still no hint

2013-03-07 Thread Paul Breslaw
On 07/03/13 15:27, Benjamin Podszun wrote: > Sorry for chiming in here, but it seems as if you're misunderstanding each > other? Thank you Benjamin - I believe they were. > If I may: Please do ... > Paul seems to ask why itext(!) uses this magic constant (which > doesn&

Re: [iText-questions] Still no hint

2013-03-07 Thread Paul Breslaw
On 07/03/13 13:48, TvT wrote: > no need to pay CHF238 , you can download it for free here: Brilliant thank you. > On 07/03/13 13:12, Leonard Rosenthol wrote: > Paul - the problem I suspect is that your first element of that array > should be an indirect object and NOT a page number

Re: [iText-questions] Still no hint

2013-03-07 Thread Paul Breslaw
On 07/03/13 13:12, Leonard Rosenthol wrote: > Paul - the problem I suspect is that your first element of that array > should be an indirect object and NOT a page number. ISO 32000-1:2008, > 12.3.2 That's very interesting. Firstly, I should say it's not my array, rather it&#

[iText-questions] Still no hint

2013-03-07 Thread Paul Breslaw
der, went to the wrong page of the destination document. However, changing the 1 above to -32768 fixed it. Is this a bug? If so, is it a bug in iText or in the Adobe reader (other readers worked fine)? And whatever the case, does anyone have an explanation for the numbe

Re: [iText-questions] Strange behaviour of Chunk.setRemoteGoto

2013-03-01 Thread Paul Breslaw
On 01/03/13 08:03, iText Info wrote: > Op 28/02/2013 16:05, Paul Breslaw schreef: >> I isolated one of these misbehaved target files, and looked at the >> corresponding iText-generated pdf code in the source file:- [0 /FitH >> 1]. > Just from the top of my mind (I d

Re: [iText-questions] Strange behaviour of Chunk.setRemoteGoto

2013-02-28 Thread Paul Breslaw
On 28/02/13 14:36, Leonard Rosenthol wrote: > Paul - I don¹t see your original post. Can you repost? Okay - here's what I wrote:- Regards Paul Breslaw. I've found some strange behaviour of Chunk.setRemoteGoto(file, pageno) under 5.3.5 and 5.4.0. In my application, th

Re: [iText-questions] Strange behaviour of Chunk.setRemoteGoto

2013-02-28 Thread Paul Breslaw
onsider it an absolutely unpunishable good deed if I were given just a hint of guidance. :-) Thanks Paul Breslaw. -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics

[iText-questions] Strange behaviour of Chunk.setRemoteGoto

2013-02-24 Thread Paul Breslaw
I've found some strange behaviour of Chunk.setRemoteGoto(file, pageno) under 5.3.5 and 5.4.0. In my application, the target page number is always set to 1, and the vast majority of generated links go to page 1 of the target file. A very few, however, go to what seems like a random page. Then

Re: [iText-questions] Adding URL to PDF issue

2012-10-27 Thread Sweet, Paul CCS
Font(f3); prData.add(padStr(strST,4, false) + padStr(strMaterial, 12, false)); document.add (prData); childBean.remove(i); } // end for, processing the components Regards, Paul Sweet Global Methods Group – Engineering Systems 315-433-4540 3 paul.sw...@carrier.utc.com

[iText-questions] PDF document is not compliant with PDF/X-1a (2003)

2012-10-18 Thread Paul Bailey
new FileStream(strFullDropPath, FileMode.Open)); // Apply the PDF/X-1a compliance writer.PDFXConformance = PdfWriter.PDFX1A2001; writer.Close(); [END] Thanks in advance! Paul -- Everyone hates slow websites.

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

2012-10-06 Thread Paul Hastings
i'm sure whatever you decide will be for the best. though frankly, i'll miss the occasional "same way i convert chickens to chocolate" zingers ;-) -- Don't let slow site performance ruin your business. Deploy New Relic

[iText-questions] Issue with print-only watermark when printing from Adobe Reader

2012-08-30 Thread Paul Heupel
} cb.beginText(); cb.setFontAndSize(bf_courier, 28); cb.showTextAligned(PdfContentByte.ALIGN_LEFT, watermarkText, 200, 300, textAngle); cb.endText(); cb.endLayer(); }

[iText-questions] Partial Printing of Direct Content

2012-06-12 Thread Paul Sachs
uessing. Any thoughts anyone? Can I force all the direct content to "amalgamate" somehow into one item that either prints completely or doesn't print at all? Thanks to all - Paul. -- Live Security Virt

[iText-questions] Getting the document size before closing the document when using DirectContent.AddTemplate (C#)

2012-01-25 Thread Paul Sachs
Hi, I am adding between 1000 and 5000 pages to a PdfWriter. Each page is added by using writer.DirectContent.AddTemplate(writer.GetImportedPage(reader, pageNumber), a, b, c, d, e, f) I am using AddTemplate because I may need to rotate a page by 180 depending on a test. I would like to know

[iText-questions] Fraction for maths

2012-01-05 Thread Paul Brassington
Any suggestions? Has anyone already achieved this? Thanks again for the kind help provided for my last question. Warm Regards Paul Brassington Maths Teacher and ex Java Developer -- Ridiculously easy VDI. With C

Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-07 Thread Paul Blecha
e RC4 or other non-FIPS algorithms. Leonard From: Paul Blecha Reply-To: Post here Date: Mon, 7 Nov 2011 06:43:40 -0800 To: Post here Subject: Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance In my previous version of iTextSharp, I changed out all references of MD5 to use SHA-25

Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-07 Thread Paul Blecha
3:33 + Subject: Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance Where exactly does it break? What's the stack trace? I have it running with the flag turned on without any problems. Besides, no algorithms from System.Security.Cryptography are ever called. Paulo Fr

Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-07 Thread Paul Blecha
it? Or, do you have other alternatives available? Paul From: psoa...@glintt.com To: itext-questions@lists.sourceforge.net Date: Mon, 7 Nov 2011 10:51:12 + Subject: Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance iTextSharp is FIPS compliant. The MD5 need by the PDF is gen

[iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-04 Thread Paul Blecha
K with the FIPS compliance flag being turned to "on"? I'm assuming that if I just comment out the references to non-compliant algorithms, it should work; but is Paulo's statement about MD5 being required still true? Do I need to consider a different PDF creation solution? Th

Re: [iText-questions] Chinese characters displayed as '?' (question mark) [spamtrap bayes][spamtrap heur]

2011-03-03 Thread Paul Hastings
On 3/3/2011 6:21 PM, Paulo Soares wrote: > I don't know if I should consider this a bug but it probably is. I've changed > the default replacement char from '?' to nothing. Note that you'll still need > an "?" was "kind of standard" for badly encoded data. a "[]" box of some kind was another "ki

Re: [iText-questions] Populating Drop Down-List items in Dynamic XFA file

2011-02-21 Thread Paul Williams
Hi Ahmad, I'm having difficulty populating the list items as well, (i can set the value ok, but not the items). Have you found a solution yet? Thanks, PW. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Populating-Drop-Down-List-items-in-Dynamic-XFA-file-tp3312303p33

Re: [iText-questions] Flattening / reducing XObjects

2011-01-18 Thread Paul Werelds
le sharing websites and/or the company's FTP server, with full descriptions of what they do or don't do. Paul Op 17-1-2011 16:43, Leonard Rosenthol schreef: > If you have files that make Acrobat unhappy - I'd LOVE to see them! > > As for the streams, etc. - that is the

Re: [iText-questions] Flattening / reducing XObjects

2011-01-17 Thread Paul Werelds
rints while the other doesn't. Need to identify the difference, hopefully that can tell me more about what the problem is exactly. I'll also compile a list of what works and what doesn't based off the JDF 1.3 spec. Again, thanks for your input so far, good to see someone carin

Re: [iText-questions] Flattening / reducing XObjects

2011-01-17 Thread Paul Werelds
so need their attention and it is not halting production here yet, so they can't devote all their resources to this issue (policy). Anyway, thanks for your help so far, even though it's not strictly an iText discussion anymore at this point! Paul Op 17-1-2011 16:05, Leonard Rosenthol s

[iText-questions] Flattening / reducing XObjects

2011-01-17 Thread Paul Werelds
I am currently doing my graduation on a project for a printing company, which involves JDF and obviously, PDF. I'll admit right now that I'm still very much a newbie to PDF, it wasn't until the problem below popped up that I started analysing the internals of PDF files. Their documents are proc

Re: [iText-questions] remove watermark layer

2011-01-06 Thread Paul Cooper
posted that we experience, and there is a clear thread that ends with "pay us to fix it"...it's very off-putting. Paul Cooper Applications Director EMS Performance Improvement Center -Original Message- From: 1T3XT [mailto:i...@1t3xt.info] Sent: Wednesday, January 05, 20

Re: [iText-questions] remove watermark layer

2011-01-05 Thread Paul Cooper
y, January 05, 2011 4:35 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] remove watermark layer Op 5/01/2011 0:40, Paul Cooper schreef: Has this issue ever been resolved? Yes, we've received sample PDFs and we provided a custom solution for which we were paid. Cont

Re: [iText-questions] remove watermark layer

2011-01-04 Thread Paul Cooper
Has this issue ever been resolved? I am trying to access a layer in a PDF created by Acrobat. If I execute the following line, I get a java.lang.ClassCastException: com.itextpdf.text.pdf.PRIndirectReference closing the PdfStamper every time, but with the line omitted everything works as expecte

[iText-questions] Paul Masterson/Mail is out of the office.

2010-12-27 Thread Paul Masterson
I will be out of the office starting 25/12/2010 and will not return until 04/01/2011. I will respond to your message when I return. If this is urgent, please contact Matt Carolan @ 6112123 -- Learn how Oracle Real Appl

Re: [iText-questions] unicode font in linux OS to support i18N languages. [spamtrap bayes][spamtrap heur]

2010-12-21 Thread Paul Hastings
On 12/21/2010 7:09 PM, ratna kar wrote: > 1. What you said is correct. But i dont want exacly equivalent font of Arial > unicode MS. I need a font (in the list i specified) and it should support the > list of languages that i mentioned. you're asking in the wrong place. a linux list or the unicode

[iText-questions] problem with renamefield method

2010-11-26 Thread Paul Ryan
I have a PDF document that has several hundred fields. All of the field names have periods in them, such as "page1.line1.something" I want to remove these periods and replace them with either an underscore or (better) nothing at all There appears to be a bug in the itextsharp libraries where the

[iText-questions] HeaderFooter class, headers and footers

2010-09-06 Thread Paul Norris
and footers? 2) Can Table.setHeaderRows and Table.setFooterRows be used for dynamic headers and footers? 3) Neither of those things any good? Well, I guess I can cope with direct content. Insights would be gratefully received. Cheers, Paul. ---

Re: [iText-questions] Margins, footer height and page break

2010-08-13 Thread Paul
Well doesn't work. the setMargins only works for the next page and not the current one. So, I need some help. I nedd, at x centimeters (or any other unit) of the bottom of the page (or bottom margin) ba able to catch the event to write my footer. -- View this message in context: http://itex

Re: [iText-questions] Margins, footer height and page break

2010-08-13 Thread Paul
I made a test. It works with playing with margins on the fly. But may-be there is a better method. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Margins-footer-height-and-page-break-tp2322888p2322940.html Sent from the iText - General mailing list archive at Nabble

Re: [iText-questions] Margins, footer height and page break

2010-08-13 Thread Paul
Following my question, may be there is a way to modify margins after the initial doc creation. This way, I can start with greater margins than necessary and, while processing the endPage, reducing the bottom margin before writting may footer and then, put back the initial margins values ?? -- Vie

[iText-questions] Margins, footer height and page break

2010-08-13 Thread Paul
onEndPage event (not with template), I'm writing below the bottom margin and a pageBreak occurs. Could be great to have some help on this subject. Paul. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Margins-footer-height-and-page-break-tp2322888p2322888.htm

[iText-questions] Paul Masterson/Mail is out of the office.

2010-08-02 Thread Paul Masterson
I will be out of the office starting Sun 01/08/2010 and will not return until Mon 09/08/2010. I will respond to your message when I return. If this is urgent, please contact Matt Carolan @ 6112123 -- The Palm PDK Hot Ap

Re: [iText-questions] Problems with super-imposing one PDFonanother: White background?

2010-07-20 Thread Paul Russell
ook to appear on Safari Online's 'rough cuts' feature? I'm a subscriber, so it'd be brilliant to have access to it through that channel... Thanks, Paul -- This SF.net email is sponsored by Sprin

Re: [iText-questions] Problems with super-imposing one PDF onanother: White background?

2010-07-19 Thread Paul Russell
to use to 'crack open' the relevant content stream in the PDF? I can see that I'd probably need to get hold of - and then filter - an instance of PDFStream, but it's not totally clear to me how to find the right stream in the first pl

Re: [iText-questions] Problems with super-imposing one PDF on another: White background?

2010-07-19 Thread Paul Russell
ere the word /would/ have been... Assuming that is indeed the case (here's hoping it's not!), then any pointers as to what to try next? I assume I'd have to somehow try and 'find' the white rectangle

[iText-questions] Problems with super-imposing one PDF on another: White background?

2010-07-18 Thread Paul Russell
sing are likely to be produced more or less as I have created these test files (hence me doing it this way), so I'm loathed to have to say to users 'please avoid using any software that creates a white background on the PDF', becaus

[iText-questions] iText HTML parsing enhancements ...

2010-05-05 Thread Paul Palaszewski
Hi, I've played with the html worker of 5.0.2 and stumbled upon some minor issues. I'd like to propose the following fixes/enhancements. I'm not sure, how to submit my proposals in a proper way, so I've just copied the code-sections here. Best regards, Paul HTM

[iText-questions] code128 subset selection

2010-03-26 Thread Paul Eckersley
Code128 barcodes have three possible subsets. Any combination of subsets can be used in a single barcode image. How can I force a particular subset (A, B or C) to be used when generating a code128 barcode? Thanks Paul Paul Eckersley Carrier Business Analyst * paul.eckers...@metapack.com

Re: [iText-questions] how to work with qudrants in java using itext [heur spamtrap]

2010-03-11 Thread Paul Hastings
On 3/11/2010 10:00 PM, 1T3XT info wrote: > Thank you for your question, but it doesn't contain any useful info, > could you please send some other questions, so that we can answer further? bruno you forgot this i think ;-) http://www.instantrimshot.com/ --

[iText-questions] Mixing Japanese Character with English

2010-02-25 Thread Paul Cole
reverse happens. I'm using Graphics2D to take what is present on the component and put it into the pdf. Any help as to what I'm doing wrong would be appreciated Paul The information contained in this email may contain confidential or legally

Re: [iText-questions] Maybe a new iText book

2009-07-23 Thread Paul Hastings
Bruno Lowagie wrote: > I was thinking of working out a complete project covering all the basic > functionality for book one. good idea. > because I'm not best placed to write about Cold Fusion (the last time I > wrote Cold Fusion code was back in 1998). if you do go that way, maybe give: http

Re: [iText-questions] Maybe a new iText book

2009-07-23 Thread Paul Hastings
Bruno Lowagie wrote: > Or rather: instead of writing a book with 900 pages, I'm thinking of > writing 3 books of about 300 pages (of which only 2 would need to be > available in print). 3 books sound like a good idea. it would also be great if you could cover "best practices" for things like c

Re: [iText-questions] XfdfReader.getField(String) and values containing blank lines (solved)

2009-07-16 Thread Paul Gatewood
Thanks Paulo, I was already escaping the following: & -> & < -> < > -> > ' -> ' " -> " Paulo Soares wrote: > You should escape other chars like <>", not only the LF. > > Paulo > >> -Original Message--

Re: [iText-questions] XfdfReader.getField(String) and values containing blank lines (solved)

2009-07-16 Thread Paul Gatewood
the value as intended, including embedded newlines. Paul Gatewood wrote: > In an xfdf file I have multi-line values which include blank lines. > > Up until iText 2.1.4 these were being retrieved fine by > XfdfReader.getField, but starting with iText 2.1.5, the blank lines ar

[iText-questions] XfdfReader.getField(String) and values containing blank lines

2009-07-16 Thread Paul Gatewood
In an xfdf file I have multi-line values which include blank lines. Up until iText 2.1.4 these were being retrieved fine by XfdfReader.getField, but starting with iText 2.1.5, the blank lines are being removed. I reviewed the release notes for 2.1.5 but could not find any reference to a chang

Re: [iText-questions] Cannot resolve symbol 'com.lowagie.text.Rectangle.width()

2009-07-14 Thread Paul Gatewood
, expanded "iText" 3. Starting from the latest version I had been using earlier, reviewed the Release Notes for successive versions until I saw the deprecation of the width() method mentioned 4. Consulted the javadoc API for this version to see what functionality replaced wi

[iText-questions] pdf merge inside a page

2009-07-09 Thread Paul Stöttinger
pdf's page after page i need page part 1, followed by page part 2 and so on for having boilerplate text in a different pdf-file than the real letter is it possible to merge in the page? or are there any other possibility to extract boilerplate text? best regards Paul -- GRATIS für

[iText-questions] Check Box in iText PDF is not printing

2009-06-26 Thread Amitava Paul
System.err.println(de.getMessage()); } catch(IOException ioe) { System.err.println(ioe.getMessage()); } // step 5: we close the document doc

Re: [iText-questions] question regarding missing trailer

2009-06-12 Thread Paul Gatewood
, Leonard, Bruno and Paulo for all the very helpful (and quick) responses! -paul mkl wrote: > Paul, > > > Paul Gatewood wrote: >> Especially the comment you made regarding an "XRef stream style PDF" was >> very useful -- this tells me that there are indeed case

Re: [iText-questions] question regarding missing trailer

2009-06-12 Thread Paul Gatewood
you and Leonard and Bruno, for all the very helpful (and quick) responses! -paul mkl wrote: > Paul, > > > Paul Gatewood wrote: >> Especially the comment you made regarding an "XRef stream style PDF" was >> very useful -- this tells me that there are indeed case

Re: [iText-questions] question regarding missing trailer

2009-06-11 Thread Paul Gatewood
ith that info and a test case, maybe someone will see what the issue is. -Paul mkl wrote: > wgap, > > > wgap wrote: >> I have recently encountered documents without the trailer (IOException >> "trailer not found" when instantiating PdfReader). >> >>

Re: [iText-questions] question regarding missing trailer

2009-06-11 Thread Paul Gatewood
HOUT a trailer? Or is that a red herring in this case? Leonard Rosenthol wrote: > I can’t explain why Acrobat isn’t adding the trailer w/o seeing the > original – sorry :(. > > Leonard > > > On 6/11/09 5:04 PM, "Paul Gatewood" wrote: > > Hi B

Re: [iText-questions] question regarding missing trailer

2009-06-11 Thread Paul Gatewood
t; > Leonard > > > On 6/11/09 3:28 PM, "Paul Gatewood" wrote: > > Hi Leonard, > > Thanks for the very speedy feedback. > > I am using Adobe Acrobat 9 Pro, Version 9.1.1 on Windows XP. > > I am going to repeat my steps here, just

Re: [iText-questions] question regarding missing trailer

2009-06-11 Thread Paul Gatewood
lid PDF, due to the missing trailer, and 2) remedy the situation by opening it in Acrobat (don't recall whether it was Acrobat 7 or 8) But since Acrobat 9 is not adding the missing trailer, I would like to know more before I have the suppliers told that they are supplying an inval

Re: [iText-questions] question regarding missing trailer

2009-06-11 Thread Paul Gatewood
Please ignore the text "Yes, I produced the file as follows: " after my name -- I had started to describe what I had done before I decided to just do it again, step-by-step, to be sure. Paul Gatewood wrote: > Hi Leonard, > > Thanks for the very speedy feedback. &g

Re: [iText-questions] question regarding missing trailer

2009-06-11 Thread Paul Gatewood
3rd party) 3) Choose TouchUp Object tool (this PDF only has 2 images) 4) Right click each of the 2 images, and choose "delete" 5) Choose File -> Save As 6) Enter "leonard.pdf" for the file name (Save as type: Adobe PDF File)\ 7) Exit The file I just produced is attached.

[iText-questions] question regarding missing trailer

2009-06-11 Thread Paul Gatewood
Is the trailer element always required in a PDF document? I have recently encountered documents without the trailer (IOException "trailer not found" when instantiating PdfReader). In the past, the "save as" feature of Acrobat produced a PDF with the trailer. Now I am using Acrobat 9 and the

[iText-questions] Formatting a table of contents

2009-04-24 Thread Ockleford Paul (NHS Connecting for Health)
Hi, I have successfully managed to create a table of contents dynamically and append 2 pdf files together. My question is regarding the formatting of the table of contents as it doesnt look very appealing. Is there any information available on how to do this? Thanks, Paul Paul Ockleford

[iText-questions] iText PDF not getting printed properly in Solaris

2009-04-17 Thread Amitava Paul
ards, Amitava Paul -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300

[iText-questions] iText# in conjunction with Windows print driver

2009-04-16 Thread Paul Swift
of the solution. Anyone? TIA, Paul -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009

Re: [iText-questions] Coldfusion 8 and iText

2009-04-16 Thread Paul Hastings
Adam Leszinski wrote: > From my understanding and research on the web I have found that > Coldfusion 8 ships with an iText library to support many of the tags > Coldfusion 8 provides for PDF generation, however this library is not > the full iText library and therefore there is the potential th

Re: [iText-questions] Refactored iText

2009-04-14 Thread Paul Hastings
Mike Sargent wrote: > I'm trying to use the latest iText along side BlueDragon server, which why? what are you trying to do? if you don't care about using cfdocument, just replace the jar that comes w/BD. > Not being a java programmer, I have no clue how to refactor a jar file. you don't, you

Re: [iText-questions] ALIGN_JUSTIFIED not working in iTextSharp 4.1.2

2009-02-11 Thread Paul Swift
space. Hence each Chunk was being treated as the last line in a paragraph and, consequently, being left-aligned. Paul -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe

[iText-questions] ALIGN_JUSTIFIED not working in iTextSharp 4.1.2

2009-02-11 Thread Paul Swift
+ m_nMaxHtmlWidth, PageSize.A4.Height - m_fPrint_Y - rowHeight, 0, Element.ALIGN_JUSTIFIED); Note that Element.ALIGN_JUSTIFIED_ALL works, but it is the ALIGN_JUSTIFIED functionality I require. Regards, Paul

[iText-questions] Mixing fonts of different heights on same printed line

2009-02-09 Thread Paul Swift
line in always printed so that characters are aligned at their tops, rather than the baseline. Is there an example of how to do this i.e. so that all of the text on the same printed line share the same baseline, regardless of the various font heights? Thanks and regards, Paul

Re: [iText-questions] trailer not found: how to locate/identify error in PDF

2009-01-30 Thread Paul Gatewood
Thanks to both of you for your quick feedback. If the supplier of the PDF asks I will simply let them know this. Thanks again. -paul 1T3XT info wrote: > Leonard Rosenthol wrote: >> The message in the ioException is pretty clear - the trailer is not found... > > In other words: eit

[iText-questions] trailer not found: how to locate/identify error in PDF

2009-01-29 Thread Paul Gatewood
When calling PdfReader(String filename) I get java.io.IOException: trailer not found. at com.lowagie.text.pdf.PdfReader.rebuildXref so I suspected (from other posts here) that the PDF to be read had some error. I was able to read the source PDF with Acrobat 8.1.3, so perhaps Acrobat has

Re: [iText-questions] Dynamic table issue

2008-09-24 Thread Paul Gatewood
This sounds similar to a situation we have. I suspect there is a more flexible general solution, using more sophisticated iText functionality, but in our scenario (the one I inherited), the templates were already created and I had to work with them, so I used a rather simple approach. One one

Re: [iText-questions] XFA & setFieldProperty

2008-09-05 Thread Paul Hastings
Paulo Soares wrote: > No, unless you are willing to dive into the xml but I don't think that's what > you are asking. yes, the "no" it can't be done was what i was looking for (i'll leave the xml cliff diving for when we're really desperate ;-). the cf error message was throwing me. thanks.

[iText-questions] XFA & setFieldProperty

2008-09-04 Thread Paul Hastings
probably a dumb question but i'm getting an error when using iText in coldfusion (cf) on an acrobat produced PDF form. the error i'm getting when i try to set a field's property (cf can't tell which of the 2 overloaded methods i want) might be misleading in that i know iText doesn't have comple

[iText-questions] Signing with setCertificationLevel broken in iText2.1.3

2008-07-24 Thread Paul Ryan
x27;ve reverted back to using iText 2.1.2u for the time being. ... PdfSignatureAppearance sap = stp.getSignatureAppearance(); sap.setCertificationLevel(PdfSignatureAppearance.CERTIFIED_FORM_FILLING); ... Regards, Paul Start at the new Yahoo!7 for a better o

Re: [iText-questions] Signing with iText gives invalid sig when "mark read-only Signed" event set

2008-07-24 Thread Paul Ryan
ake the signature field read only, iText will still sign it perfectly fine, but that's not what I'm asking here. Paul. - Original Message From: Paulo Soares <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Thursday, 24 July, 2008 11:21:25 PM Su

[iText-questions] Signing with iText gives invalid sig when "mark read-only Signed" event set

2008-07-23 Thread Paul and Jenny Ryan
the fields specified. I was hoping to utilise the field list from the "Signed" event tab to programmatically loop over and set to read only if iText didn't already honour these signature properties.  It's of no use if the signa

Re: [iText-questions] Arial Unicode MS alternative

2008-05-28 Thread Paul Hastings
Bruno Lowagie wrote: > This is the promised FAQ entry: > http://www.1t3xt.com/docs/faq.php?branch=faq.xtra&node=fonts you missed klingon & elvish--the klingons are particularly sensitive about perceived slights especially when drunk ;-) http://kasper-online.de/en/docs/startrek/klingon.htm http:/

Re: [iText-questions] Arial Unicode MS alternative

2008-05-28 Thread Paul Hastings
Bruno Lowagie wrote: > alternative available for Arial Unicode, but these are some links > I listed in the Appendix of the book: also might find something here: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=FontDownloads ---

Re: [iText-questions] Trouble Embedding dynamic PDF within a

2008-04-24 Thread Paul Bundick
vlet using the iText library. Additional note, the client (user) will only need to review the PDF within their browser. They will NOT need to interact (insert, delete, etc) with the pdf other than potentially saving it to their own local disk. Thanks, Paul -- Message: 4

[iText-questions] Trouble Embedding dynamic PDF within a specified area of a JSP

2008-04-23 Thread Paul Bundick
wever, using the code above. Some advice on where I have gone wrong here would be greatly appreciated. Thanks, Paul <>- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's e

Re: [iText-questions] iText newbie having page truncation issues

2008-01-30 Thread Paul Cooper
t generate text beyond the 8" spot on a page. The text would move to a second page. I eventually used a bunch of newlines to get close, but then the whole multi-column thing reared its head, and I had to punt and move to ColumnText. Thanks for the reply... Paul -Original Message- Fr

[iText-questions] iText newbie having page truncation issues

2008-01-29 Thread Paul Cooper
Is this a known problem? I'm using multiple font sizes and weights. Thanks in advance, and yes, I searched the archives first! Paul Cooper Project Manager EMS Performance Improvement Center 100 Market Street Chapel Hill, NC 27516

Re: [iText-questions] Assistance with SocketException

2008-01-08 Thread Paul Bundick
Also, There was a mistake in my original post. The servlet code snippet that I sent does not get run. I actually 'return' before it get to the 'RequestDispatcher' part of the code. Paul <>-

Re: [iText-questions] Assistance with SocketException

2008-01-08 Thread Paul Bundick
ages or no images) the SocketException that I referenced ealier gets thrown. Any ideas? Thanks, Paul <>- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anyth

[iText-questions] Assistance with SocketException

2008-01-07 Thread Paul Bundick
ize up does the exception appear and in that case, the window opens but nothing displays at all. Please help if you can. Thanks a bunch for reading this 'War and Peace' type post. Best regards, Paul Bundick <>---

Re: [iText-questions] Token type not recognized - jFreeChart

2007-12-05 Thread Paul Belleville
Paulo: Do you know of a free tool allowing you to look at what is inside the PDF? How did you see the large numbers? Thanks Paul Belleville - Original Message From: Paulo Soares <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Wednesday, December 5, 2007 2

Re: [iText-questions] Coldfusion MX 7 + Latest iText install

2007-11-30 Thread Paul Hastings
[EMAIL PROTECTED] wrote: > I’m sure this hasn’t been asked twice over, but my company is finally > installing iText on our Coldfusion shared server, but I have to provide for cf7/cf8 iText is already "installed" (iText powers cfdocument, etc.) but it's a way older version than bruno's latest &

  1   2   3   >