This week's book giveaway is in the
Agile and other Processes
forum.
We're giving away four copies of
The Mikado Method
and have Ola Ellnestam and Daniel Brolund on-line!
See
this thread
for details.
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Products
»
Other Open Source Projects
Author
PDF Problem !!!
sohane harish
Greenhorn
Joined: Jul 21, 2008
Posts: 7
posted
Feb 16, 2009 01:07:45
0
Hello All,
I have found the root cause for my post
http://www.coderanch.com/t/431161/Other-Open-Source-Projects/itext-PDF-with-radio-button#1914770
please help me out...
when i write the code like :
pdfReader = new PdfReader(baos.toByteArray()); writer.addPage(writer.getImportedPage(pdfReader, 2)); writer.addPage(writer.getImportedPage(pdfReader, 1));
i can check/uncheck the radio buttons which is in page number 2 and now the page 1 is read only,but when i write
pdfReader = new PdfReader(baos.toByteArray()); writer.addPage(writer.getImportedPage(pdfReader, 1)); writer.addPage(writer.getImportedPage(pdfReader, 2));
Now on the page 1 read/write but page 2 i can not.
Any suggestions would be appreciated...
thanks in advance
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
Feb 16, 2009 02:08:25
0
Please do not post the same question multiple times. Let's continue the discussion in the
original thread
.
Android apps
–
ImageJ plugins
–
Java web charts
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: PDF Problem !!!
Similar Threads
how to change existing pdf font encoding (multi language) dynamically
Covert a PDF to PDF/A format using iText
Sending Multiple PDF in response stream
Save edited pdf Page in A4 size using itext
itext PDF problem with radio button
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter