Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Removing tables froma pdf file using VB application

Removing tables froma pdf file using VB application

Scheduled Pinned Locked Moved Visual Basic
helpalgorithms
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Prakash_Mishra
    wrote on last edited by
    #1

    HI all I am working on a application where i am taking PDF file as source and writing it into a text file. My problem is i don't want the tables from the pdf file, I just want the paragraphs. My final output in text file should only contain paragraphs ( i just want to escape the table part). Can any one help me out, I tried in Google searching for any solution but all provides way to extract the data. I want some kind of filter mechanism in my VB application. It would be great if any one can provide the code. PL help Regards

    Prakash Mishra(Banglore,India)

    D 1 Reply Last reply
    0
    • P Prakash_Mishra

      HI all I am working on a application where i am taking PDF file as source and writing it into a text file. My problem is i don't want the tables from the pdf file, I just want the paragraphs. My final output in text file should only contain paragraphs ( i just want to escape the table part). Can any one help me out, I tried in Google searching for any solution but all provides way to extract the data. I want some kind of filter mechanism in my VB application. It would be great if any one can provide the code. PL help Regards

      Prakash Mishra(Banglore,India)

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      I'd imagine this kind of functionality would be exposed by the PDF library you're using?? I don't use any of them, so I really couldn't tell you. But I'd probably start by researching how the PDF document is exposed by the library and search for anything that might describe the document in sections or if it exposes any kind of Select and/or Copy methods that allow you to specify text only.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups