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

2012-03-13 Thread Anupriya Aggarwal
Dear Sir/Ma'am, Can you please provide the code snippet of XmlWorker so that we can implement in our code to try out this ? We have removed the font-size :0 from CSS .Though the error is coming. Regards, Anupriya Aggarwal -Original Message- From: Anupriya Aggarwal Sent: Tuesday, March

Re: [iText-questions] iText-questions Digest, Vol 70, Issue 35

2012-03-13 Thread Chris MacKenzie
SAFE.PPKSF is a filter that denotes a SAFE-BioPharma.org compliant signature. The code referenced was provided to Paulo/Bruno back in the early days of iText as an example of a detached signature with authenticated attributes as part of the signature. cm On Mar 13, 2012, at 2:50 PM, itext-que

Re: [iText-questions] iText-related Crash

2012-03-13 Thread 1T3XT BVBA
On 13/03/2012 16:09, Dan Schreiber wrote: > Hi Everyone, > > Our development environment crashed because of iText's free version. Hello, I think you're making a mistake. > at java.awt.geom.Path2D$Double.rectCrossings(Path2D.java:1288) This class was introduced in iText 5.2.0 on February

[iText-questions] OcspClientBouncyCastle throws exception?

2012-03-13 Thread msinatl
Hi, The http://api.itextpdf.com/itext/com/itextpdf/text/pdf/OcspClientBouncyCastle.html documentation for OcspClientBouncyCastle.getEncoded() seems to be incorrect. It says that the method should not throw an exception and that it should return null if validation could not be obtained, but this

[iText-questions] iText-related Crash

2012-03-13 Thread Dan Schreiber
Hi Everyone, Our development environment crashed because of iText's free version. This is a jstack dump: 02aaabc585000 nid=0x3af7 runnable [0x2aaaf0269000] java.lang.Thread.State: RUNNABLE at java.awt.geom.Path2D$Double.rectCrossings(Path2D.java:1288) at java.awt.geom.Path2D

[iText-questions] SAFE.PPKSF

2012-03-13 Thread TvT
Hi, http://itextpdf.sourceforge.net/howtosign.html i just saw a filter which i had never seen before: dic.put(PdfName.FILTER, new PdfName("SAFE.PPKSF")); What kind of filter is that? New one? Official adobe or iText specific? Any info's appreciated, ToM -

Re: [iText-questions] how to use rups on linux

