"Save as text" problem in Reader 9.4.5

Hello!
I'm trying to save a PDF as text in Reader 9.4.5 under windows and I've run into a formatting problem. Line wrapping within a paragraph seems to be broken, as soft returns are not being converted to spaces. The last word in each line runs into the first word in the next line without either a space or a line break.
A potential workaround would seem to be to copy and paste the full text of  the file into notepad or such, but that converts both soft returns and hard returns into line breaks which is a  formatting nightmare. Using "Paste special" unformatted doesn't help. Both of the PDF to text converters I've tried do the same thing. One of them, SomePDF, got my hopes up when it had  an option to turn off text formatting, but that stripped out all  paragraph breaks as well as the line wrap. Doh!
On a narrower screen than the file's formatted line width (which is the whole purpose of my converting to text) it's actually less annoying to read the file with the words run together than with the broken lines within paragraphs.
The PDF in question was created in either Acrobat PDFMaker 5.0 for Word (the "Application" field in PDF Properties) or Acrobat Distiller 5.0 (Windows) (the "PDF Producer" field in PDF Properties), unless those are confusingly different names for the same application.
I've searched through Reader's preferences without finding anything that  might change this behaviour. Am I missing something? Or is this a bug in  either Reader or the program which created the file? And if it's a bug  in the (Adobe) application which created the file, can Reader be fixed  to handle the glitch gracefully? Either way, will the Adobe folks read this forum or is there some way I need to submit a bug report?
Can anyone shed some light on this problem? And in the meantime, does anybody know of a PDF to text converter that properly converts soft returns to spaces and hard returns to line breaks?
Thanks, all!
-Rob

Acrobat Pro provides the means for tagging a PDF that is not tagged.
This can be done manually or Acrobat can be used to get a programmatic "best guess".
Provide you have an understanding of Tagged PDF "manual" gets you spot on.
"Best guess" can be problematic with complex content but can establish a starting point for the requisite manual clean up.
Regardless, Adobe Reader (any version) only provides the ability to view/read (unless the PDF has been "enabled" by Acrobat Pro for specific activities).
However, tagging a PDF or working with PDF Tags is not something Adobe Reader can do.
Spell check - while the post a reply dialog is open there is an "abc (with a check mark) in the upper right. Click it to spell check your pending post.
"Edit" - I believe this is only available during one's current session.  Or, perhaps, while still "in" the thread. (?)
-- well, you can leave the thread, return and use "Edit" - so, current session may be it.
Be well...
Message was edited by: CtDave
Message was edited by: CtDave

