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
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
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
> 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
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
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
.
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
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
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
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
--
__
10 matches
Mail list logo