Re: [iText-questions] Access denied for assembly 'itextsharp'

2013-06-03 Thread rjean99
Hello, did you ever find a solution to this? We are having the same issues on Windows Server 2003 IIS6 since updating our ASP app in Visual Studio. It will work for a while but then start happening again for no reason. I have to force a recompile (by touching web.config or something similar)

[iText-questions] PDFPage to Image

2013-06-03 Thread Vinod Chand Gaddam
Dear Sir, I am using iTextSharp.dll (Ver 5.3.5) for rendering PDF Page in to image. But I am facing an issue that pdf document contains the images of type JBIG2 and when I read the pdf documents which returns the bytes int xrefIdx = ((PRIndirectReference)obj).Number; PdfObject

Re: [iText-questions] PDFPage to Image

2013-06-03 Thread iText Mailing List
On Mon, 03 Jun 2013 08:17:17 +0200, Vinod Chand Gaddam vinod.ch...@agreeya.com wrote:And I am facing issue as parameter is in valid.Please read ISO-32000-1. You're only reading a single object. A JBIG2 image is stored in two images!In other words: it's only normal you can't create a valid image

[iText-questions] NumberFormatException and StringIndexOutOfBoundsException

2013-06-03 Thread Dmitry Katsubo
Dear iText developers, I have noticed that for certain (perhaps not well-formed) PDFs following exceptions are thrown: * NumberFormatException in PdfNumber java.lang.RuntimeException: - is not a valid number - java.lang.NumberFormatException: For input string: - at

Re: [iText-questions] Itext Arabic ctrl+a hidden text problem

2013-06-03 Thread Mohammed AlSayani
Just try to use this const string regex_match_arabic_hebrew = @[\u0600-\u06FF,\u0590-\u05FF]+; BaseFont nationalBase = BaseFont.CreateFont(c:windowsfontsTimes.ttf, BaseFont.IDENTITY_H, BaseFont.EMBEDDED); Font ArabiBold = new Font(nationalBase, 10f, Font.BOLD);

Re: [iText-questions] Access denied for assembly 'itextsharp'

2013-06-03 Thread Alekz !
Hi, Are you referencing the itextsharp.dll inside the bin folder of the Visual Studio Solution? The problem may be that VisualStudio sometimes 'deletes' files from the bin folder (weird huh?). So one simple solution is to move the itextsharp.dll file from bin to another folder, like

Re: [iText-questions] Insufficient data for an image error using PDFSmartCopy

2013-06-03 Thread Komathukattil, Deepa
Is there some kind of workaround I can put in place while support looks at my ticket? Is there a way for me to tell the PDFSmartCopy to leave images alone and instead just cache the fonts? The reason I used PDFSmartCopy was because I had duplicate fonts in the PDF resulting in a bloated PDF. Or

Re: [iText-questions] Insufficient data for an image error using PDFSmartCopy

2013-06-03 Thread iText Mailing List
On Mon, 03 Jun 2013 16:46:26 +0200, Komathukattil, Deepa dkomathukat...@kemper.com wrote:Is there some kind of workaround I can put in place while support looks at my ticket?Unless you're a customer: not that I know of.--