Re: [iText-questions] Question about PdfTable

2015-05-19 Thread decrawf
Hi I was missing the “P” in PdfPTable. It’s all good again. Thank you very much for responding back so quickly. Have a great day. Diane From: André Fróes [via iText] [mailto:ml-node+s2136553n4660822...@n4.nabble.com] Sent: Tuesday, May 19, 2015 11:58 AM To: Haddy, Diane E Subject: Re: Questi

Re: [iText-questions] Question about PdfTable

2015-05-19 Thread decrawf
Thank you so much. Someone else pointed this out to me. Have a great day. Best Regards, Diane From: nconde [via iText] [mailto:ml-node+s2136553n466082...@n4.nabble.com] Sent: Tuesday, May 19, 2015 11:59 AM To: Haddy, Diane E Subject: Re: Question about PdfTable you are missing the P for PdfPTa

Re: [iText-questions] Question about PdfTable

2015-05-19 Thread nconde
you are missing the P for PdfPTable table= new PdfPTable(1); -- View this message in context: http://itext.2136553.n4.nabble.com/Question-about-PdfTable-tp4660821p4660823.html Sent from the iText mailing list archive at Nabble.com. --

Re: [iText-questions] Question about PdfTable

2015-05-19 Thread André Fróes
Which version are you using? Could you send the full stack? By declaring the way you did, no exception should be displayed. These are the constructors: http://api.itextpdf.com/itext/com/itextpdf/text/pdf/PdfPTable.html#PdfPTable() Live example provided by itext: http://itextpdf.com/examples/iia.p

Re: [iText-questions] Question

2014-06-10 Thread rao tran
hi Giao! Your PDF is a scanned one ?? I will give it a try>, and let u know. Rao NHATRANGRNT From: giao...@hotmail.com To: itext-questions@lists.sourceforge.net Date: Mon, 2 Jun 2014 17:40:44 -0400 Subject: [iText-questions] Question Hi , I scan a ticket to pdf file (See attach file Doc1.p

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

2014-04-08 Thread iText mailing list
On 4/7/2014 5:16 PM, Peter Thung wrote: To whom it may concern, (Response from application developer) >Sorry that PDFill can not open this PDF. This file does not strictly follow PDF standard. It use so called PDF-Extension that >adobe trys to play trick. What is PDFill and how is it related

Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread iText mailing list
On 2/28/2014 8:54 AM, willegy wrote: > is your problem had resolved? That was a question dating from 2005. Please don't reopen a thread that old. In any case: I see that you've found the solution on StackOverflow. -- Flow-

Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread willegy
I have find the problem from this link behind. Thanks also. http://stackoverflow.com/questions/12573962/how-to-center-align-template-element-in-pdfpcell -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-about-PdfPCell-and-setHorizontalAlignment-tp2139851p46598

Re: [iText-questions] Question about PdfPCell and setHorizontalAlignment

2014-02-28 Thread willegy
is your problem had resolved? Your problem also happened in my code. If you know how to resolve, send mail to me . thank you very much -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-about-PdfPCell-and-setHorizontalAlignment-tp2139851p4659810.html Sent fro

Re: [iText-questions] QUESTION

2013-06-28 Thread iText Info
Op 27/06/2013 19:55, Johan Alexander Velandia Rojas schreef: Hi itext support, At this moment, I'm looking for a library that allows me adding annotations to specific images in an existing PDF, annotations should be some external URL for example (www.google.com), the question is: how I can

Re: [iText-questions] Question on Itext

2012-12-21 Thread satinderhundal
unsubscribe me. On Fri, Dec 21, 2012 at 3:28 PM, Paulo Soares wrote: > Tiles are not supported. > > Paulo > > On Thu, Dec 20, 2012 at 2:09 PM, Rosy rose wrote: > > Hi All, > > > > I am trying to convert the tiff file into pdf file but the conversion > fails > > if the tiff file has tiles. > > K

Re: [iText-questions] Question on Itext

2012-12-21 Thread Paulo Soares
Tiles are not supported. Paulo On Thu, Dec 20, 2012 at 2:09 PM, Rosy rose wrote: > Hi All, > > I am trying to convert the tiff file into pdf file but the conversion fails > if the tiff file has tiles. > Kindly suggest solution for the same. > > Regards > Rosy > >

Re: [iText-questions] question about checkbox

2012-08-01 Thread Leonard Rosenthol
PDFs aren't designed to be opened in Notepad as they are binary documents usually compressed, so all you'll see is a lot of random "garbage". Once you have an Acrofield, you can follow it back to its parent page. From: Pravin Wagh [mailto:pravin.w...@capsilon.com] Sent: Wednesday, August 01, 201

Re: [iText-questions] question about layers

2012-07-31 Thread 1T3XT BVBA
On 31/07/2012 14:01, Pravin Wagh wrote: > Hi, > > Could you please help me to retrive the PdfLayers from the existing pdf > > or > > Could you please me provide the code snipet to retrive the PDFLayers > from existing PDF. What do you mean by "retrieve the PdfLayers"? Do you want to know which lay

Re: [iText-questions] question about splitting

2012-07-30 Thread 1T3XT BVBA
On 30/07/2012 7:03, Pravin Wagh wrote: > You told when we split PDF using PdfCopy and PdfImportedPage it throws > all interactive properties .. No, when you split a PDF using PdfWriter and PdfImportedPage. With PdfCopy you only lose the bookmarks, but chapter 7 explains how to solve that proble

Re: [iText-questions] Question about itext

2012-07-27 Thread iText Info
Op 25/07/2012 13:51, Pravin Wagh schreef: Hi, When we have i/p as multipage Pdf and when we split those pdf using following code ..*- * You're code isn't OK, it throws away all interactivity and properties from the original document. * *is there any possibility of loosing the Properties

Re: [iText-questions] Question about itext

2012-07-27 Thread iText Info
Op 25/07/2012 13:31, Pravin Wagh schreef: > Hi, > > Can i get background color for the PDF in itext. No, not in a trivial way. > > Could you please help me to read the table in the exsiting PDF in iText. No > > and to read the background color of Cell from table.. > > No.

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread TvT
The license is always the same whether it is Java or C# or C++ or Cobol or whatever language... 2012/6/15 Hemant Sharma : > as talking about the C# version ie iText Sharp( sorry for not being detailed > there) > So can we use the iTextSharp version 4.1.6 coded in C#  for commercial use. > Is it un

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread iText Info
Op 15/06/2012 12:57, Hemant Sharma schreef: > So can we use the iTextSharp version 4.1.6 coded in C# for commercial > use. If you don't care about your customer(s), you can probably do so. -- Live Security Virtual Confe

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread Hemant Sharma
I was talking about the C# version ie iText Sharp( sorry for not being detailed there) So can we use the iTextSharp version 4.1.6 coded in C# for commercial use. Is it under LGPL? (asking this as you might have answered pertaining to Java version, may be) Regards, Hemant On Fri, Jun 15, 2012 at

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread iText Info
Op 15/06/2012 9:54, TvT schreef: > there is/was a iText C# version 4.1.6 That's not iText, that's iTextSharp ;-) -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-15 Thread TvT
Mhm I didn't read java in Hemants post - did you? You may have forgotten ;-) but there is/was a iText C# version 4.1.6 - the latest licensed under MPL/LPGL. @Hemant What do you think? If you have the budget and the time/resources to adapt your project and test the new version then go with the new

Re: [iText-questions] QUESTION: regarding commercial usage of iText ver 4.1.6

2012-06-14 Thread 1T3XT BVBA
On 15/06/2012 7:25, Hemant Sharma wrote: > Can I continue using this ver 4.1.6 even now when the latest version > is a paid version? There has never been a version 4.1.6 of iText, the Java-PDF version. We've discussed this over and over again: you shouldn't use old versions of iText for technica

Re: [iText-questions] QUESTION: In xmlworker, how do I display html tags ..

2012-06-04 Thread iText Info
Op 4/06/2012 6:26, Parminder Kaur schreef: The HTML image ("") tag I'm sorry, I can't reproduce the error. See code sample + result in attachment. However, I did have to fix your HTML. I replaced by in the above HTML snippet. I'm using the most recent versions of XML Worker and iText

Re: [iText-questions] QUESTION : Extract text PDF file

2012-05-21 Thread iText Info
Op 21/05/2012 15:11, Daniel DA COSTA schreef: Thank you for your fast response. However, if i can not change the version because i use the package RTF Nothing keeps you from using iText 2.0.6 (with packages com.lowagie) next to iText 5.x.y (with packages com.itextpdf). As the package names a

Re: [iText-questions] QUESTION : Extract text PDF file

2012-05-21 Thread Daniel DA COSTA
Thank you for your fast response. However, if i can not change the version because i use the package RTF, is it that there would be a way to get a readable text ? Thank you in advance for the help you can provide me. -- Daniel DA COSTA Service Informatique 53, rue La Fayette 75009 Paris Tél

Re: [iText-questions] QUESTION : Extract text PDF file

2012-05-21 Thread iText Info
Op 21/05/2012 14:01, Daniel DA COSTA schreef: > I would like if it's a known bug because I did not find any > information on this problem. This has probably been solved in more recent versions. You're getting gibberish because the version you're using (dating from October 2007) didn't take into

Re: [iText-questions] question about determining the color of text

2012-05-02 Thread iText Info
Op 1/05/2012 17:37, Lowe, Wyan schreef: Hi, I'd like to open a pdf, extract the text, but also determine the color of the text during extraction. For example, if thepdftext is 1 page, and nicely column formatted (maybe 3 columns with whitespace in between), maybe the 1^st column is numbers

Re: [iText-questions] Question on iTesxt

2012-04-23 Thread 1T3XT BVBA
On 23/04/2012 16:15, Ramesh Reddy Keesara wrote: > Can we include script? Using iText, you can add JavaScript to a PDF (existing or new) if that's what you mean. -- For Developers, A Lot Can Happen In A Second. Boundary i

Re: [iText-questions] Question on iTesxt

2012-04-23 Thread 1T3XT BVBA
On 23/04/2012 15:38, Ramesh Reddy Keesara wrote: > Hi, > I am very new to this component, can we genarate a PDF with form > controls or only the text and graphical content. You can create PDFs with text, graphical content and all kinds of annotations (links, text annotations, ...). You can also

Re: [iText-questions] Question about PDF structure

2012-04-19 Thread 1T3XT BVBA
Please use the mailing-list addres: itext-questions@lists.sourceforge.net DO NOT use the company address i...@1t3xt.info unless you wish to receive an invoice for the answers that are provided. Also: please rephrase your questions because they don't make any sense. On 19/04/2012 19:40, omid wro

Re: [iText-questions] Question about PDF structure

2012-04-17 Thread iText Info
Op 17/04/2012 19:10, omid schreef: Hi First, I should thankful you because of your helps and guides to me. I have studied 'PDF reference 1.7' completely and I was faced with several questions that I hope you can answer to them. 1. Where place does 'Metadata' stored? In main file(main

Re: [iText-questions] Question about PdfPageEventHelper.onStartPage()

2011-12-24 Thread 1T3XT BVBA
On 23/12/2011 19:56, valerykhyzhniy wrote: > Hi! > Help me. > I try to write a table to the document. But every page can to have the same > upper part. I use PdfPageEventHelper.onStartPage() or onEndPage(). But last > one row of the table to print at the next page. What i need to use for this? A.

Re: [iText-questions] Question on hiding toolbar(disable save and print button) in Adobe X using iText

2011-12-18 Thread Leonard Rosenthol
$b308a9d0$1919fd70$@com> Content-Type: text/plain; charset="us-ascii" Leonard, Brijoy On win7 if I add a null user password and turn everything off (printing commenting etc) it will NOT show the toolbars when inside browser... john renfrew From: Leonard Rosenthol [mailto:lrose...

Re: [iText-questions] Question on hiding toolbar(disable save and print button) in Adobe X using iText

2011-12-17 Thread Dániel Kékesi
> > On win7 if I add a null user password and turn everything off (printing > commenting etc) it will NOT show the toolbars when inside browser... > > > > john renfrew > > From: Leonard Rosenthol [mailto:lrose...@adobe.com > <mailto:lrose...@adobe.com>] > Sent: 09 De

Re: [iText-questions] Question on hiding toolbar in Adobe X

2011-12-09 Thread Leonard Rosenthol
Hiding the toolbar was never the way to "prevent saving" - you just avoided the real problem. And yes, there is no way to hide the toolbar (or the HUD) in the browser. From: Brijoy Janardhanan mailto:bri...@gmail.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: F

Re: [iText-questions] question about barcode 93

2011-11-22 Thread 1T3XT BVBA
On 22/11/2011 20:04, Jan Przybylo wrote: Dear Support, We are interested in PDF and barcodes creation using iText. However we need to make sure if barcode API supports type 93. There's nothing about this standard in API's documentation. Thank you in advance for clarifying this. Barcode 39 is

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread david guede
Thanks a lot both, I am going to have a look at your examples and read more documentation (even if I already did...). Then, I will come back with more precise questions. David 2011/11/11 1T3XT BVBA > On 11/11/2011 18:00, david guede wrote: > > OK, I understand that the bookmark is probably no

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread 1T3XT BVBA
On 11/11/2011 18:00, david guede wrote: > OK, I understand that the bookmark is probably not connected to the > content... no problem with this. But, the bookmark is somewhere on the > page and therefore I cn probably get the coordinate of the first > letter of the first word for each bookmark (

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread david guede
Leonard > > From: david guede > Reply-To: Post here > Date: Fri, 11 Nov 2011 08:32:06 -0800 > To: Post here > Subject: Re: [iText-questions] question about extracting text with itext > > Hi guys and thanks. > > I was thinking that maybe we could extract only a sec

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread Leonard Rosenthol
documents probably use a different structure. Leonard From: david guede mailto:guede.da...@gmail.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Fri, 11 Nov 2011 08:32:06 -0800 To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject:

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread david guede
Hi guys and thanks. I was thinking that maybe we could extract only a section of a page... So, if one bookmark represents the start of the section I want to extract, I can get the start point of the extraction. Then, maybe the next bookmark can be the end of the area I want to extract... Would n

Re: [iText-questions] question about extracting text with itext

2011-11-09 Thread Leonard Rosenthol
1) Bookmarks in a PDF do NOT HAVE TO be associated with content – they can refer to any Action as well. 2) Bookmarks that do point to content, normally only point to the START of the content – there is no END. 3) UNLESS the PDF is tagged and structured properly, and the bookmarks are connected

Re: [iText-questions] question about extracting text with itext

2011-11-09 Thread Kevin Day
David- There are many examples of code using iText - do some quick google searches for itext bookmarks and you'll find them. - K -- View this message in context: http://itext-general.2136553.n4.nabble.com/question-about-extracting-text-with-itext-tp4019583p4019884.html Sent from the iText - Gen

Re: [iText-questions] question about extracting text with itext

2011-11-09 Thread 1T3XT BVBA
On 9/11/2011 14:51, david guede wrote: > Can you just send me an example ? Just go to the book page: http://itextpdf.com/book/ > I am planning to use the free java version of iText This means that you're going to publish your own source code under the AGPL too. Please let us know when where you

Re: [iText-questions] question about extracting text with itext

2011-11-09 Thread david guede
Thanks, but I do not have the book and before buying the book, I want to have a go with iText ti be totally sure to choose the right java lib for my purpose... Can you just send me an example ? I am planning to use the free java version of iText Thanks in adavance David 2011/11/9 1T3XT BVBA

Re: [iText-questions] question about extracting text with itext

2011-11-09 Thread 1T3XT BVBA
On 9/11/2011 13:16, david guede wrote: > If so, could you please send me an example or tell me where I could > find one. Read "iText in Action - Second Edition", section 7.2.2 "Retrieving bookmarks from an existing document." --

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Amedee Van Gasse
On Thu, September 8, 2011 10:40, Bruno Lowagie wrote: > On 8/09/2011 9:58, Horst Wetzel wrote: >> Me Myself and I live.co.uk> writes: >> >>> > >>> > >>> > old RTF implementation questions. > Hello Horst, > > I didn't see any new info in your answer to Zachary's question. > > Zachary (aka Me, Mys

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Bruno Lowagie
On 8/09/2011 9:58, Horst Wetzel wrote: > Me Myself and I live.co.uk> writes: > >> > >> > >> > old RTF implementation questions. Hello Horst, I didn't see any new info in your answer to Zachary's question. Zachary (aka Me, Myself and I) makes two assumptions that are wrong: - "itext 2.1.7 w

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Horst Wetzel
Me Myself and I live.co.uk> writes: > > > old RTF implementation questions.I am trying to get hold of the java .jar file (and any further jars required)for the most recent, up to date version of the java iText liibrarywhich was/is entirely open source and did not have any requirementat all for

Re: [iText-questions] Question concerning IText default font

2011-07-21 Thread 1T3XT BVBA
On 21/07/2011 16:37, Hassan Radi wrote: > right-to-left text (like Arabic) is not rendered in the pdf file. Is > that because the default IText font doesn't support Arabic text? if > this is right, does that mean the problem would be solved if I found a > way to replace this default font by anot

Re: [iText-questions] question regarding reference PDF's and general testing approach and contributions

2011-07-21 Thread Leonard Rosenthol
Merging of font subsets and/or re-connecting fonts to streams is NOT a trivial task. If you are going to tackle this, you REALLY need an indepth understanding of how the various font formats involved, the concept of encodings in PDF, and the various Font data structures. And, a LOT of time...

Re: [iText-questions] question regarding reference PDF's and general testing approach and contributions

2011-07-21 Thread FRAKSENO
Hi everybody, I've been carefully reading all posts from this thread, I am aware this discussion seems to be over by now but I was unable neither to find a solution to my problem nor a more adapted thread to post in. I am using Itext to merge a large amount (several thousands) of pdfs, containing

Re: [iText-questions] question on multiple PdfPtable as part of a numbered list item

2011-05-28 Thread Balder
Please provide a working standalone example that show your problem, we don't know what happens in other parts of your code. We cannot guess what e.g. PdfParseContext does On 27/05/2011 20:26, Murali Ramaswamy wrote: Hi, I have two tables inside a numbered list item like below: some text

Re: [iText-questions] question on PdfPTable inside a numbered list item

2011-05-28 Thread 1T3XT BVBA
On 27/05/2011 20:19, Murali Ramaswamy wrote: Hi, I have two tables inside a numbered list item like below: Hello, I've tested this snippet on http://demo.itextsupport.com/xmlworker/ Hello, this is a test This is a list, but: it has a table: keyvalue Name John Doe Age Unknown Look! T

Re: [iText-questions] question about adding a table to the document

2011-04-12 Thread 1T3XT BVBA
Op 11/04/2011 22:39, King Goldman schreef: Hi All, I read about adding the tables to the document in the second edition of the book. But if I were to add a table that first writes to the left half of the document and then writes the data to the second half of the document as shown below, how c

Re: [iText-questions] question about adding a table to the document

2011-04-12 Thread Balder
On PdfPTable you can call add(), in add you can put a PdfPCell and a PdfPCell can contain a PdfPTable. maybe you could also directly do pdfPtable.add(otherPdfPTable) On 11/04/2011 22:59, King Goldman wrote: Outer table and nest two tables? I have no clue about this. Can you give me an exam

Re: [iText-questions] question about adding a table to the document

2011-04-11 Thread King Goldman
Outer table and nest two tables? I have no clue about this. Can you give me an example? On Mon, Apr 11, 2011 at 3:51 PM, Jason Berk wrote: > I believe you could either use CollumnText or, if you really want to keep > it simple with doc.add( ), you’d have to create an outer table, and nest > yo

Re: [iText-questions] question about adding a table to the document

2011-04-11 Thread Jason Berk
I believe you could either use CollumnText or, if you really want to keep it simple with doc.add( ), you'd have to create an outer table, and nest your two tables inside itthen add that outer table to the doc. Don't forget to make your padding 0 on the outer table. Make sense? From

Re: [iText-questions] Question about PdfGraphics2D for saving pdf file

2011-04-03 Thread Bill Ensley
You missed 1T3XT BVBA's earlier post. >> Check out the paintToPdf method in this old example from the first book: >> https://itext.svn.sourceforge.net/svnroot/itext/examples/src/in_action/chapter12/JTextPaneToPdf.java >> If ta is a JTextPane, g2 a PdfGraphics2D object and alloc a Rectangle, y

Re: [iText-questions] Question about page number footers

2011-03-23 Thread dwhite
Sorry guys, I found the problem. I thought I set the footer flag to false, but it was true which is why it kept appending the actual page number to the end of my footer string. Also I wasn't incrementing the page number so when I printed it the value was 0. Thanks for your help. -- View this

Re: [iText-questions] Question about page number footers

2011-03-23 Thread dwhite
Wow, you're right. The example in the book (page 173 fig 5.18) doesn't use that method. I added it because I think I'm mixing up my versions. I will look into showTextAligned() . Thanks -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-about-page-number-foo

Re: [iText-questions] Question about page number footers

2011-03-23 Thread 1T3XT BVBA
Op 23/03/2011 14:38, phle...@free.fr schreef: > Hello, > > I used the following exemple (I have not yet received the book). > > Exemple : Part1.Chapter5.MoviesCountries1.java > > Exemple : Part2.Chapter6.TwoPasses.java I think you must use it if you want > page 1/100. Those are indeed the correct

Re: [iText-questions] Question about page number footers

2011-03-23 Thread Klas Lindbäck
I assume you want the same date and time on all pages. So you should generate the date/time string only once and then use it on each page. I assume you want different page numbers on each page. So you should generate the page number once for each page. It loooks like you are applying the page n

Re: [iText-questions] Question about page number footers

2011-03-23 Thread phlegay
-questions@lists.sourceforge.net Envoyé: Mercredi 23 Mars 2011 13h42:37 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [iText-questions] Question about page number footers Op 23/03/2011 12:49, dwhite schreef: > Hi, I am just trying to add current page number to the footer of my

Re: [iText-questions] Question about page number footers

2011-03-23 Thread 1T3XT BVBA
Op 23/03/2011 12:49, dwhite schreef: > Hi, I am just trying to add current page number to the footer of my document. > I followed the example from "iText in Action" Which example? Can you give me a page or listing number? > public void onOpenDocument(PdfWriter writer, Document document) {

Re: [iText-questions] Question about page number footers

2011-03-23 Thread dwhite
Also, the above code is called before document.open() -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-about-page-number-footers-tp3399290p3399321.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] Question about N-Up Printing

2011-02-16 Thread Joe Danziger
tions@lists.sourceforge.net Subject: Re: [iText-questions] Question about N-Up Printing Op 15/02/2011 21:24, Joe Danziger schreef: I am trying to transpose the NUp example in Chapter 6 (p. 171) of the 2E book to ColdFusion, but having an issue with the calculation of the offsets. Is it possible to g

Re: [iText-questions] Question about N-Up Printing

2011-02-16 Thread Joe Danziger
Yes, that totally makes sense - thanks Mark! From: Mark Storer [mailto:msto...@autonomy.com] Sent: Tuesday, February 15, 2011 6:51 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Question about N-Up Printing Rows and Columns? --Mark Storer Senior

Re: [iText-questions] Question about N-Up Printing

2011-02-16 Thread 1T3XT BVBA
Op 15/02/2011 21:24, Joe Danziger schreef: I am trying to transpose the NUp example in Chapter 6 (p. 171) of the 2E book to ColdFusion, but having an issue with the calculation of the offsets. Is it possible to get an explanation of what the helper variables "n", "r", "c", represent in that

Re: [iText-questions] Question about N-Up Printing

2011-02-15 Thread Mark Storer
Rows and Columns? --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; From: Joe Danziger [mailto:jdanzi...@iccsllc.com] Sent: Tuesday, February 15, 2011 12:25 PM To: itext-

Re: [iText-questions] Question on inline image parse exception

2011-02-12 Thread Kevin Day
First, try out the very latest code from SVN and see if it fixes your problem. I added code a week ago to work around improperly implemented inline images in files generated by a large financial institution. If you still have problems after that, I'd suggest that you open a ticket and attach a *

Re: [iText-questions] Question on inline image parse exception

2011-02-12 Thread 1T3XT BVBA
Op 12/02/2011 1:39, Bharathi Kongara schreef: Hi guys, I'm fairly new to iText and have looked for options to get around the following error but couldn't find much help. All I'm trying to do is to just extract text from the first page of a PDF (a valid one). I tried to use both the PdfConten

Re: [iText-questions] Question to form filling with tables

2011-01-24 Thread 1T3XT BVBA
joerg.mer...@atosorigin.com wrote: I have a form with some simple fields at the beginning, some tables in the middle and some simple fields at the end. Now i would like to fill out this form by an Java-application and therefore i need the possibility to handle a dynamic grow of table rows dep

Re: [iText-questions] Question about Certificate chain

2010-11-10 Thread itexReg
Hi Leonard, Thanks for the Tip! -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-about-Certificate-chain-tp3033583p3035679.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Question about Certificate chain

2010-11-09 Thread Leonard Rosenthol
You can't put a root into a PDF signature. If you need Acrobat/Reader to validate all the way up to the root, your root needs to be known to Acrobat/Reader. -Original Message- From: itexReg [mailto:ahch...@gmail.com] Sent: Tuesday, November 09, 2010 7:03 AM To: itext-questions@lists.sou

Re: [iText-questions] Question about Certificate chain

2010-11-09 Thread itexReg
I found the problem - my certificate is not chain up to a TRASTED root certificate. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-about-Certificate-chain-tp3033583p3033594.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Question regarding validity -- Multiple Digital Signatures.

2010-10-18 Thread djdjdj
Mikel's thought was accurate. I thank you for the help! The signature was not being applied in append mode. Fixed it like a charm. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-regarding-validity-Multiple-Digital-Signatures-tp2995848p3000497.html Sent fr

Re: [iText-questions] Question regarding validity -- Multiple Digital Signatures.

2010-10-15 Thread djdjdj
Mikel, That could very well be the case (not using append mode). I'll give that a look. Thanks! -- View this message in context: http://itext-general.2136553.n4.nabble.com/Question-regarding-validity-Multiple-Digital-Signatures-tp2995848p2997275.html Sent from the iText - General mailing list

Re: [iText-questions] Question regarding validity -- Multiple Digital Signatures.

2010-10-15 Thread Leonard Rosenthol
-questions@lists.sourceforge.net Subject: Re: [iText-questions] Question regarding validity -- Multiple Digital Signatures. The only thing I can find is a Verification error: "Error during signature verification. Unexpected byte range values defining scope of signed data. Details: The sign

Re: [iText-questions] Question regarding validity -- Multiple Digital Signatures.

2010-10-15 Thread mkl
dialog on the sig. > > -Original Message- > From: djdjdj [mailto:d...@donaldlaing.com] > Sent: Friday, October 15, 2010 10:32 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Question regarding validity -- Multiple > Digital Signatures. &

Re: [iText-questions] Question regarding validity -- Multiple Digital Signatures.

2010-10-15 Thread djdjdj
The only thing I can find is a Verification error: "Error during signature verification. Unexpected byte range values defining scope of signed data. Details: The signature byte range is invalid." I'm a little perplexed if this is what's causing the "X and pen" graphic to show up since the dig

Re: [iText-questions] Question regarding validity -- Multiple Digital Signatures.

2010-10-15 Thread Leonard Rosenthol
formation about the signature errors if you check the properties dialog on the sig. -Original Message- From: djdjdj [mailto:d...@donaldlaing.com] Sent: Friday, October 15, 2010 10:32 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Question regarding validity --

Re: [iText-questions] Question regarding validity -- Multiple Digital Signatures.

2010-10-15 Thread djdjdj
Hi Leonard, That's what I was assuming. Now, if I do a second signature and add text to another field, say, the date. The first signature summary should state "the revision of the document that was covered by this signature has not been altered; however, there have been subsequent changes to th

Re: [iText-questions] Question regarding validity -- Multiple Digital Signatures.

2010-10-14 Thread Leonard Rosenthol
If all you are doing is signing a second time - and not doing ANY OTHER operation - then the first signature will STILL BE VALID since you didn't touch the original page content. -Original Message- From: djdjdj [mailto:d...@donaldlaing.com] Sent: Thursday, October 14, 2010 3:05 PM To: i

Re: [iText-questions] question about DSS

2010-10-12 Thread Jan Hudak
Thank for answer, it works. I tried sign it multi time and after each create DSS and validation works offline. But I find out another problem. Where put validation data for normal Timestamp? If I create PAdES Basic T, (PAdES Basic with Timestamp token) and add validation data(certificates, CRL a

Re: [iText-questions] question about DSS

2010-10-08 Thread Leonard Rosenthol
Post all your questions about iText here Subject: Re: [iText-questions] question about DSS Thanks for your answer. But I have some more questions, regardless to your answer. :-) If with every new signature added to this PDF I should always update the existing DSS, how it is than secure

Re: [iText-questions] question about DSS

2010-10-08 Thread Jan Hudak
Thanks for your answer. But I have some more questions, regardless to your answer. :-) If with every new signature added to this PDF I should always update the existing DSS, how it is than secured the previous DSS? 2. And for the archival timestamp (Document Time-stamp PAdES LTV) wi

Re: [iText-questions] question about DSS

2010-10-07 Thread Leonard Rosenthol
You don't add a second DSS - instead you UPDATE the EXISTING DSS Leonard From: Jan Hudak [mailto:hudakja...@gmail.com] Sent: Thursday, October 07, 2010 5:58 AM To: Post all your questions about iText here Subject: [iText-questions] question about DSS Hi, I have a question which regardless of

Re: [iText-questions] Question about width/height unit conversion

2010-08-13 Thread 1T3XT info
Ashish Dasnurkar wrote: > Hi all, > I am attempting to write Excel to Pdf conversion utility and find myself > stuck at determining width/height sizes for PdfPTable/PdfPCell. > Excel column width is specified in "Char Unit" defined as 1/256 of size > of a character i.e. 1 char unit = 1/256 of wid

Re: [iText-questions] Question about top margin and headers

2010-06-14 Thread Daniel H. Ardison
Thanks for your answer. I see what you mean. Could you show me to some example about using PdfTemplate and ColumnText together? 1T3XT info escribió: Daniel H. Ardison wrote: I want to provide a Header for my PDF Document, which shows information about filters applied to obtain

Re: [iText-questions] Question about top margin and headers

2010-06-14 Thread 1T3XT info
Daniel H. Ardison wrote: > I want to provide a Header for my PDF Document, which shows information > about filters applied to obtain the report results. You want to create a document with several pages. The actual content of each page consists of report data. The header shows meta-information abo

Re: [iText-questions] Question about top margin and headers

2010-06-14 Thread Daniel H. Ardison
Ok, As you requested I will try to explain the problem instead of sending code example. I want to provide a Header for my PDF Document, which shows information about filters applied to obtain the report results. Because filters depends on user selection the number of filters could vary and so

Re: [iText-questions] Question about top margin and headers

2010-06-08 Thread 1T3XT info
Daniel H. Ardison wrote: > Ok, > > Could this be such a difficult question nobody can answer? The question was too long, and it read as a generic programming problem (a design issue), rather than as an iText question. I could be wrong, but that's how it was perceived. > Or nobody has variable he

Re: [iText-questions] Question about top margin and headers

2010-06-08 Thread Daniel H. Ardison
Ok, Could this be such a difficult question nobody can answer? Or nobody has variable height headers? Or maybe I don't explain well, please let me know, I'm stuck with this I can't resolve. Thanks. Daniel -- Thi

Re: [iText-questions] question about table header and onOpenDocument

2010-06-08 Thread 1T3XT info
Michelle Zhang wrote: > Hello. > Your answer does not help. Keith has also made C# versions of the examples: http://kuujinbo.info/iTextInAction2Ed/index.aspx?ch_key=Chapter05&cl_key=MovieCountries1 Maybe those can help... In any case: the functionality works in iTextSharp too. It's only a matter

Re: [iText-questions] question about table header and onOpenDocument

2010-06-08 Thread Michelle Zhang
Hello. Your answer does not help. If I do not add that chunk of code, the override onOpenDocument function, etc. won't be called. > addTableAsHeaderFooter. onOpenDocument(writer, document); > addTableAsHeaderFooter.OnStartPage(writer, document); > > addTableAsHeaderFooter.onEndPage(writer, document

Re: [iText-questions] Question regarding Inverted PDF

2010-06-08 Thread 1T3XT info
Naga Praveen Kurmala wrote: > I want to know how to differentiate these type of documents with > normal pdf’s. The rotation angle for the attached one is “ZERO”. As explained in chapter 1 of the second edition of "iText in Action", there are two ways to create a document in landscape: Either yo

Re: [iText-questions] question about table header and onOpenDocument

2010-06-07 Thread Keith O
Hello, > Date: Mon, 7 Jun 2010 09:43:44 -0400 > From: michelleyzh...@gmail.com > To: iText-questions@lists.sourceforge.net > Subject: [iText-questions] question about table header and onOpenDocument > > In order to add a table as header, I mimic the code from: > http://www.1t3xt.info/examples/br

Re: [iText-questions] Question About manipulating PDFs

2010-05-31 Thread Paulo Soares
3xt.info] Sent: Saturday, May 29, 2010 9:27 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Question About manipulating PDFs j...@msdlg.com wrote: > I've got a question about iText's ability to manipulate .PDF's. We have a > customer who has ab

  1   2   3   4   5   >