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
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),
> >
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
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
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