These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Converting PDF to text with Acrobat 9 Pro - Bug Report?

Farva1
Registered: Nov 8 2011
Posts: 2

I currently use VBA from Access to do many things. I use it it to download PDFs from a website automatically everyday. After I do this i convert the PDFs to text using:
 
Dim jsObj As Object
Set jsObj = AcroXPDDoc.GetJSObject
 
jsObj.SaveAs savefile, "com.adobe.acrobat.plain-text"
 
This work well %95 of the time. These PDFs are of Docket Reports of cases in court and as new filings are added they grow. My issue is that when a new filing is added and if that new filing is at the top of the last page (and not too lengthy in text) it will NOT convert the text of the last page.
 
If say later another filing is added it will then convert the last page just fine (ie when the text is enough for it to register i guess). I find this extremely troublesome to do what I need. I am at the moment limited to Acrobat 9 Pro and cannot change the PDF I download. Does anyone know of this bug and if so is there any way to fix it or am I stuck until my empolyer upgrades?
 
I'm actually using version 9.4.6 but its not listed :/
 
PS. Just a note the fact that I use VBA to call the convert doesn't seem to be important as just simply manually saving the PDF as text reproduces the same issue of it not catching text at the top of the last page.

My Product Information:
Acrobat Pro 9.4.3, Windows
KellyMcC
Acrobat 9ExpertTeam
Registered: Jul 11 2011
Posts: 389
It would help if you could share a sample file on acrobat.com (simply post the link here after you upload). I can test it myself, but I do recommend you also submit a bug report here:
https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

I'll also see if we can update our Acrobat selections to include 9.4.6 (thanks for the heads-up).

Kelly McCathran
Adobe Community Expert
Certified Technical Trainer+

Farva1
Registered: Nov 8 2011
Posts: 2
KellyMcC wrote:
It would help if you could share a sample file on acrobat.com (simply post the link here after you upload). I can test it myself, but I do recommend you also submit a bug report here:
https://www.adobe.com/cfusion/mmform/index.cfm?name=wishformI'll also see if we can update our Acrobat selections to include 9.4.6 (thanks for the heads-up).
No worries, I couldnt upload to adobe site (our IE version is seriously outdated and nobody in the gov't seems to care, lol). These two links should work for you:

PDF Version TXT Version Please note it did not convert the last page to text. I have noticed though when more is added (in this case a docket 69) it will then convert it all.

I'll look into the bug report thanks!