2012-03-13 Thread Larry Evans
On 03/13/12 05:31, Jeroen Nouws wrote: > what version of java are you using? the official Oracle version or an > openJDK implementation? Try with an oracle java and see if you still > have it. > [snip] $ java -version java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.10) (6b20-1.

Re: [iText-questions] 3D Artwork: multiple meshes in one view

2012-03-13 Thread Leonard Rosenthol
That would be an incorrect assumption. Where in the specification do you see a place to put them? On 3/13/12 10:23 AM, "kulod" wrote: >Although I re-download it already earlier, it works only just. > >But back to the nodes: >If there is a parent 3D stream object I expect that there can be also

Re: [iText-questions] PDFReader rebuilt property causes DocumentException

2012-03-13 Thread Reza Hedayat
Hi Paulo Thanks a lot for your comprehensive answer. The approach to use the PdfStamper to create a valid PDF out of a recovered PDF works for me. Best wishes Reza On 03/13/12 14:32, Paulo Soares wrote: > On Tue, Mar 13, 2012 at 12:14 PM, Reza Hedayat > wrote: >> Hi iText developers >> >> T

Re: [iText-questions] 3D Artwork: multiple meshes in one view

2012-03-13 Thread kulod
Although I re-download it already earlier, it works only just. But back to the nodes: If there is a parent 3D stream object I expect that there can be also sub stream objects? -- View this message in context: http://itext-general.2136553.n4.nabble.com/3D-Artwork-multiple-meshes-in-one-view-tp4

Re: [iText-questions] PDFReader rebuilt property causes DocumentException

2012-03-13 Thread Paulo Soares
On Tue, Mar 13, 2012 at 12:14 PM, Reza Hedayat wrote: > Hi iText developers > > The PdfReader class has a protected member variable called rebuilt, which is > set to true in some cases. Therefore, this causes a DocumentException in the > PdfStamperImp class as follows: > > [start: Fragment of com.

[iText-questions] PDFReader rebuilt property causes DocumentException

2012-03-13 Thread Reza Hedayat
Hi iText developers The PdfReader class has a protected member variable called rebuilt, which is set to true in some cases. Therefore, this causes a DocumentException in the PdfStamperImp class as follows: [start: Fragment of com.itextpdf.text.pdf.PdfStamperImp] ... PdfStamperImp(PdfReader r

Re: [iText-questions] 3D Artwork: multiple meshes in one view

2012-03-13 Thread Leonard Rosenthol
My German is rusty, but it definitely sounds like the file might be corrupted. Can you re-download and try again? Leonard -Original Message- From: kulod [mailto:stoe...@sicat.com] Sent: Tuesday, March 13, 2012 8:10 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questi

Re: [iText-questions] 3D Artwork: multiple meshes in one view

2012-03-13 Thread kulod
http://itext-general.2136553.n4.nabble.com/file/n4468920/pdf_error_message_box.png You are right I used version 9.x. But now I installed 10.1.2 and it doesn't work, too. -- View this message in context: http://itext-general.2136553.n4.nabble.com/3D-Artwork-multiple-meshes-in-one-view-tp446662

Re: [iText-questions] 3D Artwork: multiple meshes in one view

2012-03-13 Thread Leonard Rosenthol
can't read that :(. Can you shoot just the dialog? Also, that looks like an old version of Adobe Reader. What version? -Original Message- From: kulod [mailto:stoe...@sicat.com] Sent: Tuesday, March 13, 2012 7:47 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questi

Re: [iText-questions] 3D Artwork: multiple meshes in one view

2012-03-13 Thread kulod
I am using the reference from http://www.adobe.com/devnet/pdf/pdf_reference.html http://www.adobe.com/devnet/pdf/pdf_reference.html . If I go to page 537 a message appears: http://itext-general.2136553.n4.nabble.com/file/n4468853/pdf_error.png -- View this message in context: http://itext-gen

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

2012-03-13 Thread 1T3XT BVBA
On 13/03/2012 12:23, Anupriya Aggarwal wrote: > Hello Sir/Ma'am, > > We are not able to replicate this error on our test environment however . > And this bug occurring in our production environment .So if this is due to > HTMLWorker then it should have come to our test environment also. > Please s

Re: [iText-questions] 3D Artwork: multiple meshes in one view

2012-03-13 Thread Leonard Rosenthol
Second sentence of 13.6.4.7 - "The 3D artwork shall be contained in the parent 3D stream object." The actual artwork (vertices, nurbs, etc.) is in a single U3D stream. I don't know about U3D libraries - do a web search. What is the problem with the PDF? Can you please be specific? Also, a

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

2012-03-13 Thread Anupriya Aggarwal
Hello Sir/Ma'am, We are not able to replicate this error on our test environment however . And this bug occurring in our production environment .So if this is due to HTMLWorker then it should have come to our test environment also. Please suggest urgently. Regards, Anupriya Aggarwal -Origin

Re: [iText-questions] Urgent| Reciving Error while exporting to PDF -using ITextSharp version 5.1.3.0

2012-03-13 Thread 1T3XT BVBA
On 13/03/2012 11:59, Anupriya Aggarwal wrote: Hello Sir/Ma'am, We are not able to replicate this error on our test environment however . And this bug occurring in our production environment .So if this is due to HTMLWorker then it should have come to our test environment also. Please sugges

Re: [iText-questions] Modifying RadioCheckField check type in existing PDF

2012-03-13 Thread 1T3XT BVBA
On 12/03/2012 23:17, Karl-Heinz Cavalheiro wrote: > Hello, > > I'd like to change (in many forms) all the radio buttons from > TYPE_CHECK to TYPE_CROSS. How can I do this? > > Reason: When I convert the PDF to image, I get a 4 in a radio button > (instead of the check). When I use a cross, I actu

Re: [iText-questions] how to use rups on linux

2012-03-13 Thread Jeroen Nouws
what version of java are you using? the official Oracle version or an openJDK implementation? Try with an oracle java and see if you still have it. On 03/13/2012 10:28 AM, Larry Evans wrote: > On 03/13/12 03:40, Jeroen Nouws wrote: >> Hi, >> >> just unzip the jar file and run it with >> "java -j

Re: [iText-questions] Urgent| Reciving Error while exporting to PDF -using ITextSharp version 5.1.3.0

2012-03-13 Thread 1T3XT BVBA
On 13/03/2012 7:23, Anupriya Aggarwal wrote: > Please provide solution to the problem urgently . Why should WE solve YOUR problem? The error is clear: you're trying to create a PDF that has text with font size 0. That is not allowed. You shouldn't do that. Furthermore, I see that you're using HTML

Re: [iText-questions] 3D Artwork: multiple meshes in one view

2012-03-13 Thread kulod
But whats about the nodes described in 13.6.4.7 of the PDF standard 32000-1:2008? Are multiple nodes included in one U3D file? Are there any libs to create U3D file? By the way there is a problem with PDF standard page 537, so it can be displayed on my computer. -- View this message in context

Re: [iText-questions] how to use rups on linux

2012-03-13 Thread Larry Evans
On 03/13/12 03:40, Jeroen Nouws wrote: > Hi, > > just unzip the jar file and run it with > "java -jar itext-rups-1.0.1.jar" > > this works for me on linux mint 12.1 > > Regards > > Jeroen > [snip] Ah! Thanks Jeroen. However, I still got: --{cut here $ java -jar itext-rups-1.0.1.ja

Re: [iText-questions] hi sir.. pls do need ful...

2012-03-13 Thread Jeroen Nouws
Hi Logesh, like Alexis said this has nothing to do with iText, but chapter 9, page 289 of iText in Action second edition has the information you are looking for to set the headers of your response. Regards Jeroen On 03/12/2012 08:21 PM, Alexis Pigeon wrote: > Hi Logesh, > > On 12 March 2012

Re: [iText-questions] how to use rups on linux

2012-03-13 Thread Jeroen Nouws
Hi, just unzip the jar file and run it with "java -jar itext-rups-1.0.1.jar" this works for me on linux mint 12.1 Regards Jeroen On 03/13/2012 02:07 AM, Larry Evans wrote: > from_link_on: > http://sourceforge.net/projects/itextrups/files/ > downloaded: > http://voxel.dl.sourceforge.n

[iText-questions] Modifying RadioCheckField check type in existing PDF

2012-03-13 Thread Karl-Heinz Cavalheiro
Hello, I'd like to change (in many forms) all the radio buttons from TYPE_CHECK to TYPE_CROSS. How can I do this? Reason: When I convert the PDF to image, I get a 4 in a radio button (instead of the check). When I use a cross, I actually see the cross in the image. I'm almost ready to give up; i