[iText-questions] Imposing - is it possible?

2011-03-01 Thread Roman Sokolyuk
Hi, I am trying iText out for the first time. Can I do the following: I need to take a bunch of already existing PDF files, and put them all in one PDF document - not as separate pages, but cram them all into one page, or at least as few pages as possible. Also, maybe rotate them before pasting

Re: [iText-questions] Signing with pkcs 7

2011-03-01 Thread fra
Hi that it is good solution for SHA1, but I have a problem, I want to use different algorithm (SHA256). Do you know how i create a signature PKCS using SHA256. thanks in advance -- View this message in context: http://itext-general.2136553.n4.nabble.com/Signing-with-pkcs-7-tp2319305p3330004.htm

[iText-questions] cannot change font size in StyleSheet

2011-03-01 Thread Griet Mertens
I use the following code to read a HTML document and add it to a PDF. Everything works perfect, except the font size. I can change the font family, the font color,... but for some reason I cannot change the font size. What am I doing wrong? HTMLWorker htmlWorker = new HTMLWorker(do

[iText-questions] internal Link to page

2011-03-01 Thread M. Niedermair
Hi, is there a way, to create a link (internal) to a page, without setting labels on each page with PdfPageEventHelper? e.g. Chunk setLocalGoto(int pagenumber) By Michael -- Free Software Download: Index, Search & An

Re: [iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread Jha, Vinay
Ok Thanks for the info! Should I try with latest version? Was that bug fixed in it? From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: Tuesday, March 01, 2011 3:04 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Reading 'Hidden Text'

Re: [iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread 1T3XT BVBA
Op 1/03/2011 10:23, Jha, Vinay schreef: This is the code snippet: Aha, when you say "hidden text" you mean "optional content". My assumption that you were taking about a hidden text field was wrong. There was a bug in old versions that caused NullPointerExceptions when manipulating OC groups

Re: [iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread 1T3XT BVBA
Op 1/03/2011 9:52, Jha, Vinay schreef: One of the tasks that we are performing in our application using iText is to join multiple PDFs into one. How? Are you using PdfWriter? PdfStamper? PdfCopy? PdfSmartCopy? Problem we are facing is"If one or many of the multiple input PDF files has hid

[iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread Jha, Vinay
Hi, We are using iTextsharp version 4.1.2.0. One of the tasks that we are performing in our application using iText is to join multiple PDFs into one. Problem we are facing is "If one or many of the multiple input PDF files has hidden text field in it, the resultant merged PDF file has blank pages.

Re: [iText-questions] HASH, SMARTCARD and PKCS#7 detached

2011-03-01 Thread 0de55a
Hi Andreas, I believe a lot of people will appreciate you if they will have a good example on Java. Best regards, Andriy. -- View this message in context: http://itext-general.2136553.n4.nabble.com/HASH-SMARTCARD-and-PKCS-7-detached-tp3047252p3329376.html Sent from the iText - General mail

Re: [iText-questions] HASH, SMARTCARD and PKCS#7 detached

2011-03-01 Thread 0de55a
Hi Fra, As I described above my solution used PERL script which transforms signed data from SmartCard into PKCS#7 format. The rest of Java code is described in the first post of this topic. Best regards, Andriy. -- View this message in context: http://itext-general.2136553.n4.nabble.com/HASH-