Re: [iText-questions] itext set checkbox checked style

2017-04-05 Thread blowagie
Do you see the message "This post has NOT been accepted by the mailing list yet"? That means that your message isn't seen by anyone but me. If you want an answer, please use the proper channel: http://itextpdf.com/support Nabble isn't endorsed by iText Group, see http://itextpdf.com/nabble for mo

Re: [iText-questions] iText help resources?

2016-01-14 Thread mkl
Steve, Steve Garcia wrote > Am trying to pull table data out of PDF files that contain non tabular > text as well as the tables. I've successfully parsed the non tabled text > using PdfTextExtractor.GetTextFromPage(), but the resulting text stream is > empty at each table location. The text in t

Re: [iText-questions] iText question about PdfTable

2015-05-19 Thread Nicolas Conde
http://java-white-box.blogspot.com.ar/2014/03/itext-pdfptable-como-agregar-una-tabla.html plz view this On Tue, May 19, 2015 at 12:59 PM, Haddy, Diane E wrote: > Hello > > > > I am very new to iText and still in the learning mode. I have downloaded > itextpdf – 5.5.6 jar file in eclipse. I ha

Re: [iText-questions] Itext : do not know how to remove watermark (filigrane)

2015-01-20 Thread Prevost, Sylvain
!!! De : iText mailing list [mailto:i...@1t3xt.info] Envoyé : mardi 20 janvier 2015 15:37 À : Post all your questions about iText here Objet : Re: [iText-questions] Itext : do not know how to remove watermark (filigrane) You sound like you know more about the nature of the watermark. Please

Re: [iText-questions] Itext : do not know how to remove watermark (filigrane)

2015-01-20 Thread iText mailing list
You sound like you know more about the nature of the watermark. Please share that information with us. For instance: - is the watermark added as an annotation or as content that is part of the content stream? - if it's part of the content stream, is it part of the same content stream as the rest

Re: [iText-questions] itext in C?

