Re: [iText-questions] Can iText convert PDF to Text

2013-03-01 Thread Dean Johnson
Ross Here's what I use to extract text from a PDF -- in vb.net Private Function GetText(ByVal sInputPathFile As String) As String Dim sResults As String = "" Dim oReader As New iTextSharp.text.pdf.PdfReader(sInputPathFile) For i = 1 To oReader.NumberOfPages Dim its As New iTextSh

Re: [iText-questions] Rename Spot Colors

2013-02-08 Thread Dean Johnson
I have this working now -- so nevermind. Dean On Fri, Feb 8, 2013 at 1:44 PM, Dean Johnson wrote: > So I have code now that finds the spot color names in the dictionary > <> > Dim pobj As PdfObject = CType(dictEnum.Value, PdfObject) > Dim parr As PdfArray = CT

Re: [iText-questions] Rename Spot Colors

2013-02-08 Thread Dean Johnson
n iText > to fix this, though I'll leave details to Bruno and team. > > Leonard > > From: Dean Johnson > Reply-To: Post here > Date: Thursday, February 7, 2013 11:46 AM > To: Post here > Subject: Re: [iText-questions] Rename Spot Colors > > I agree, hard to bel

Re: [iText-questions] Rename Spot Colors

2013-02-07 Thread Dean Johnson
> As to your question…I believe you can use the lowest level APIs in iText > to fix this, though I'll leave details to Bruno and team. > > Leonard > > From: Dean Johnson > Reply-To: Post here > Date: Thursday, February 7, 2013 11:46 AM > To: Post here > Sub

[iText-questions] Rename Spot Colors

2013-02-07 Thread Dean Johnson
I'm working on a project where I receive PDFs from an Adobe Secene7 web site offering various printed products. As I understand it the user can select a color palette as one of the options from within the product template. My job is to produce the printed pieces and consistantly match the color pal

Re: [iText-questions] Excel formatted text -> pdf form

2012-09-07 Thread Dean Johnson
Kevin Not sure I understand the workflow -- are the users completing the Excel files and sending to you for conversion to PDF? Dean On Fri, Sep 7, 2012 at 11:04 AM, Kevin Penrose wrote: > *Hopefully I can explain this well enough to solicit an answer:* > *I have started automating an job proces

Re: [iText-questions] Invalid Annotation

2011-03-04 Thread Dean Johnson
. Dean On Fri, Mar 4, 2011 at 1:49 AM, 1T3XT BVBA wrote: > Op 3/03/2011 18:36, Dean Johnson schreef: > > I realize the difference, just trying to make a simple point on the list. > > See attached PDF. It does seem to have a problem with the Link > > Annotations on thi

Re: [iText-questions] Invalid Annotation

2011-03-03 Thread Dean Johnson
and it didn't help (before I realized they were from iText). But we'll see. Thanks for your input. Dean On Thu, Mar 3, 2011 at 10:04 AM, 1T3XT BVBA wrote: > Op 3/03/2011 16:56, Dean Johnson schreef: > > Thanks for your quick response (my first post on the list). > &g

Re: [iText-questions] Invalid Annotation

2011-03-03 Thread Dean Johnson
ipt, then submit the postscript for refine. But of course, I want this automated. Dean On Thu, Mar 3, 2011 at 9:20 AM, 1T3XT BVBA wrote: > Op 3/03/2011 16:05, Dean Johnson schreef: > > I've got several hundred PDFs from my customer to put through my > > workflow. E

[iText-questions] Invalid Annotation

2011-03-03 Thread Dean Johnson
I've got several hundred PDFs from my customer to put through my workflow. Each of them return an "Invalid Annotation" error during refine and the processing stops. The PDFs were created using iText 2.0.2. Is there a way to resolve this problem using the iText .Net library? Thanks Dean -- __