Re: Extracting data from ython dictionary object

2018-02-09 Thread Mark Lawrence
On 09/02/18 18:35, Stanley Denman wrote: On Friday, February 9, 2018 at 1:08:27 AM UTC-6, dieter wrote: Stanley Denman writes: I am new to Python. I am trying to extract text from the bookmarks in a PDF file that would provide the data for a Word template merge. I have gotten down to a stri

Re: Extracting data from ython dictionary object (Posting On Python-List Prohibited)

2018-02-09 Thread Stanley Denman
On Friday, February 9, 2018 at 12:20:29 AM UTC-6, Lawrence D’Oliveiro wrote: > On Friday, February 9, 2018 at 6:04:48 PM UTC+13, Stanley Denman wrote: > > {'/Title': '1F: Progress Notes Src.: MILANI, JOHN C Tmt. Dt.: > > 05/12/2014 - 05/28/2014 (9 pages)', '/Page': IndirectObject(465, 0), > >

Re: Extracting data from ython dictionary object

2018-02-09 Thread Stanley Denman
On Friday, February 9, 2018 at 1:08:27 AM UTC-6, dieter wrote: > Stanley Denman writes: > > > I am new to Python. I am trying to extract text from the bookmarks in a PDF > > file that would provide the data for a Word template merge. I have gotten > > down to a string of text pulled out of the

Re: Extracting data from ython dictionary object

2018-02-08 Thread dieter
Stanley Denman writes: > I am new to Python. I am trying to extract text from the bookmarks in a PDF > file that would provide the data for a Word template merge. I have gotten > down to a string of text pulled out of the list object that I got from using > PyPDF2 module. I am stuck on now to

Extracting data from ython dictionary object

2018-02-08 Thread Stanley Denman
I am new to Python. I am trying to extract text from the bookmarks in a PDF file that would provide the data for a Word template merge. I have gotten down to a string of text pulled out of the list object that I got from using PyPDF2 module. I am stuck on now to get the data out of the string t