2014-10-31 Thread Andreas Kuehne
Hi Michaël, hi Carmen, I saw some good results with IKVMC (http://www.ikvm.net/userguide/ikvmc.html) when using a java lib in the context of an Exchange server! Despite my expectations it worked like a charm.But I used my own Java code, not the iText lib. Anyway, if you try please share some feed

Re: [iText-questions] itext in C?

2014-10-31 Thread CARMEN GARCIA BLANCO
Thanks a lot, Michaël. I'll have a look there. 2014-10-31 10:13 GMT+01:00 Michaël Demey : > It might be easier to use a C library or a command line tool than to try > and shoehorn a Java/.NET library into a non-Java/non-.NET environment. > > A quick google search returned this stackoverflow ques

Re: [iText-questions] itext in C?

2014-10-31 Thread Michaël Demey
It might be easier to use a C library or a command line tool than to try and shoehorn a Java/.NET library into a non-Java/non-.NET environment. A quick google search returned this stackoverflow question: - http://stackoverflow.com/questions/58730/open-source-pdf-library-for-c-c-application Kin

Re: [iText-questions] iText returning Unicode characters

2014-10-30 Thread iText mailing list
IMPORTANT: you are not subscribed to the mailing-list. As a result, all mail you send to the mailing-list has to be accepted manually. Many genuine questions get lost in that process, because they are buried in SPAM. If you post further questions without being subscribed, DON'T BE SURPRISED I

Re: [iText-questions] iText prepend named destinations? (open with exact coordinates & page)

2014-10-28 Thread Feng Qing
Dear Leonard, Thanks very much! Feng On Tuesday, October 28, 2014 8:34 PM, Leonard Rosenthol wrote: Of course – that’s one key use of iText, to modify PDFs dynamically. Adding named destinations should be very fast, because the data can just be appended to the end of the document as p

Re: [iText-questions] iText prepend named destinations? (open with exact coordinates & page)

2014-10-28 Thread Feng Qing
Dear Leonard, Thanks very much! Feng On Tuesday, October 28, 2014 8:34 PM, Leonard Rosenthol wrote: Of course – that’s one key use of iText, to modify PDFs dynamically. Adding named destinations should be very fast, because the data can just be appended to the end of the document as p

Re: [iText-questions] iText prepend named destinations? (open with exact coordinates & page)

2014-10-28 Thread Leonard Rosenthol
Of course - that's one key use of iText, to modify PDFs dynamically. Adding named destinations should be very fast, because the data can just be appended to the end of the document as part of an update section. However, it is NOT necessary to load the entire PDF to add new stuff. Also, it is n

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-27 Thread Abedellatif Hussein
Hello, In PDF/A using the CreateXmpMetadata(), will only convert the standard document metadata to XMP. What is the best way to add all (Dublin Core) DC metadata to XMP metadata to PDF/A? Thanks, Abedellatif -- View this message in context: http://itext-general.2136553.n4.nabble.com/Itext-5-4

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-25 Thread iText mailing list
On 8/25/2014 6:05 PM, Abedellatif Hussein wrote: > where can I find example usage of the iTextsharp.xmp package? In the iTextSharp project. http://sourceforge.net/p/itextsharp/code/HEAD/tree/trunk/src/core/iTextSharp/xmp/ ---

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-25 Thread Abedellatif Hussein
Hello, where can I find example usage of the iTextsharp.xmp package? also I know that for PDF/A the CreateXmpMetadata(); will create the xmp metadata from the document metadata. will Adding custom metadata using addheader(tag1,value1) be added also to the xmp metadata when using the CreateXmpMetada

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-21 Thread iText mailing list
On 8/21/2014 11:12 AM, Abedellatif Hussein wrote: > what can be an alternative for that in the new library? or is there a place > where we can find the alternatives for the obsolete methods and classes? The old iText XMP classes were replaced with classes provided by Adobe. You can find these class

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-21 Thread Abedellatif Hussein
Hello, Thanks for the suggestion, I upgraded to iTextShar v5.5.2.0 and the issue with PDF/A validation is fixed. I encountered many deprecated methods when manually adding xmp, such as AddRdfDescription(), what can be an alternative for that in the new library? or is there a place where we can find

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-21 Thread iText mailing list
On 8/20/2014 8:57 PM, Abedellatif Hussein wrote: > Hello, > I am having the same validation error issue when generating PDF/A files. Did > you have any solution or workaround for it? Have you tried upgrading to 5.5.1? -- S

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-20 Thread Abedellatif Hussein
Hello, I am having the same validation error issue when generating PDF/A files. Did you have any solution or workaround for it? Thanks, Abedellatif -- View this message in context: http://itext-general.2136553.n4.nabble.com/Itext-5-4-1-Metadata-Bug-tp4658360p4660258.html Sent from the iText -

Re: [iText-questions] Itext can't detect a link

2014-08-13 Thread iText mailing list
On 8/14/2014 12:10 AM, minsu wrote: > In the file i just uploaded, on page 48, there are 3 links there, but when i > use itext to parse it, it only gives me 2. Is there any thing wrong with the > third link? You refer to a file management-basics.pdf but the link to that file doesn't work. --

Re: [iText-questions] iText 5 - Draw a table with table border , But No borders inside the table

2014-08-01 Thread Nishant Bulchandani
Thanks Eduard. That helps. I had found a simple solution for the above use case - emebdding a table with no borders into a table with single cell. But , I had other customizations which could not be done by above solution but can be easily done with the way you described :). Regards, Nishant On

Re: [iText-questions] iText 5 - Draw a table with table border , But No borders inside the table

2014-07-27 Thread Eduard Drenth
You could use pdfptableevent. In my own iText based library I have this: http://www.vectorprint.nl/userContent/reporttarget/site/apidocs/com/vectorprint/report/itext/style/ZebraStripes.html https://java.net/projects/vectorprintreport/sources/subversion/content/trunk/src/main/java/com/vectorprint

Re: [iText-questions] itext with dynamic headers

2014-07-06 Thread Randy E. Hoover
8.6348 fax: 619.589.2233 -Original Message- From: iText mailing list [mailto:i...@1t3xt.info] Sent: Sunday, July 06, 2014 10:45 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] itext with dynamic headers On 7/7/2014 7:43 AM, iText mailing list wrote: > On 7/6

Re: [iText-questions] itext with dynamic headers

