LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get name from resume in LabVIEW. How to read from PDF.

please tell me how to read from pdf document in LabVIEW. 

0 Kudos
Message 1 of 25
(1,781 Views)

LsbVIEW per se does not have a PDF Viewer.  However, a Web search for "LabVIEW Open PDF File" finds some hits, including one from this Forum.  I have not tried it ...

 

Bob Schor

0 Kudos
Message 2 of 25
(1,774 Views)

>Re: how to get name from resume

 

What does that mean?

 

Do you mean "get name from resource"? What resource?

 

>How to read from PDF.

 

How is that related?

 


@salimnitk wrote:

please tell me how to read from pdf document in LabVIEW. 


Read it? Read text from it? Read an image from it? Parse all of it? Show it? Edit it?

 

These are all very different problems. They require very different solutions...

0 Kudos
Message 3 of 25
(1,688 Views)

wiebe@CARYA wrote:

>Re: how to get name from resume

 

What does that mean?

I think "resume" here means "a document listing your training and accomplishments", what Academics call a "Curriculum Vitae".

 

Bob Schor

Message 4 of 25
(1,675 Views)

@Bob_Schor wrote:

wiebe@CARYA wrote:

>Re: how to get name from resume

 

What does that mean?

I think "resume" here means "a document listing your training and accomplishments", what Academics call a "Curriculum Vitae".

 

Bob Schor


A, now it makes sense...

 

I didn't make the link at all. (I'd expect two é's, like the French word it was stolen from: résumé. But resume seems to be accepted as an English word.)

0 Kudos
Message 5 of 25
(1,668 Views)

I'd stay away from parsing PDFs in LV (although I have somewhat working solutions).

 

I'd look into Xpdf and XpdfReader... That should work from the command line, which works OK in LV.

 

There are probably .NET solutions, like PDFSharp, that can do this.

0 Kudos
Message 6 of 25
(1,666 Views)

I guess reading the pdf is the "easy" part.  I would think the hard part would be to decide what is the "name".

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 7 of 25
(1,660 Views)

@billko wrote:

I guess reading the pdf is the "easy" part.  I would think the hard part would be to decide what is the "name".


Both could be easy, or near impossbile.

 

If you want to read text from any PDF, it would be impossible. Fonts, encoding, ordering doesn't need to be standard. If it's not standard, a PDF will be very hard parse.

 

Same for the name. If all résumés use the same formatting, it's no problem. If you want to process any résumé, it will be near impossible.

0 Kudos
Message 8 of 25
(1,633 Views)

power automate can read pdf text easily... but I have to agree finding the name field out from the resume is the challenge... oh wait... PA have that also 😂 if you have the greens

CY (expired CLAD)
0 Kudos
Message 9 of 25
(1,627 Views)

@cy... wrote:

power automate can read pdf text easily...


Text from some PDFs. Probably most PDFs, honestly. Definitely not all PDFs.

0 Kudos
Message 10 of 25
(1,616 Views)