Re: [iText-questions] Content is moving down when the pdfs are merged

2010-04-12 Thread 1T3XT info
crazykoder wrote: Hi When I merge the pdfs the content is moving down by 1 cm approx. How are you merging the PDFs? Did you create the correct page boundaries? Did you apply the correct transformation matrix? Did you look inside the PDF (to the content stream)? -- This answer is provided

Re: [iText-questions] Running RUPS as an application

2010-04-12 Thread 1T3XT info
Fred Cohen wrote: Is there a simple way to run RUPS as an application? For example - a way to build a portable jar so I can go java -jar rups and have the GUI run? I didn't have the time to make a proper release of RUPS yet. Also: it's not a tool aimed at the general public. It's a

[iText-questions] How to align the top of two columnTexts? (addit. img)

2010-04-12 Thread Peter . Henningsen
Hello, As I did not receive any feedback yet, I have added two images illustrating the problem. My goal is: Left and right column should have their top (the top of printed chars or images) on the same height. Regards, Peter Henningsen

[iText-questions] Post-it like rectangle overlapping table text?

2010-04-12 Thread thomas . rochon
Hi list members!I created a table with several cells (textual content) with iText.Now I'd like to put "Post-it" like comments (rectangle with text comment) above the table cells,so the rectangle is overlapping the cells partially (not completely). Is it possible? If "yes", how is it done?Thanks in

Re: [iText-questions] Post-it like rectangle overlapping table text?

2010-04-12 Thread 1T3XT info
thomas.roc...@steria-mummert.de wrote: Hi list members! I created a table with several cells (textual content) with iText. Now I'd like to put Post-it like comments (rectangle with text comment) above the table cells, In PDF language: you want to add sticky notes a.k.a. text annotations.

[iText-questions] Digital Signature

2010-04-12 Thread Aju Mathew
Hi I'm newer to itext. I need to include digital signature in my pdf. Can you please explain the process. Thanks Aju-- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling,

Re: [iText-questions] Digital Signature

2010-04-12 Thread Paulo Soares
Go to http://www.itextpdf.com/book/ where the process is explained. Paulo From: Aju Mathew [aju.mat...@cs-techno.com] Sent: Monday, April 12, 2010 11:34 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Digital Signature Hi I'm newer to

Re: [iText-questions] Content is moving down when the pdfs are merged

2010-04-12 Thread crazykoder
This is what I am using -- public static Document concatPDFs(ListInputStream streamOfPDFFiles, OutputStream outputStream, boolean paginate) { Document document = new Document(); if(streamOfPDFFiles==null || streamOfPDFFiles.size()==0) {

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-12 Thread Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI
Please assist... I tried purchasing the book... getting the following error... Site error: the file /affiliate/idevaffiliate.php requires the ionCube PHP Loader ioncube_loader_fre_4.3.so to be installed by the site administrator -Original Message- From: Miller, Billy C CTR USAF AFSOC 623

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-12 Thread Bruno Lowagie
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote: Please assist... I tried purchasing the book... getting the following error... Site error: the file /affiliate/idevaffiliate.php requires the ionCube PHP Loader ioncube_loader_fre_4.3.so to be installed by the site administrator I thought I

Re: [iText-questions] Error using pdfsmartcopy

2010-04-12 Thread Mark Storer
Do you have an actual stack trace from the exception? --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; DisclaimerCardiff DisCard = null; From: John Polley [mailto:jpol...@ujafed.org] Sent: Friday, April 09, 2010

Re: [iText-questions] Content is moving down when the pdfs are merged

2010-04-12 Thread Mark Storer
I suggest you check out PdfCopy and PdfSmartCopy instead of using PdfWriter directly. They do this sort of thing for you, including creating pages at the right size/orientation. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; DisclaimerCardiff DisCard = null;

Re: [iText-questions] Content is moving down when the pdfs are merged

2010-04-12 Thread 1T3XT info
crazykoder wrote: PdfWriter writer = PdfWriter.getInstance(document, outputStream); The document above is an A4 document (you didn't specify a PageSize when creating the Document object so the ISO format is used). page = writer.getImportedPage(pdfReader, pageOfCurrentReaderPDF); You're

Re: [iText-questions] How to align the top of two columnTexts? (addit. img)

2010-04-12 Thread 1T3XT info
peter.henning...@wcenter.de wrote: Hello, As I did not receive any feedback yet, I have added two images illustrating the problem. And still I don't understand the problem, and as long as I don't understand the problem, I can't help you. I assume the other people on the list are silent

[iText-questions] Merge PDF X-1a Issue – Need H elp

2010-04-12 Thread Sumetha
IText Team, Could you please assist us in resolving the  below issue. We are using ITextSharp dll to merge the PDF’s (these pdf’s are converted from RTF to PDF). When we merge its changing the version of PDF document to 1.5 pdf version, even though property is set to 1.3 version with X-1a

Re: [iText-questions] Merge PDF X-1a Issue – Need Help

2010-04-12 Thread 1T3XT info
Sumetha wrote: When we merge its changing the version of PDF document to 1.5 pdf version, even though property is set to 1.3 version with X-1a conformance. That's normal: pdfWriter.SetFullCompression() Full compression was introduced in PDF 1.5. A PDF that is fully compressed can't be read

Re: [iText-questions] Merge PDF X-1a Issue - Need Help

2010-04-12 Thread Leonard Rosenthol
Also, since iText does not contain an actual validator - there is NO WAY to ensure the compliance of a merged set of documents using it. -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: Monday, April 12, 2010 12:58 PM To: Post all your questions about iText here

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-12 Thread Bruno Lowagie
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote: Please assist... I tried purchasing the book... getting the following error... After another mail to support, the problem was solved. It's now possible again to buy the book. Recently a new chapter was added: chapter 13. In the meantime,

Re: [iText-questions] What version of Adobe Acrobat?

2010-04-12 Thread Karen Keller
After doing a little more investigative work, it does seem to be something with my program that is causing the problem, and not the version of the PDF document. The error is There was an error opening this document. The file is damaged and could not be repaired. The error is occurring for Adobe