2014-07-06 Thread iText mailing list
On 7/7/2014 7:43 AM, iText mailing list wrote: > On 7/6/2014 4:57 PM, Randy E. Hoover wrote: >> and i tried onEndPage - i cant get the data i need passed up to the FTNs > > What are the FTNs? I've never heard of that abbreviation. If you're referring to the event class and the onEndPage() you've

Re: [iText-questions] itext with dynamic headers

2014-07-06 Thread iText mailing list
On 7/6/2014 4:57 PM, Randy E. Hoover wrote: > and i tried onEndPage - i cant get the data i need passed up to the FTNs What are the FTNs? I've never heard of that abbreviation. -- Open source business process management s

Re: [iText-questions] itext create pdf issue with corrupted image

2014-06-24 Thread iText Info
Jayachandrareddy V schreef op 24/06/2014 12:54: > > *Caused by: com.lowagie.text.DocumentException* You are using an obsolete version of iText. It is our policy not to answer questions about iText versions that are 5 years old. See also http://itextpdf.com/salesfaq --

Re: [iText-questions] iText-questions Digest, Vol 96, Issue 2

2014-05-05 Thread iText Info
pedram khoshdani schreef op 5/05/2014 17:24: > How to stop receiving these emails? By unsubscribing. 1. Go to https://lists.sourceforge.net/lists/listinfo/itext-questions 2. Scroll down, 3. Fill out your mail address, 4. Hit the "Unsubscribe or edit options" button. -

Re: [iText-questions] iText-questions Digest, Vol 96, Issue 2

2014-05-05 Thread pedram khoshdani
How to stop receiving these emails? -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tip

Re: [iText-questions] iText Asian Query

2014-04-09 Thread iText mailing list
On 4/9/2014 3:28 AM, Lata Choudhary wrote: > I am trying to understand the licencing part of iText-2.1.7 All is explained on this page: http://itextpdf.com/salesfaq -- Put Bad Developers to Shame Dominate Development with

Re: [iText-questions] iText Asian Query

2014-04-09 Thread TvT
As Bruno has written here: http://itext-general.2136553.n4.nabble.com/Asian-font-not-recognized-after-update-td2991134.html "In the old iTextAsian.jar there are directories com/lowagie/text/pdf/fonts In the new iTextAsian.jar there are directories com/itextpdf/text/pdf/fonts The new iTextAsian.jar

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

2014-02-28 Thread TvT
@Gabriella Bruno thinks that you violate the AGPL license and use iText in a commercial setting without paying/buying a commercial license - thats why you don't get anymore help. I don't take sides however if you do so (and Bruno has some inside info on your project/company/your customer) buy a lic

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 Ne

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] 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 em

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 ar

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 real

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 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
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 = Read_PDF_To_Watermark.getNumberOfPage

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

2014-02-20 Thread iText Info
Gabriella schreef op 20/02/2014 10:17: > I have the same problem 1. People who aren't on Nabble don't know what you mean by "same". 2. The OP was asked for a sample PDF, but as he didn't provide one, we can't help him. 3. You didn't describe your problem, nor post a PDF. My guess: you want to add

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

2014-02-20 Thread Gabriella
Hi I have the same problem -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-create-PDF-A-Problem-tp4659694p4659758.html Sent from the iText - General mailing list archive at Nabble.com. --

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

2014-02-09 Thread r.figliuolo
I'm using iText version 5.4.5. -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-create-PDF-A-Problem-tp4659694p4659724.html Sent from the iText - General mailing list archive at Nabble.com. ---

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

2014-01-28 Thread Raf Hens
On 28/01/2014 14:10, Figliuolo Rocco wrote: > I want put the watermark into the pdf, but I receive this error message: Can you tell us which version of iText you tested with and provide the PDF that triggered this issue? If you don't want to make the PDF publicly available, you can send it to m

Re: [iText-questions] iText PDF java on MAC OS

2014-01-27 Thread Michael Demey
Hi, What errors are you getting? This would help a lot in the debugging of your code. Kind regards, Michaël. Marcos Fogaca schreef op 24/01/2014 18:55: > Hi, > > Somebody knows if iText PDF (java) works on MAC OS X 10.8.5? > > More specifically : digital signing PDF documents > > We have

Re: [iText-questions] itext and itexG?