Similar Messages

  • Fetch unread RSS items from mail, set them to read, save the text to a file

    This is what I want to do, and needless to say I am having a little trouble.
    I wish to take the unread mail RSS items, set them to read, and then save the TEXT of the articles (not the title, time, or author) to a TextEdit file in my Documents folder.
    So far I have Get Feeds From Mail > Filter Articles > Get Text from Articles > New Text File
    This is all fine and dandy, but how do I just get the TEXT and not all of the crap that comes with it?
    Thanks!

    NOw I had manage to clear out the error, but now the problem is when I click on the 'save' button, this function clear out the entire text file for me !!!
    The code are as below:
           if(e.getSource()== vButtons[0])
              try{
               String str;
               String Ky = tArea.getText();
               BufferedWriter buffWrite=null;
               BufferedWriter in1 = new BufferedWriter(new FileWriter("Keyword.txt"));
                        buffWrite.write(Ky);
                    buffWrite.flush();
                        buffWrite.close();
                    in1.close();
              catch (IOException ex) {
              ex.printStackTrace();
            if(e.getSource()== vButtons[1])
                  new panel();
                  dispose();
             if(e.getSource()== vButtons[2])
                System.exit(0);           
        }     Please tell me how to save the TextArea to the text file, THANKS !!!

  • Problem While reading a file in text mode from Unix in ECC 5.0

    Hi Experts,
    I am working on Unicode Upgrade project of ECC5.0.
    Here i got a problem with reading a file format which it does successfully in 4.6 and not in ECC5.0
    My file format was as follows:
    *4 000001862004060300000010###/#######L##########G/##########G/########
    It was successfully converting corresponding field values in 4.6:
    *4
    00000186
    2004
    06
    03
    00000010
    25
    0
    4
    0
    54.75
    0
    54.75
    0.00
    While i am getting some problem in ECC5.0 during conversion of the above line:
    *4 000001862004060300000010###/#######L##########G/##########G/########
    it was consider in the same # values.
    I have used the following statement to open and read dataset.
    OPEN DATASET i_dsn IN LEGACY TEXT MODE FOR INPUT.
    READ DATASET i_dsn INTO pos_rec.
    Thanks for your help.
    Regards,
    Gopinath Addepalli.

    Hi
          You might be facing this problem because of uni code. So while opening or reading the file, there is a statement call ENCODING. Use that option and keep the code page which you want. Then the problem may be solved.
    Thanks & Regards.
    Harish.

  • Save as text and reader mode

    Firefox needs a save as text setting. There is a save as text add on. However, twice the add on ceased working. Twice, I had to uninstall firefox, reinstall firefox and reconfigure the settings.
    In the alternative, Firefox needs a 'select text' in its settings. The stock android browser has 'select text' in its settings. Click on 'select text', touch webpage, two arrows appears, spread arrows apart, touch screen, a pop up menu offers: share selected text or copy. I select copy. Open 920 text editor, create a new plain text file and then touch screen.. However, text is not copied. I have to repeat this whole procedure several times because text is copied into a new plain text file.
    Whereas, Firefox cannot even bring up the pop up menu. I long press a paragraph in firefox. The two arrows appears. I spread them apart. I touch the screen. No pop up menu offering open to copy.
    Nor is reader mode an alternate to saving as text. I have not be able to save a webpage in reader mode because the book icon is rarely displayed in the title bar. Why? Firefox's article on reader mode does not disclose what file format the files are saved as. Can the reader mode files be converted to plain text files or PDF to be later read on a computer?

    Hi badbiosvictim,
    I see in the device information that you are running version 21. There were some improvements made in Firefox since then and I encourage you to see if the update helps resolve your copy and paste issue.
    However there is also save page as pdf that you can save on the device and read in a file reader.
    I hope this helps!

  • Indesign CS3-JS - Problem in reading text from a text file

    Can anyone help me...
    I have an problem with reading text from an txt file. By "readln" methot I can read only the first line of the text, is there any method to read the consecutive lines from the text file.
    Currently I am using Indesign CS3 with Java Script (for PC).
    My Java Script is as follows........
    var myNewLinksFile = myFindFile("/Links/NewLinks.txt")
    var myNewLinks = File(myNewLinksFile);
    var a = myNewLinks.open("r", undefined, undefined);
    myLine = myNewLinks.readln();
    alert(myLine);
    function myFindFile(myFilePath){
    var myScriptFile = myGetScriptPath();
    var myScriptFile = File(myScriptFile);
    var myScriptFolder = myScriptFile.path;
    myFilePath = myScriptFolder + myFilePath;
    if(File(myFilePath).exists == false){
    //Display a dialog.
    myFilePath = File.openDialog("Choose the file containing your find/change list");
    return myFilePath;
    function myGetScriptPath(){
    try{
    myFile = app.activeScript;
    catch(myError){
    myFile = myError.fileName;
    return myFile;
    Thanks,
    Bharath Raja G

    Hi Bharath Raja G,
    If you want to use readln, you'll have to iterate. I don't see a for loop in your example, so you're not iterating. To see how it works, take a closer look at FindChangeByList.jsx--you'll see that that script iterates to read the text file line by line (until it reaches the end of the file).
    Thanks,
    Ole

  • Problem with highlighting texts in Adobe Reader X

    i've a problem with the highlighting tool, it can only highlight one word at a time, it isn't possible for me to drag and highlight. i've tried updating but to no avail. in addition, i can't use the snapshoot tool either. basically any function that requires a click-and-drag motion is disabled. i'd greatly appreciate it if a kind soul may help me with this issue please!! thank you very much!

    PDF files have to be specially enabled for you to save the contents. It appears the old version of these files had this capability, but the new version does not. Without Acrobat you will be unable to save the files. If these are truly government files, you can try going to the government's website and see if you can download a copy that will allow you to save the form field data.

  • In adobe 9.5 reader. File/save as text does not work.

    I have adobe 9.5 reader. If I do file/save as text I always get an empty .txt file. What is wrong?

    It looks like you are correct! They do appear to be scanned pages, but the icon that shows bfore the file name is Adobe  & if I try to use the Open with option only Adobe is allowed. No wonder it confused me. Thank you for your help!

  • Problem in reading this particular text file, what is the problem with it..

    Hai to all..,
    I had developed an application to read the text file that is stored in my computer from mobile, all are working fine but some files create problems in reading the file content, like the file i had attached with this..
    Can any one please tell why this particular file creates problem in reading the contents...
    I had attached a text file with this...
    and the code I am using is
    int getcharcount;
    FileInputStream fstream = new FileInputStream(filename);
    InputStreamReader in = new InputStreamReader(fstream);
    while ((getcharcount = in.read()) != 0)
         getchar = getchar + (char) getcharcount;
    System.out.println("Full File Content :"+getchar);
    I try'd with BufferedReader also, but have the same problem,
    Can any one please give me a solution for this..

    Hai to all..,
    Sorry for the previous posting,
    I had developed an application to read the text file that is stored in my computer from mobile, all are working fine but some files create problems in reading the file content, like the file i had attached with this..
    Can any one please tell why this particular file creates problem in reading the contents...
    and the code I am using is
    int getcharcount;
    FileInputStream fstream = new FileInputStream(filename);
    InputStreamReader in = new InputStreamReader(fstream);
    while ((getcharcount = in.read()) != 0)
         getchar = getchar + (char) getcharcount;
    System.out.println("Full File Content :"+getchar);
    I try'd with BufferedReader also, but have the same problem,
    Can any one please give me a solution for this..The error I am getting is
    Full File Content :ÿþC
    But the file contains plain text only..
    Edited by: Kamal Raj on Oct 17, 2010 10:22 PM

  • I need to erase the contents of my phone and restore to factory settings. Does anybody know how to save your texts so you don't lose them?  Can I back those up to iCloud?  My phone was very likely hacked (Apple's advice was to call the police!)

    "I need to erase the contents of my phone and restore to factory settings. Does anybody know how to save your texts so you don't lose them?  Can I back those up to iCloud?  My phone was very likely hacked (Apple's advice was to call the police!)"
    That was all I could put in the initial "box."  Then it brought me to this page with instructions on how to write a good sentence.
    Proceeding ...
    After going back and forth between Apple, AT&T and the police (all telling me to go to the other two) I took AT&Ts suggestion and got a new number. One tech warned against doing a backup, especially on my Mac, saying if my phone had been hacked then whatever bug was there would then invade my computer. But nobody knows how to determine if the phone has been hacked or a virus was planted there. Unfortunately I know who would have reason to do such a thing and all I can say is that he is at the top technologically and could easily do it. Almost impossible to prove, however.
    So I need to preserve my text messages and my emails as well. I backed up my photos to that Microsoft product (One-Drive) and it froze (Surprise, Surprise) with four short videos to go, and no way of stopping that (when I tried it crashed repeatedly) so I'm in crisis mode here.
    Help ...
    Running 8.0 on 5S
    Thanks!

    Betty I don't know if you fixed your hacking problem but I feel your pain. I've seen some strange things going on between my iMac and my iPhone and Apple has told me the same thing, call the police which I have done. The hackers have stole 500.00 out of my checking account have access to every internet account I use and no matter how often I change the password their right back on the account. I closed my FB account 3 times only to have someone reopen it. Right now I've got a link in my reading list (Safari) that if I click on it, it allows me to log onto my FB account anonymously.
    I've seen a green folder come out of no where while I was trying to delete my passwords out of keychain when that green folder was put into the key chain I was immediately locked out. I than went into system preferences to try to make changes to my security settings, when I clicked on the icon it wouldn't open. I've seen log files of automator receiving commands and sending out my personal information thats on my computer.
    I have a legitamate program called iExplorer that allows you to look at the contents of your iPhone back ups and saw a transaction someone made at the Apple store for some full length movies, some albums, ibooks and other apps but when I called the iTunes store and they said none of those items were showing up on my account. If their not on my account how can they be on my iPhone 6? One day someone was using my gmail account and unknowingly used google maps to search for an Italian restaurant, than a Mexican restaurant than a coffee shop and their search showed up on my iPhone but I didn't have my gmail account installed on my iPhone 6. Using my computer I logged onto my gmail account and looked at the maps history and sure enough there were the searches when I'd hover my curser over the link it gave me the longitude and latitude of the where the hacker was when he was using google maps. I know whoever reads this thinks Im crazy but I've documented everything and can prove the things that I have mentioned in this post actually happened.
    One day I had my laptop (pc) and my iMac next to each other as I was using both. when I clicked on airport it showed that my laptop and my iMac had made a connection and were actually communicating with each other. I know I didn't do it I don't know how. The iMac was logged into my iCloud account while my laptop wasn't. I have formatted my iPhone at least a dozen times, Apple and an Apple retailer have formatted my hard drive not to mention the numerous times I have formatted it but the hackers keep getting on my devices. Im formatting my lap top at this very second because during the course of the night I left the ethernet cable plugged into it and they locked me out of my c: drive, and configured the system so I can't download any updates from Microsoft, overtime I type in www.microsoft.com it changes to ww38.microsoft.com which takes me to a blank page. I right clicked on the page I was redirected to and read the java script and couldn't believe that someone had actually configured Internet Explorer to redirect me to a blank page when I tried to go to Microsoft. Apples answer to all this is there was nothing wrong with my iPhone or my iMac and if I thought there was a problem to call the police which I have done.
    Theres no doubt the hackers are reading this while I type it or will read it and I simply don't care anymore. I no longer email anyone, don't use my iCloud account and have taken precautions to protect my credit but if I ever find out who has invaded my privacy to this extreme the police are going to want to talk to me because Im going to hurt them like they've never been hurt before

  • How to save the text in module pool

    am working with screen exit for QM01 tcode . I created one subscreen . created 2 text editors in that screen . now I want to save the text in that text editors. am using save_text , but its not working . can any one guide me regarding this with code. and tell me wht parameters I shd pass to that FM.
    its very urgent.

    Hi ,
    Please check the format below since it is based on a working code
    **************data declarations
    data: int_line type table of  tline with header line.
    data: gw_thead like thead.
    data: int_table type standard table of ty_editor.
    ****************fill header..from SO10 t-code
    GW_THEAD-TDNAME   =  loc_nam.   " unique key for the text
    GW_THEAD-TDID     = 'ST'.                " Text ID
    GW_THEAD-TDSPRAS  =  SY-LANGU.
    GW_THEAD-TDOBJECT = 'ZXXX'.   "name of the text object created
    *Read Container and get data to int_table
      CALL METHOD EDITOR ->GET_TEXT_AS_R3TABLE
        IMPORTING
          TABLE                  = int_table
        EXCEPTIONS
          ERROR_DP               = 1
          ERROR_CNTL_CALL_METHOD = 2
          ERROR_DP_CREATE        = 3
          POTENTIAL_DATA_LOSS    = 4
          others                 = 5.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    loop data from int_table and save to int_line-tdline appending it.
    *save the text
        CALL FUNCTION 'SAVE_TEXT'
          EXPORTING
            HEADER   = GW_THEAD
          TABLES
            LINES    = InT_LINE
          EXCEPTIONS
            ID       = 1
            LANGUAGE = 2
            NAME     = 3
            OBJECT   = 4
            OTHERS   = 5.
        IF SY-SUBRC <> 0.
        ENDIF.
    The code shown above is ok and working fine for save also,hope that the above sample with helps you solve the problem
    Please check and revert,
    Reward if helpful
    Regards
    Byju

  • Running OCR on Combined document saves no text to .txt file

    I am scanning in a large 500 page document, running OCR on it and saving the data to a text file for my program to process.
    My network printer/copier/scanner can only read in about 70 pages at a time, so I scanned in as several PDF documents, which I saved to disk.
    I   Recognize Text in Multiple Files using OCR...   on all of the PDF documents, Saving-As Text (Accessable) and it all works fine. I can then combine the text files in a text processor.
    Then, I saw the Combine button, so I combined all of the PDF documents into a separate PDF file and ran OCR on it, but the resulting .txt file is blank!  If I run the OCR manually, I can highlight the extract text, but when I try to save as Text (Accessable), it still fails to save any data to the .txt file.
    Is this a known problem?
    I am running Adobe Acrobat 9 Pro - Version 9.4.5.
    Thanks.

    gilgad2000,
    It depends on your VI. If you are using the "Path Control" tool, you can open its "Browse Options" and write .txt at the Pattern box.
    If you are not using it, you can also concatenate a ".txt" string at the end of the file path (use "Strip Path", "Concatenate Strings" and "Build Path" functions) just before using it on the saving function.
    Message Edited by Danigno on 07-17-2009 03:18 AM
    Attachments:
    Snap1.png ‏3 KB

  • Save as Text error

    When I try to save a PDF as TXT, the first line on each page is duplicated:
    Page 1->2
    "Gladly," interposed the gray-haired man. "Your headquarters is on the way to my hotel. The night is
    <ff>
    mild. We can talk as we stroll along."
    mild. We can talk as we stroll along."
    Page 3->4
    "Yes," admitted Rochelle, as he led the visitor through to the front room on the left, "but a worthy one.
    Our publications will go everywhere. Here, senator, is our meeting room."
    <ff>
    They were standing in the front room. The senator stared at the walls. Beautifully decorated in many
    colors, they formed maps in mural style. The entire world was depicted. Darvin Rochelle smiled as he
    observed the keen interest which the visitor displayed.
    They were standing in the front room. The senator stared at the walls. Beautifully decorated in many
    colors, they formed maps in mural style. The entire world was depicted. Darvin Rochelle smiled as he
    observed the keen interest which the visitor displayed.
    Any idea what's happening?  What additional information would be helpful?

    So...no ideas on how to actually fix the problem, just complain about someone saying they have a problem with microsoft instead of windows?  I'm having a similar problem, save as text and the file has the first paragraph of the page not only duplicated, but has removed text that originally took the place of the duplicated text.  For example:
         Tom and Jane had a dog who constantly hunched their legs and ruined their couch.
         They could never decide what to do with the dog.
         Finally, they got rid of the thing.
    would be saved as:
         Tom and Jane had a dog who constantly hunched their legs and ruined their couch.
         Tom and Jane had a dog who constantly hunched their legs and ruined their couch.
         Finally, they got rid of the thing.
    Which becomes very hard to fix in a 200 page file.  The forum says that there's a possible solution, but it seems as if you can't actually click on the solution to go and see what it is, and with no point of reference, you could be searching for a long time.  By the by, I'm using Reader 9.3
    Also:  this doesn't happen with every PDF, but I can find no pattern between which ones do and do not cause the problem to occur (images in the file, hyperlinks, etc don't seem to make a difference).

  • "Unknown error" when trying to save Flash Text

    I get the message "unkown error" every time I try to save
    flash text. Help topic in Dreamweaver 8 outlines the steps to take,
    but not what to do if it doesn't work. I followed a thread for this
    problem in the knowledge base, but it suddenly stopped with no
    apparent solution. Please help!
    P.S. I did as one responder suggested and opened a new page,
    typed some text, and linked it to something in my root folder. File
    path is: file:///Macintosh HD/Applications/Macromedia Dreamweaver
    8/East Meets West/eastmeeetswest.html

    Are you using mac os?
    as a guess from years of this- there is a "funky" character
    in the hd name,
    your username, or a folder name in the path to this local
    site folder. Dw
    trips up on the character and can't resolved the path to the
    local site
    folder.
    so it doesn't create Flash Text or Flash Buttons and gives an
    Undefined
    Error.
    And will give constant nags that "the selected homepage is
    not in the local
    site folder"
    please do this.
    open a new dw document using File->new
    -->don't save this file<--
    type some text, select it, and using the property inspector's
    Browse to File
    folder icon make a link to this site's "homepage"
    view the code, copy the link code and paste into reply.
    it should be an absolute full hard drive path like this:
    href="file=///hdname/Users/username/folder/folder/file.html"
    technote: "File or folder name in Mac OS may break
    Dreamweaver
    functionality"
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14452
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Browser that will "save as text"

    On a PC with IE, I've relied on "save as text" to handle pages with a paragraph-long recipe buried in 20 pages of XML. Safari won't do itr :-(
    Can someone who actually uses Chrome, Firefox or Opera confirm that their browser will do this in ISO Latin 1? (not in unicode - no other software I have can use it)
    In my first month of Mac use, Apple Support has been reduced to telling me to re-instal the system four times after "something must have been hit" installing or removing apps. Trust you understand why I want to ensure I'm going through all the hassles for something that will in fact solve a problem.

    johnsankey wrote:
    TextEdit doesn't work as soon as you have even a single pasted character that's not in the character set used for saving - it just says "go to ****", refusing to tell you where the offending character is to boot....
    Sounds like I have to start looking instead for a replacement for TextEdit that will at least highlight characters it doesn't like. Mind you, all Windows software I've used simply issues a warning that some characters will be lost and lets you say OK...
    Any suggestions for that on a Mac?
    Not sure why you are having a problem with text edit.  I cannot duplicate your problem.  I can even drag/drop japanese text with no problems (make sure text edit is in RTF mode).  Try drag/drop into open RTF text edit window.

  • Why can't I save a text written from PC to "Sent" ...

    I thought I'd type in a text at the keyboard. I thought it would be a faster experience than using the phone keys even with predictive text. After going to the trouble of entering a contact into phone memory, because PC Suite can't access contacts in the SIM card, I now find I can't save the text I've been able to send to the "sent" folder.
    Why? What am I doing wrong - is this another bug?

    Have you tried a hard reset (holding the sleep/wake button and home button at the same time until the screen goes black and the apple logo appears)? If so, and if you're still having issues, have you tried to restore through iTunes as a backup? If so, and if you're still having problems, have you tried restoring through iTunes as a new device?

Maybe you are looking for

  • What if computer run into "Bootmgr is missing" or "Hard Drive Failure"

    Most of us have the experience of computer run into error,such as bootmgr is missing. The most common reasons for BOOTMGR errors include corrupt and misconfigured files, hard drive and operating system upgrade issues, corrupt hard drive sectors, an o

  • Merge PDF documents into one PDF document

    hi expets I have got an question. I have several different PDFs. Four main PDF and 20 PDFs which are ment as attachements. Via ABAP code i would like to chose dynamicaly several of those attachement PDFs and merge them within one of the main forms. S

  • Drop shadow affects image it's applied to

    I have a grayscale image in a box and when I apply a drop shadow to the box the image goes visibly lighter, -- loses contrast etc. I switched to High Quality Display to see if it was just some quirk with Typical Display but there was no change, I the

  • Exception when run the link for exchangeProfile.

    Hi all:        It is found that exchangeProfile service is not installed or not deployed on NW at least, when I check through visual admin.  exchangeProfile, IntegrationServices, ExchangeDirectory, ExchangeRepository are not deployed services,       

  • Error in the PRAA (create vendors from employees).

    Hi to all! I have a problem: I run the transaction PRAA (create vendors from employees) and receive the message about  error:  "Reference vendor E000REFER0 , company code 1320 do not exist". Please let me know how correctly run the transaction? Thank