You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After extracting the text from a few thousand files...it got stuck on this one.
(Sorry, code is in VB but it's just a simple reading of the text)
` Dim sb As New StringBuilder
FileStream.Position = 0
Dim pdf As UglyToad.PdfPig.PdfDocument = UglyToad.PdfPig.PdfDocument.Open(FileStream)
For Each page As UglyToad.PdfPig.Content.Page In pdf.GetPages
sb.AppendLine(page.Text)
Next
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
102715-3_B.01.PDF
After extracting the text from a few thousand files...it got stuck on this one.
(Sorry, code is in VB but it's just a simple reading of the text)
` Dim sb As New StringBuilder
FileStream.Position = 0
Dim pdf As UglyToad.PdfPig.PdfDocument = UglyToad.PdfPig.PdfDocument.Open(FileStream)
For Each page As UglyToad.PdfPig.Content.Page In pdf.GetPages
sb.AppendLine(page.Text)
Next
Beta Was this translation helpful? Give feedback.
All reactions