2013-11-22 Thread Michael Demey
Hi, The versions are pretty much the same aside from a few differences which are listed here: http://itextpdf.com/product/itextg Kind regards, Michaël. Hamid Shahsavari schreef op 21/11/2013 15:27: > Hello > I have the book ( itext in action). this book is somehow a user manual > for itext.

Re: [iText-questions] itext and itexG?

2013-11-22 Thread iText Info
Hamid Shahsavari schreef op 21/11/2013 15:27: > Hello > I have the book ( itext in action). this book is somehow a user manual > for itext. but i want to program for itextG(itext for android). i want > to know is this book useful for itextG too? or not? i mean for example > are the methods in it

Re: [iText-questions] iText for Android

2013-09-23 Thread iText Info
Op 23/09/2013 8:18, Vaikunth Parmar schreef: > Can iText supports this features for Android? If you are looking for a tool to VIEW PDFs on a device: NO iText isn't a PDF viewer. If you are building a viewer and you want to use iText as a component to access and change the contents of a PDF file:

Re: [iText-questions] Itext checkbox is always checked

2013-08-04 Thread iText Info
Op 3/08/2013 16:49, Jason Hamm schreef: I am using Itext to create a pdf and I cannot get the checkbox to uncheck. Here is my code: RadioCheckField bt = new RadioCheckField(writer, new Rectangle(100, 100, 200, 200), "radio", "v1"); bt = new RadioCheckField(writer, new Rectangle(

Re: [iText-questions] iText 5.4.2 / requirements

2013-06-26 Thread Paulo Soares
You'll need at least the Java jdk 1.5. About the IDE, that's your choice: I use Netbeans, Bruno uses Eclipse, others use IntelliJ IDEA, etc. Paulo 2013/6/26 Robin Tremblay (BIA) : > Hi, > I would like to use iText 5.4.2 in my Java application. > > What are the requirements (versions, etc) ? > > J

Re: [iText-questions] iText-questions Digest, Vol 85, Issue 30 (Joed Cueto)

2013-06-21 Thread Joed Cueto
Date: Fri, 21 Jun 2013 00:12:31 -0700 (PDT) From: mkl Subject: [iText-questions] [SPAM] Re: Application stopped unexpectedly To: itext-questions@lists.sourceforge.net Message-ID: <1371798751002-4658576.p...@n4.nabble.com> Content-Type: text/plain; charset=us-ascii Joed Cueto, Joed Cueto wrote >

Re: [iText-questions] iText-questions Digest, Vol 85, Issue 30

2013-06-21 Thread Joed Cueto
Hi Michael, I am using FileInputStream inputStreamNew = new FileInputStream(tempFile); On Fri, Jun 21, 2013 at 3:40 PM, < itext-questions-requ...@lists.sourceforge.net> wrote: > Send iText-questions mailing list submissions to > itext-questions@lists.sourceforge.net > > To subscribe or

Re: [iText-questions] iText pdf rotation, resulting PDF displays out of memory in adobe.

2013-06-20 Thread Andrew J Daykin
Hello, Perhaps the answer is in the post com.lowagie.text.Document I would try using an up to date version of the library. Regards, Andrew == On 20/06/2013 13:10, Zoharat wrote: Following is a code snippet creating a pdf file where pages could be rotated in the resulting file. Thi

Re: [iText-questions] iText pdf rotation, resulting PDF displays out of memory in adobe.

2013-06-20 Thread Zoharat
AbobeAcrobat_Version1-6.pdf -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-pdf-rotation-resulting-PDF-displays-out-of-memory-in-adobe-tp4658565p4658566.html Sent from the

Re: [iText-questions] Itext 0.96 / Adobe Acrobat PDF

2013-06-13 Thread 1T3XT BVBA
On 13/06/2013 21:54, Robin Tremblay (BIA) wrote: Hello, We are using a very old version of *iText (0.96)* in our system and we are merging Acrobat documents (release 7). All works fine. Is it possible to merge Acrobat PDF document relase 8,9 and 10 with itext 0.96 ? Let's see, iText 0.96 date

Re: [iText-questions] iText Problem

2013-06-11 Thread iText Info
Op 11/06/2013 8:59, Gajanand Shendge schreef: com.lowagie.text.exceptions.IllegalPdfSyntaxException: Unbalanced save/restore state operators Was your post an answer or a question? It's not clear. Also: you're using a version of iText that is 4 years old (and thus no longer supported). Please

Re: [iText-questions] Itext Arabic ctrl+a hidden text problem

2013-06-04 Thread Burak Aydın
require and use absolute positioning for the text , I do not know whether this may be the problem. Regards Date: Mon, 3 Jun 2013 14:13:29 +0300 From: mohammed.alsay...@gmail.com To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Itext Arabic ctrl+a hidden text problem Just

Re: [iText-questions] Itext Arabic ctrl+a hidden text problem

2013-06-03 Thread Mohammed AlSayani
Just try to use this const string regex_match_arabic_hebrew = @"[\u0600-\u06FF,\u0590-\u05FF]+"; BaseFont nationalBase = BaseFont.CreateFont("c:windowsfontsTimes.ttf", BaseFont.IDENTITY_H, BaseFont.EMBEDDED); Font ArabiBold = new Font(nationalBase, 10f, Font.BOLD);

Re: [iText-questions] Itext 4.2.0

2013-05-30 Thread iText Software
On Thu, 30 May 2013 12:13:17 +0200, Celes Vongola wrote:I need some library that you used for itext 4.2.0 , could it be possible that you help me? (really urgent)No, because:1. We have never oficially released iText 4.2.0, so you're probably using an unauthorized fork. Who knows what junk is insi

Re: [iText-questions] itext certificateinfo encoding problem

2013-05-27 Thread Paulo Soares
This may be something that worked "correctly" in BouncyCastle 1.47, was changed in 1.48 and will be reverted to the old behavior in the upcoming 1.49. I say "correctly" because there's no right way of doing it as discussed in a BC thread. Please post your PDF. Paulo On Mon, May 27, 2013 at 10:25

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread iText Software
On Fri, 24 May 2013 16:51:21 +0200, linuxunil wrote: > the two problems are related? When you fix one the problem with pdfa-1b > will be fixed too? Maybe there's a problem with the way the XMP is built. It's the first time I've heard about this problem. We'll investigate. --

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread linuxunil
Hello, thanks for looking at this issue. I discovered another thing. When i create a pdfa-1B with the metadata, the result pdf it's not in pdfa-1B conformance. But, when i don't put the title AND the subject, the result pdfa-1B is in the conformance. @PDFA-1B With full metadata: My code: publi

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread Leonard Rosenthol
Will investigate - it's definitely not expected (AFAIK) On 5/24/13 5:20 PM, "iText Software" wrote: >On Fri, 24 May 2013 11:15:00 +0200, Leonard Rosenthol > >wrote: > >> That doesn't make sense. >> >> Can you send me a PDF? > >Sure, see attachment. > >If you manually change This example shows >h

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread iText Software
On Fri, 24 May 2013 11:15:00 +0200, Leonard Rosenthol wrote: That doesn't make sense. Can you send me a PDF? Sure, see attachment. If you manually change This example shows how to add metadata into something else, you'll see that the changes appears in the Keywords section of the Do

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread Leonard Rosenthol
That doesn't make sense. Can you send me a PDF? On 5/24/13 4:43 PM, "iText Software" wrote: >On Fri, 24 May 2013 10:35:03 +0200, Leonard Rosenthol > >wrote: > >> I haven't see an actual PDF, so not sure what Acrobat/Reader is doing >> that is not expected. > >I wouldn't say it's a bug. >When yo

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread iText Software
On Fri, 24 May 2013 10:35:03 +0200, Leonard Rosenthol wrote: > I haven't see an actual PDF, so not sure what Acrobat/Reader is doing > that is not expected. I wouldn't say it's a bug. When you have the following XMP metadata http://www.w3.org/1999/02/22-rdf-syntax-ns#";> http://purl.org/dc

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread Leonard Rosenthol
I haven't see an actual PDF, so not sure what Acrobat/Reader is doing that is not expected. Leonard On 5/24/13 4:59 AM, "linuxunil" wrote: >Hello, > >I'm using: >- Itext v5.4.1 >- Oracle Java v1.7.0_17 32 Bits > >My objective: Read a pdf file and fill the metadata. > >My code: > >#> FOR PDF: >p

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-23 Thread linuxunil
Hello, If you run the example part3.chapter12.MetadataXmp.java with the version of Itext 5.4.1 you get the same errors. #> Link: https://www.dropbox.com/s/noxpzxcqd6mmc95/pdfMetadataError2.jpg -- View this message in context: http://itext-general.2136553.n4.nabble.com/Itext-5-4-1-Metadata-Bug

Re: [iText-questions] iText for iOS

2013-05-22 Thread Mobile
ility whatsoever for any loss whether it be direct, indirect or consequential, arising from information made available and actions resulting there from From: TvT [mailto:tvtre...@nepatec.de] Sent: 23 May 2013 08:45 To: Post all your questions about iText here Subject: Re: [iText-questions] iText for iO

Re: [iText-questions] iText for iOS

2013-05-22 Thread TvT
it be direct, indirect or consequential, arising from information > made available and actions resulting there from > > ** ** > > *From:* Paulo Soares [mailto:pgpsoa...@gmail.com] > *Sent:* 22 May 2013 18:12 > > *To:* Post all your questions about iText here > *Subj

Re: [iText-questions] iText for iOS

2013-05-22 Thread Mobile
there from From: Paulo Soares [mailto:pgpsoa...@gmail.com<mailto:pgpsoa...@gmail.com>] Sent: 22 May 2013 19:06 To: Post all your questions about iText here Subject: Re: [iText-questions] iText for iOS You use Monotouch to compile iTextSharp or any other C# library to the device. They don't pro

Re: [iText-questions] iText for iOS

2013-05-22 Thread Paulo Soares
tions resulting there from > > ** ** > > *From:* Paulo Soares [mailto:pgpsoa...@gmail.com] > *Sent:* 22 May 2013 19:06 > > *To:* Post all your questions about iText here > *Subject:* Re: [iText-questions] iText for iOS > > ** ** > > You use Monotouch to com

Re: [iText-questions] iText for iOS

2013-05-22 Thread Paulo Soares
ether it be direct, indirect or consequential, arising from information > made available and actions resulting there from > > ** ** > > *From:* Paulo Soares [mailto:pgpsoa...@gmail.com] > *Sent:* 22 May 2013 18:12 > > *To:* Post all your questions about iText here &

Re: [iText-questions] iText for iOS

2013-05-22 Thread Mobile
om] Sent: 22 May 2013 18:12 To: Post all your questions about iText here Subject: Re: [iText-questions] iText for iOS This is for generating PDFs in the device, offline. iTextSharp would reside in the device. Paulo On Wed, May 22, 2013 at 11:48 AM, Mobile mailto:mob...@dipar.co.za>> wrote: Th

Re: [iText-questions] iText for iOS

2013-05-22 Thread Paulo Soares
21 946 > 1171. Any unauthorized use, alteration or dissemination is prohibited. > > DiPAR SYSTEMS (Pty) Ltd accepts no liability whatsoever for any loss > whether it be direct, indirect or consequential, arising from information > made available and actions resulting there fr

Re: [iText-questions] iText for iOS

2013-05-22 Thread Paulo Soares
ts no liability whatsoever for any loss >> whether it be direct, indirect or consequential, arising from information >> made available and actions resulting there from >> >> ** ** >> >> *From:* Alexis Pigeon [mailto:pigeon.ale...@gmail.com] >> *Sent:* 22 May 201

Re: [iText-questions] iText for iOS

2013-05-22 Thread TvT
rect or consequential, arising from information > made available and actions resulting there from > > ** ** > > *From:* Alexis Pigeon [mailto:pigeon.ale...@gmail.com] > *Sent:* 22 May 2013 10:41 > *To:* Post all your questions about iText here > *Subject:* Re: [iTe

Re: [iText-questions] iText for iOS

2013-05-22 Thread Mobile
your questions about iText here Subject: Re: [iText-questions] iText for iOS Hi, most people who needs to do that convert the pdf to an image/svg and show it as a html5 page... E.g. have a look here: http://www.idrsolutions.com/html_products/ Regards ToM 2013/5/22 Mobile mailto:mob...@dipar.co.za>&g

Re: [iText-questions] iText for iOS

2013-05-22 Thread Mobile
ss whether it be direct, indirect or consequential, arising from information made available and actions resulting there from From: Giacomo Giustozzi [mailto:psychow...@gmail.com] Sent: 22 May 2013 10:57 To: Post all your questions about iText here Subject: Re: [iText-questions] iText for iOS De

Re: [iText-questions] iText for iOS

2013-05-22 Thread Mobile
your questions about iText here Subject: Re: [iText-questions] iText for iOS Hi Mobile, On 22 May 2013 10:09, Mobile mailto:mob...@dipar.co.za>> wrote: Hi, Can iText run on iOS? We create cross platform tools and need to create PDF reports on tablets/smartphones for Android, Blackberry a

Re: [iText-questions] iText for iOS

2013-05-22 Thread Giacomo Giustozzi
Depending on one's level of masochism, there is Avian[1] that can be used to rum java classes on ios. I'm not sure that the pain is worth the gain in this case, better stick with native libraries imho. [1] http://oss.readytalk.com/avian/ On Wed, May 22, 2013 at 10:41 AM, Alexis Pigeon wrote: >

Re: [iText-questions] iText for iOS

2013-05-22 Thread TvT
Hi, most people who needs to do that convert the pdf to an image/svg and show it as a html5 page... E.g. have a look here: http://www.idrsolutions.com/html_products/ Regards ToM 2013/5/22 Mobile > Hi, > > ** ** > > Can iText run on iOS? We create cross platform tools and need to create >

Re: [iText-questions] iText for iOS

2013-05-22 Thread Alexis Pigeon
Hi Mobile, On 22 May 2013 10:09, Mobile wrote: > Hi, > > ** ** > > Can iText run on iOS? We create cross platform tools and need to create > PDF reports on tablets/smartphones for Android, Blackberry and iOS. > iText is a Java library. An official C# port (iTextSharp) exists. However,

Re: [iText-questions] Itext loses xml metadata when merging or splitting pdf's

2013-05-20 Thread iText Mailing List
On Mon, 20 May 2013 17:14:22 +0200, Pablo Solar wrote: > On Mon, 20 May 2013 10:40:17 +0200, Pablo Solar > gmail.com> >> wrote: >> >> > I am using PdfCopyFiles with a list of files as parameter. >> >> There is no such class in iText. >> I guess there's either a typo in your question or you're

Re: [iText-questions] Itext loses xml metadata when merging or splitting pdf's

2013-05-20 Thread Pablo Solar
iText Mailing List 1t3xt.info> writes: > > On Mon, 20 May 2013 10:40:17 +0200, Pablo Solar gmail.com> > wrote: > > > I am using PdfCopyFiles with a list of files as parameter. > > There is no such class in iText. > I guess there's either a typo in your question or you're talking about a >

Re: [iText-questions] Itext loses xml metadata when merging or splitting pdf's

2013-05-20 Thread iText Mailing List
On Mon, 20 May 2013 10:40:17 +0200, Pablo Solar wrote: > I am using PdfCopyFiles with a list of files as parameter. There is no such class in iText. I guess there's either a typo in your question or you're talking about a third party product.

Re: [iText-questions] iText Newbie Question

2013-05-12 Thread iText Mailing List
On Mon, 13 May 2013 02:57:39 +0200, Ripley Ryder wrote:We currently have  more than 50 PDF's that are from different sources - so they each contain unique fields and company logos etc.From your question, it's not clear if the 50 PDFs are interactive forms. By interactive forms, I mean that the PD

Re: [iText-questions] iText - EMF

2013-05-03 Thread TvT
> > I got the impression from the discussion that David Thielen intended to > implement EMF to iText. > > Did that or will that happen? > > ** ** > > * * > > * * > > *Regards* > > *Thomas Hippchen* > > ** ** > > ** ** > > *

Re: [iText-questions] iText - EMF

2013-05-03 Thread Hippchen, Thomas (T.)
[mailto:tvtre...@nepatec.de] Sent: Freitag, 3. Mai 2013 10:47 To: Post all your questions about iText here Subject: Re: [iText-questions] iText - EMF Handle how? What are you planning to do with them? There has been a discussion about this: http://itext-general.2136553.n4.nabble.com/WMF-EMF-support

Re: [iText-questions] iText - EMF

2013-05-03 Thread TvT
Handle how? What are you planning to do with them? There has been a discussion about this: http://itext-general.2136553.n4.nabble.com/WMF-EMF-support-td2163540.html Depending on what you want to do, you may try to convert the emf file in a different (more common) format with http://xmlgraphics.ap

Re: [iText-questions] iText xmlhelper

2013-04-23 Thread Ty Davis
Thank You. On 4/23/2013 6:17 AM, Michael Demey wrote: > Hi, > > No you cannot do that from the browser (with iText). > You can open a connection to the URL and parse the InputStream with Java > (and thus with iText). > > But you can't do this directly from a browser. > > Kind regards, > Michaël.

Re: [iText-questions] iText xmlhelper

2013-04-23 Thread Michael Demey
Hi, No you cannot do that from the browser (with iText). You can open a connection to the URL and parse the InputStream with Java (and thus with iText). But you can't do this directly from a browser. Kind regards, Michaël. Op 23/04/2013 12:55, Ty Davis schreef: > Im sorry, I should have been

Re: [iText-questions] iText xmlhelper

2013-04-23 Thread Ty Davis
Im sorry, I should have been clearer. Can the xml helper create a pdf from the html that has been displayed in a browser? Can it take the html that is in the browser (not a file) to create a pdf On 4/23/2013 1:12 AM, 1T3XT BVBA wrote: > On 22/04/2013 22:01, Ty Davis wrote: >> Hello, >> >> Is t

Re: [iText-questions] iText xmlhelper

2013-04-22 Thread 1T3XT BVBA
On 22/04/2013 22:01, Ty Davis wrote: > Hello, > > Is the xmlhelper for itext able to create PDF's from the browser and not > a html file stored on disk. XML Worker is not an URL2PDF tool if that's what you mean. Another possible interpretation: can XML Worker create PDF from any input stream (e.g

Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread Alexis Pigeon
v > *To:* itext-questions@lists.sourceforge.net > *Sent:* Thursday, April 18, 2013 11:15 AM > *Subject:* Re: [iText-questions] Itext support on aix unix > > Thanks. > > Could you direct me to a link where i could use a trial version of this > software ? > > Regards, &

Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread levon alikhanov
: Re: [iText-questions] Itext support on aix unix Thanks.   Could you direct me to a link where i could use a trial version of this software ?   Regards, Amal On Thu, Apr 18, 2013 at 11:51 AM, 1T3XT BVBA wrote: On 18/04/2013 8:01, Amal wrote: >> I would like to know if itext is suppor

Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread 1T3XT BVBA
On 18/04/2013 9:15, Amal Yadav wrote: > Could you direct me to a link where i could use a trial version of > this software ? The JVM? http://www.oracle.com/technetwork/indexes/downloads/index.html#java iText? http://sourceforge.net/projects/itext/files/iText/iText5.4.1/ Please assure that you un

Re: [iText-questions] Itext support on aix unix

2013-04-18 Thread Amal Yadav
Thanks. Could you direct me to a link where i could use a trial version of this software ? Regards, Amal On Thu, Apr 18, 2013 at 11:51 AM, 1T3XT BVBA wrote: > On 18/04/2013 8:01, Amal wrote: > > I would like to know if itext is supported on Aix or any other flavour of > > unix. > Yes, I've use

Re: [iText-questions] Itext support on aix unix

2013-04-17 Thread 1T3XT BVBA
On 18/04/2013 8:01, Amal wrote: > I would like to know if itext is supported on Aix or any other flavour of > unix. Yes, I've used iText on Unix in the past. As soon as you have a Java 5 JVM that works on AIX, you can start using iText.

Re: [iText-questions] iText

2013-04-15 Thread 1T3XT BVBA
On 15/04/2013 22:36, Bonnie Kenison wrote: > I have a PDF with signature images placed on it via an external > signature pad. Do you have real signature fields (as in "digital signatures") or only fake signatures (as in raster images of a signature)? > When I view the PDF via Acrobat, the sign

Re: [iText-questions] iText PdfPKCS7.verify somethig wrong !!!

2013-04-09 Thread jackd
Hey, I'm running into the same issue where some pdfs are reported as modified, even when they haven't been modified. Here's a sample: https://docs.google.com/file/d/0B_Yi6q-Fwp_Ad3VWcWxES2tFeVk/edit?usp=sharing Ad

  1   2   3   4   5   6   7   8   9   10   >