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.
The moose likes Other Open Source Projects and the fly likes missing line space in Text field while merging multiple PDF's using PDFCopy of IText 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
Reply Bookmark "missing line space in Text field while merging multiple PDF Watch "missing line space in Text field while merging multiple PDF New topic
Author

missing line space in Text field while merging multiple PDF's using PDFCopy of IText

shiva nanda
Greenhorn

Joined: Jul 13, 2010
Posts: 3
Hi,

I am using IText to fill the values in Designer created PDF using IText AcroFields along with this I am using PDFCopy of Itext to merge the same pdf file for 3 times with different data. The issue is I am having text field in the pdf where it will accept multiple lines and I had given 8 inches as the line spacing between the lines. When i create a single pdf( i.e. filling values in the form and creating a new file) the line spacing is the same as what I had given but when I try to merge the three files the line spacing in the Text Field is getting increased and my data is over flowing. I am merging the files using PDFCopy.

My code will looks like the following




Could any one please tell me what is the reason for increasing line space between the lines in Text fields


Thanks
Shiv



[Thumbnail for SingleFile.JPG]


[Thumbnail for merging_Files.JPG]

Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

Hi Shiva and welcome to Javaranch!

Is the PDFCopy a separate tool?


Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
shiva nanda
Greenhorn

Joined: Jul 13, 2010
Posts: 3
Hi Martijn,

PDFCopy is not a tool. It is a class in IText API. I debugged the issue and found the reason for line space. It is because of turning on PDFStamper and not the PDFCopy. FormFlattening to true. When i turn of the formFlattening the line spacing is appeairing. But not able to find the solution

Thanks,
Shiva
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

Hi Shiva,

Hmmm, sounds like a tricky internal API issue, have you tried on the iText/JasperReports forums?
shiva nanda
Greenhorn

Joined: Jul 13, 2010
Posts: 3
Hi Martijn,

Yes. But no solution found . Anyways thanks for having a look into my post. Please let me know if you found any solution/clue.

Thanks,
Shiva
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: missing line space in Text field while merging multiple PDF's using PDFCopy of IText
 
Similar Threads
java program to password protect a signed pdf file
recieving this exception for iText
opening PDF from JSP
iText: password protect a signed pdf file
Itext seeking help