[iText-questions] [SPAM] Re: [java] A4 page size is wrong in PageSize.A4

2014-02-27 Thread mkl
linuxunil wrote page size source http://en.wikipedia.org/wiki/ISO_216 Allow me to quote from that page: Tolerances The tolerances specified in the standard are: * ±1.5 mm for dimensions up to 150 mm, * ±2.0 mm for dimensions in the range 150 to 600 mm, and * ±3.0 mm for dimensions above

Re: [iText-questions] iText - create PDF/A Problem

2014-02-27 Thread Gabriella
Hi, this is the code: public static void main(String[] args) { try { PdfReader Read_PDF_To_Watermark = new PdfReader(C:/SampleA.pdf); int number_of_pages =

Re: [iText-questions] iText - create PDF/A Problem

2014-02-27 Thread Gabriella
Can you give me a PDF/A-1A? -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-create-PDF-A-Problem-tp4659694p4659798.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] iText - create PDF/A Problem

2014-02-27 Thread Gabriella
Thank you, but also with this correct pdf A, there is the same error. However , that is a forum -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-create-PDF-A-Problem-tp4659694p4659800.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] iText - create PDF/A Problem

2014-02-27 Thread iText mailing list
On 2/27/2014 3:22 PM, Gabriella wrote: but also with this correct pdf A, there is the same error. There's a bug in your code. There's a bug in iText. I've fixed both, but only customers get hotfixes. -- Flow-based

Re: [iText-questions] iText - create PDF/A Problem

2014-02-27 Thread Gabriella
Sorry, but I thought that this forum give me back a solution of problem and not that there is a bug in itex. Sorry again -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-create-PDF-A-Problem-tp4659694p4659802.html Sent from the iText - General mailing list

[iText-questions] Best Practice in designing different Chapters etc.

2014-02-27 Thread Christian Schneider
Hi, is there a common way of organizing the sourcecode if you have a lot of different chapters? Is it possible to do smth. like this: class Introduction extends Chapter { @Override public void ??proccesss??() { // now i add new Paragraps images and stuff here } } class

Re: [iText-questions] iText - create PDF/A Problem

2014-02-27 Thread iText mailing list
On 2/27/2014 3:56 PM, Gabriella wrote: Sorry, but I thought that this forum give me back a solution of problem The main problem is that we see that the AGPL version of iText is used in many cases where a commercial license is mandatory. We've had situations where a company discovered that an

Re: [iText-questions] iText - create PDF/A Problem

2014-02-27 Thread Gabriella
I already have iText 5 and a correct PDF/A-1A -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-create-PDF-A-Problem-tp4659694p4659805.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Best Practice in designing different Chapters etc.

2014-02-27 Thread Christian Schneider
I've put this Question also on SO: http://stackoverflow.com/questions/22077254/how-to-structure-a-project-to-generate-a-pdf-report-with-different-chapters-with Best Regards, Christian. 2014-02-27 16:11 GMT+01:00 Christian Schneider cschneiderpub...@gmail.com: Hi, is there a common way of

Re: [iText-questions] Best Practice in designing different Chapters etc.

2014-02-27 Thread iText mailing list
On 2/27/2014 7:30 PM, Christian Schneider wrote: I've put this Question also on SO: http://stackoverflow.com/questions/22077254/how-to-structure-a-project-to-generate-a-pdf-report-with-different-chapters-with I don't think anybody will answer. I didn't (and won't) answer because Chapter and

Re: [iText-questions] iText - create PDF/A Problem

2014-02-27 Thread iText mailing list
On 2/27/2014 5:55 PM, Gabriella wrote: I already have iText 5 Yes, but are you a customer? -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with

Re: [iText-questions] How to read underline text from TextRenderInfo

2014-02-27 Thread Barathvaj
Hi , Thanks for the information Michael. What are the Parser class that i need to extend to achieve the functionality . I extended IRenderListner , i used GlyphRenderListner. But I not able to get the vector graphics. Can you please help me out to make a progress on it. Regards Barath -- View