[iText-questions] [SPAM] Re: Application stopped unexpectedly

2013-06-21 Thread mkl
Joed Cueto, Joed Cueto wrote I have an application that convert an inputSteam to pdf. Below is the content of the method that converts input stream to pdf. However, the application suddenly stopped on line *RandomAccessFileOrArray ra = new RandomAccessFileOrArray(inputStream); *without

Re: [iText-questions] Generated PDF differs on Windows vs Linux

2013-06-21 Thread iText Info
Op 20/06/2013 18:30, Cynthia Jeness schreef: No, we are not embedding. We defined the font as the Helvetica family along with the font size and style in a separae parameter file and then create the font as follows: Font font = new Font(FontFactory.getFont(

[iText-questions] Incompatible features in Adobe Acrobat 9.5?

2013-06-21 Thread ansc358
Hi, in our project we use iText 1.4.6 for merging PDF´s created by Acrobat 9.5. I know it´s an old Version, but it could concern the newer Versions too. Sometimes iText throws the Exception Caused by: java.io.IOException: Rebuild failed: trailer not found.; Original message: PDF startxref not

Re: [iText-questions] Incompatible features in Adobe Acrobat 9.5?

2013-06-21 Thread iText Info
Op 21/06/2013 11:51, ansc358 schreef: Hi, in our project we use iText 1.4.6 for merging PDF´s created by Acrobat 9.5. I know it´s an old Version, but it could concern the newer Versions too. This question has already been answered! You're using a version that only supports PDF 1.4. In PDF

Re: [iText-questions] iText-questions Digest, Vol 85, Issue 30

2013-06-21 Thread Joed Cueto
Hi Michael, I am using FileInputStream inputStreamNew = new FileInputStream(tempFile); On Fri, Jun 21, 2013 at 3:40 PM, itext-questions-requ...@lists.sourceforge.net wrote: Send iText-questions mailing list submissions to itext-questions@lists.sourceforge.net To subscribe or

Re: [iText-questions] iText-questions Digest, Vol 85, Issue 30 (Joed Cueto)

2013-06-21 Thread Joed Cueto
Date: Fri, 21 Jun 2013 00:12:31 -0700 (PDT) From: mkl m...@wir-sind-cool.org Subject: [iText-questions] [SPAM] Re: Application stopped unexpectedly To: itext-questions@lists.sourceforge.net Message-ID: 1371798751002-4658576.p...@n4.nabble.com Content-Type: text/plain; charset=us-ascii Joed Cueto,

[iText-questions] iTextSharp HTML to PDF via powershell

2013-06-21 Thread red 888
have been trying to translate a C# code snippet I found herehttp://www.thiscouldbeuseful.com/2012/04/itextsharp-to-rescue-converting-html-to.html to convert an html file to a PDF with itextsharp into powershell, but I'm having some issues. This is what I have so far: