  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | iText | I have created an interactive PDF Form dynamically from a bean. It has multiple form fields like Textbox selectbox checkbox n so on...
I am trying to figure out how to hide a form fieled when Hi
We have third party provided PDF forms. Some date fields have JavaScript
validations. I just need to prepulate "N/A " for them. Due to Javascript
validations it 's not taking "N/A " . Can I turnHi
We have third party provided PDF forms. Some text fields we want to
prepopulate and restrict the users to edit them. I don 't see any method in
AcroFields for this purpose. Can some one tell me -----BEGIN PGP SIGNED MESSAGE-----
Hash SHA1
I 've reproduced the problem with your test case when using iText 1.3.
Using the latest version of iText doesn 't work as the included pdf is
password prNothing arrived. It 's better to put it in a zip and mail me directly.
Paulo
> -----Original Message-----
> From itext-questions-bounces@(protected)
> [mailto itext-questions-bounces@(protected)
Sure ... I put together a directory with my source code (Test only) the
source file and even a dos batch file with the heap set to 500k. I have
uploaded it with this message.
Paulo Soares wrote
Place each element in a ColumnText don 't add them to a Paragraph.
Paulo
> -----Original Message-----
> From itext-questions-bounces@(protected)
> [mailto itext-questions-bounces@(protected)The tests I made didn 't indicate any leaks. As I said before I
concatenated 1000 files each with 500k using a heap space of 64M. Can
you send me a couple of your files?
Paulo
> -----Original MessaHi All
I am trying to render an image in my pdf file. I have html content
which needs to be added to my pdf file. The html content may contain
image tags within.
String htmlText new
Thank you for the suggestion but I still have the same memory problems. See
new code below. Is it possible to get you to run the code through a
profiler so you can see the growth of the heap?
I reThank you Paulo.
It succeeded.
----- Original Message -----
From Paulo Soares
To Post all your questions about iText here
Sent 2007-10-10 19 14 47
Subject Re [iText-questions] How to geSee http //thread.gmane.org/gmane.comp.java.lib.itext.general/33444/.
Paulo
> -----Original Message-----
> From itext-questions-bounces@(protected)
> [mailto itext-questions-bounces@(protected)Thanks for your reply Paulo.
But again it failed to generate the image completely.
Is it a bug?
----- Original Message -----
From Paulo Soares
To Post all your questions about iText here Thanks a lot Paulo.
-----Original Message-----
From itext-questions-bounces@(protected) [mailto itext-questions-bounces@(protected)] On Behalf Of Paulo Soares
Sent 09 October 20You must start and end a Graphics2D in the same page.
Paulo
> -----Original Message-----
> From itext-questions-bounces@(protected)
> [mailto itext-questions-bounces@(protected)Add the element directly to the document instead of a Paragraph.
Paulo
> -----Original Message-----
> From itext-questions-bounces@(protected)
> [mailto itext-questions-bounces@(protected)Thanks Leonard
in other words - you admit that Adobe introduced a Bug
in Reader 7 and 8 which hasnt been fixed yet since in
Adobe Reader 6 and below it worked fine...?
Regards
--- Leonard RosentPdfReader.selectPages().
Paulo
> -----Original Message-----
> From itext-questions-bounces@(protected)
> [mailto itext-questions-bounces@(protected)] On
> Behalf Of Schalk NeHi there everyone
Does iText provide a way to remove a page from a PDF such as it does
provide for adding a page? Thanks!
--
Kind Regards
Schalk Neethling
Developer - Momentum Wealth
We have many bugs in our software (I hope that doesn 't shock anyone)
and we don 't put out public information about any of them...Why would
you expect this particular item to merit such treatment. Use only AcroFields. Call AcroFields.getFields() to get all the fields and the field names. The field names will have the form "form1[0].address[0] " but just using "address " should also work. If it stHello
I 'm having trouble filling+flattening XFA forms and the information I can
find about whether it is supported is kind of conflicting - various sources
say/indicate it is supported others saFirst off it seems you acknowledge that there is
indeed a problem but havent made a technote yet or any
public information regarding this bug ?
Second the problem occurs on any windows browser
(opePost a link to the xml and the pdf. I 'll see what 's the problem.
Paulo
> -----Original Message-----
> From itext-questions-bounces@(protected)
> [mailto itext-questions-bounces@(protected)I 've setup this small program
Document doc new Document()
PdfCopy cp new PdfCopy(doc new FileOutputStream( "big.pdf "))
doc.open()
for (int i 0 i < 1000 ++i) {
System.out.println(i)
And what ist the relationsship between Identity-H und Unicode?
Paulo Soares wrote
>
> Identity-H is a pdf encoding that can use all the available glyphs in a
> true type file. The disavantage is Here is the code to handle SVG patterns it was easier than I thought it
would be. I didn 't use any code from Batik or FOP. The hard part is to
implement it without making iText dependent on Batik. Th
Thanks but it doesn 't work.
using
writer.setPageEmpty(false)
writer.newPage()
doesn 't start a new page
and using
document.newPage()
causes the graphics.dispose() method to throw an except
I 'm able to execute the mergeXfaData method by passing from the most inner
node to the outer node but the resulted pdf does not seems to contain any
data. Is there any place that I 've done wrongly?
Thanks for your reply but i 've tried to use the
AcroFields.mergeXfaData(Node) function but I got a NullPointerException
after i 've pass in the root node of my XML data(Purchase Order information).  |
|
 |