Re: [iText-questions] Adobe reader dll's

2008-03-12 Thread 1T3XT info
Rick Roen wrote: > Thank you for the version checker. That should make part of this much > easier! As soon as I have more time, I'll make a better version checker (one that doesn't work with an alert and that gives you more info). -- This answer is provided by 1T3XT BVBA ---

[iText-questions] creating a report with multiple pages with different alignments(jasperserver report)

2008-03-12 Thread Prashanth Talkad
hi, i'm trying to get a two page report, one in landscape and one in portrait mode. can i achieve this with a cingle jrxml? like for example if the two pages are, lets say details of a person on one page(portrait) and a certificate for the person for passing his certification in the other page(land

Re: [iText-questions] Adobe reader dll's

2008-03-12 Thread Rick Roen
I've made you a simple version checker. See attachment. Open the PDF and an alert will give you some info (that is: if the Viewer isn't too old to support app.viewerType and app.viewerVersion). -- This answer is provided by 1T3XT BVBA Thank you for the version checker. That should make part of t

Re: [iText-questions] Split a PDF file according to offset and length

2008-03-12 Thread Carsten Hammer
Hi, I am really not sure if I got the point. However if you want to take all A4 pages out of a input pdf file consisting of A3 and A4 pages that are unsorted then you can easily do it with a old version of the itexttoolbox from the time when it was part of itext. There you can list all pages

Re: [iText-questions] Split a PDF file according to offset and length

2008-03-12 Thread wasegraves
-- Original message -- From: osmoz7 <[EMAIL PROTECTED]> > I looked the examples in the tutorials and the book, but as I said, > I don't want to cut the PDF according to pages but according to offsets > and lengths. > One thing I forgot to mention in my first message

Re: [iText-questions] Adobe reader dll's

2008-03-12 Thread 1T3XT info
Rick Roen wrote: I updated reader to 8.1.0 to 8.1.2. OK, you have made a change on your system. This change has no relation whatsoever with iTextSharp; nor with the PDFs you are creating. You are talking about READER; a viewer that is not involved in any PDF creation process. Some people rece

Re: [iText-questions] Adobe reader dll's

2008-03-12 Thread Rick Roen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Wednesday, March 12, 2008 9:56 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Adobe reader dll's > -Original Message- > From: [EMAIL PROTECTED]

Re: [iText-questions] Adobe reader dll's

2008-03-12 Thread Leonard Rosenthol
On Mar 12, 2008, at 4:56 PM, Paulo Soares wrote: > iTextSharp doesn't use anything from Adobe. > But we still love you ;). Leonard - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visu

Re: [iText-questions] Halftones

2008-03-12 Thread Leonard Rosenthol
On Mar 12, 2008, at 3:06 PM, jeffupt wrote: >> > My current project requires that I'm able to specify the halftone > parameters. The goal is not to rasterize the image myself, but to > let the > printer know how to print the embedded image. Then you need to go back to whomever spec'd you

Re: [iText-questions] Adobe reader dll's

2008-03-12 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Rick Roen > Sent: Wednesday, March 12, 2008 1:30 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Adobe reader dll's > > I'm following up on a problem I have with clien

Re: [iText-questions] Image.GetInstance with TIFF

2008-03-12 Thread Paulo Soares
Your TIFF has transparency and that is not supported in iText. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Pradnya Khandekar > Sent: Wednesday, March 12, 2008 3:41 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-quest

[iText-questions] Image.GetInstance with TIFF

2008-03-12 Thread Pradnya Khandekar
When I try this: Image image = Image.GetInstance(p); //p is byte[] I get an exception: Extra samples are not supported Has anybody come across this before? Please help! Pradnya Khandekar

Re: [iText-questions] Split a PDF file according to offset andlength

2008-03-12 Thread Edward W. Rouse
I had a similar problem that I solved in a slightly different way. I have pdf files that are many files combined into one that I needed to split. You will need to know enough to be able to get page objects for the pages you want. You can do this using page counts (if all of the documents have the

Re: [iText-questions] Halftones

2008-03-12 Thread jeffupt
> OK - but you don't need halftone information for that. > > If you are dealing with a pure raster PDF - with no text and > vectors, then fine - you can pre-rasterize the image at whatever > screen., etc. you wish - but again, it's just an image. You can't do > that in PDF with text a

[iText-questions] Adobe reader dll's

2008-03-12 Thread Rick Roen
I'm following up on a problem I have with clients with older versions of Adobe Reader (< 7) who cannot read PDF created by iTextSharp after I updated to Adobe Reader 8.1.2. Does iTextSharp use a dll or anything from the version of Adobe Reader that is located on the computer that runs the progr

[iText-questions] PDF to TIFF Group IV

2008-03-12 Thread ROBSON REIS
Hi List, I would like to know if someone have some suggestion about a SDK (.NET) to convert a PDF to TIF Group IV. I am looking for a SDK .NET and not a printer driver. Of course I am looking for free stuff, but if no free stuff can do this and you know some commercial, please suggest it. I nee

Re: [iText-questions] contribution: FontReplacingPdfSmartCopy: duplicate TTF font subset merging and replacement (was: How to remove embedded fonts from a pdf document)

2008-03-12 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Lari Hotari > Sent: Wednesday, March 12, 2008 9:02 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] contribution: > FontReplacingPdfSmartCopy: duplicate TTF font su

Re: [iText-questions] Split a PDF file according to offset and length

2008-03-12 Thread 1T3XT info
osmoz7 wrote: > I looked the examples in the tutorials and the book, but as I said, > I don't want to cut the PDF according to pages but according to offsets > and lengths. Byte offsets and byte array lengths? Or Y coordinates on a page? Your code sample suggests the former, which is madness. If

Re: [iText-questions] Split a PDF file according to offset and length

2008-03-12 Thread osmoz7
1T3XT info wrote: > Please throw away your code and wish you had never posted it. > The javadoc API isn't clear about the use of toPdf() and no > documentation mentions the toPdf() method: not the tutorial, > not the book. There's a very good reason for this: > YOU ARE NOT SUPPOSED TO USE THE to

Re: [iText-questions] contribution: FontReplacingPdfSmartCopy: duplicate TTF font subset merging and replacement (was: How to remove embedded fonts from a pdf document)

2008-03-12 Thread Lari Hotari
I think that the usecase of replacing & merging fonts is pretty usual. Anyone who merges a lot of small pdfs will need this. Therefore it would help also others if this feature would be included in the main iText distribution. Paulo, What are the criterias of the code so that it could be added