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
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
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
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
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
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
-
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.
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
28 matches
Mail list logo