Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jdl0523

  1. jdl0523

    Deleting pages of a pdf file

    Is it possible to programmatically delete pages in a multiple page pdf file if a specific text string appears on the page? If so, how hard is this and what approach should I take?
  2. jdl0523

    Creating a flat file with fixed width fields

    I would like to create a flat file with fixed field widths. Using derived fields and Lpad, Rpad, Substr, and Concantenante functions I have been able to achieve this. However the problem i am having is that I need to wrap the field to the next line after the 96th character. Is this possible...
  3. jdl0523

    Splitting up a large pdf file by a text string

    Thank you, this might be the best approach. Would you be able to suggest a third party program? I have looked around pdfstore, but have not been able to find a product that will split the pages based on a text string criteria. Most of the tools I have seen allow to extract "from...
  4. jdl0523

    Splitting up a large pdf file by a text string

    Wow, that was fast. Thank you very much. Please understand that I have no knowledge of Javascript, however, this is what I did after reading this post. 1. Selected "batch processing" 2. Selected "edit batch sequence" 3. Selected "New Sequence" 4. Selected a name for the sequence 5. Selected...
  5. jdl0523

    Splitting up a large pdf file by a text string

    Hello, I have an 18,000 page pdf file that I would like to split up into about 100 different pdf files, based on a text string contained in each of the pages. The text strings consist of 2 numbers, a hyphen, and 7 more numbers with no spaces. Is this possible? If so, what would be...

Part and Inventory Search

Back
Top