Trying to remove mass text anchors

Hello all,
At my job we clean up files created by various clients. For one client (and only one...) every file we get from them is filled with what looks like text anchors when we turn on "show hidden characters". They cannot be hilighted, and sometimes there can be anywhere from 2 to 6 of them in a row.
If we don't remove them, it causes problems for the next step in our process, and manually removing them can take a long time. Does anyone know of a fast way to find/delete these?
We primarily use InDesign CC, but we also have tried this on Id CS5, CS5.5, and CS6.
Below is an example of what we see when this happens. I wasn't able to recreate the issue, I simply copy/pasted, and re-typed around it.

@Joel – hm… Is it a bug?
Several bugs there, I think.
Of course, it depends on the definition of the term "bug".
Let's see:
1. Injecting a special character (the dreaded <FEFF>) in a data merged document every time when an empty "slot" in the used CSV file is present. I think we have strong evidence for that. Feature or bug? I tend to see that as a bug. A new character is introduced where no character should be present.
2. Copy/Paste <FEFF> to the GREP search fiels and getting not \x{FEFF} but ~I is a bug.
Is that ~I a HAIR SPACE character? No. It's not… A hair space character would be: ~| (the character after the tilde is a pipe).
3. Searching for \x{FEFF} in GREP does not find the <FEFF> character. Perhaps no bug, just a limitation of the GREP implementation in InDesign
4. The same goes for the special character <0016> that represents a table object in a story:
A GREP defined as \x{0016} cannot find it, but TEXT search is able to do so.
5. The case of the injected XML tags right after a data merge. Not discussed here, and not a common problem. As far as I can see only two users here around are affected. We still don't know why this would happen. We can work around it, but don't know the  culprit. So it is open to consider this a bug…

Similar Messages

  • Removing empty text frames

    trying to remove any text frames with empty content but it doesn't seem to be removing correct textFrame layers, any idea what I might be doing wrong?
    var numberOfEmptyTextBoxes = 0;
    var layersWithNoText = new Array();
    if ( app.documents.length > 0 ) {
        for ( i = 0; i < app.activeDocument.textFrames.length; i++ ) {
            text = app.activeDocument.textFrames[i].textRange;
            numWords = app.activeDocument.textFrames[i].words.length;
            if (numWords == 0){
                      layersWithNoText.push(i);
                numberOfEmptyTextBoxes++;
        if(numberOfEmptyTextBoxes > 0){
                  alert("WARNING you have " + numberOfEmptyTextBoxes + " empty text boxes");
        alert("layers with no text:" +layersWithNoText);
        removeTextLayersWithNoContent(layersWithNoText);
    function removeTextLayersWithNoContent(layersWithNoText) {
              var layersWithNoText = layersWithNoText;
              for (var i = 0; i < layersWithNoText.length; i++) {
                        var currentIndex = layersWithNoText[i];
                        alert("current index: "+currentIndex)
                        app.activeDocument.textFrames[currentIndex].remove();

    yes, to do it like that, you would have to loop backwards to remove the textframes and not mess up with the indexes,
    or, push the textframes into your array like this
    var numberOfEmptyTextBoxes = 0;
    var layersWithNoText = new Array();
    if ( app.documents.length > 0 ) {
        for ( i = 0; i < app.activeDocument.textFrames.length; i++ ) {
            text = app.activeDocument.textFrames[i].textRange;
            numWords = app.activeDocument.textFrames[i].words.length;
            if (numWords == 0){
                      //layersWithNoText.push(i); // don't push the indexes
                      layersWithNoText.push(app.activeDocument.textFrames[i]); // push the actual text frames
                numberOfEmptyTextBoxes++;
        if(numberOfEmptyTextBoxes > 0){
                  alert("WARNING you have " + numberOfEmptyTextBoxes + " empty text boxes");
        alert("layers with no text:" +layersWithNoText);
        removeTextLayersWithNoContent(layersWithNoText);
    function removeTextLayersWithNoContent(layersWithNoText) {
              var layersWithNoText = layersWithNoText;
              for (var i = 0; i < layersWithNoText.length; i++) {
                        var currentIndex = layersWithNoText[i];
                        alert("current index: "+currentIndex)
                        //app.activeDocument.textFrames[currentIndex].remove(); // removing 1 item re-indexes the remaining items
                        layersWithNoText[i].remove(); // remove the textframes in the array, regardless of actual index

  • Help! Trying to remove text from an already saved image

    I accidently saved an image with my watermark & now the image is locked & also saved as a jpeg image.  I can't remove the text without stamping it out or just starting over.  Does anyone know how to remove text from an image that has already been saved?

    You could have saved it before closing the image. As long as the image is open in Editor, we can always go back to the original position and get back the original file.
    In case you have closed, check if you have saved it as a version set. If your file name contains "edited-1" something, you have the file preserved.
    Otherwise, if you have replaced the file without having any copy of it anywhere else, you cannot revert the changes.

  • Cross reference text anchor source in Word doc

    I'm trying to figure out a way to automatically generate page numbers for a list of courses at the back of a course catalog. The listing is not arranged alphabetically or in the order the courses appear in the catalog, and (right now) the listing is a table. Because of this, I don't think a TOC or Index would work.
    Cross references seem to work, but they're just as much work as turning pages, finding each entry, and typing it into the list. What I'd really like is to be able to use cross-references to text anchors, but have the anchors inserted in Word, before it goes into Indesign. Many of the courses repeat from one catalog to the next. The editor who creates the Word file does so by pasting each course with its description into one big Word file. If the text anchor were in each course to begin with, it would end up in Indesign and I would only have to reference it to generate a page number.
    It seems that Word's Bookmarks come into Indesign as text anchors, but not with their original names. The first bookmark, regardless of its name in Word, comes in named "Anchor". The next one comes in named "Anchor 5" or something like that. I want them to come in with course numbers or some other unique identifier. "Anchor 5" doesn't really tell me anything.
    Any ideas?
    Ken Benson

    Kenneth Benson wrote:
    I'm trying to figure out a way to automatically generate page numbers for a list of courses at the back of a course catalog. The listing is not arranged alphabetically or in the order the courses appear in the catalog, and (right now) the listing is a table. Because of this, I don't think a TOC or Index would work.
    Cross references seem to work, but they're just as much work as turning pages, finding each entry, and typing it into the list. What I'd really like is to be able to use cross-references to text anchors, but have the anchors inserted in Word, before it goes into Indesign. Many of the courses repeat from one catalog to the next. The editor who creates the Word file does so by pasting each course with its description into one big Word file. If the text anchor were in each course to begin with, it would end up in Indesign and I would only have to reference it to generate a page number.
    It seems that Word's Bookmarks come into Indesign as text anchors, but not with their original names. The first bookmark, regardless of its name in Word, comes in named "Anchor". The next one comes in named "Anchor 5" or something like that. I want them to come in with course numbers or some other unique identifier. "Anchor 5" doesn't really tell me anything.
    Any ideas?
    Ken Benson
    Hi, Ken:
    IIRC, Word's cross-references are preserved in InDesign. Have you tried it?
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Can you lock cross-reference or text anchor characters.

    Hi,
    I am trying to set up a document which multiple people can edit and the cross-referencing has been a great tool for some things. However, I am scared that many of the references will get broken as these other people edit the text.
    My Question: Is there any way to lock hidden characters like these so that they don't get accidently deleted? I would like to know if this can be done for text anchors too!
    If this can't be done, please let me know!!!!

    As far as I know, the answer would be no. If text is editable, any anchors or markers contained in the text are able to be deleted.

  • Cross-Reference using Text Anchor problems

    I am having problems with creating "New Cross-Reference" using a "Text Anchor" in CS4 Indesign.
    I can mimic what I want using a "Link to Paragraph", selecting the paragraph style and link, and then using the "Partial paragraph and Page Number" options.
    I would prefer doing this using a Text Anchor.
    I've tried creating a text hyperlink, but in whatever I am doing, I never get any "Text Anchor" OPTIONS in the New Cross-Reference menu.
    Adobe should also change the Text Anchor menu item, since there are "Text Anchor" options in InDesign that appear to have nothing to do with Cross-Referencing.
    The other problem I am having is that in defining the open-quote and closed-quotes around the Paragraph Text variable, I wish to have typesetter's quotes instead of the default vertical quotes. If I use the Splat button to choose ^{^} options, then I get funky "G"'s in my reference instead of typesetters quotes -- even if I choose a "Character Sytle for Cross Reference" and force it to my current font choice. What's going on here?
    SC

    Hi, Seir:
    I agree that it's confusing. Here's how I do it:
    To create a text anchor at the insertion point location:
    * Open the Hyperlinks/Cross-References panel's menu (also called "flyout menu." It's the small icon at the upper-right of the panel, below the double-arrow (>>) icon that collapses the panel.
    * Choose New Hyperlink Destination. THIS SHOULD BE NAMED NEW TEXT ANCHOR!!!
    * Choose Type: Text Anchor
    * Name the anchor as you like Click OK.
    To create a cross-reference to a text anchor:
    * Place the insertion point where you want it.
    * Click the Create new Cross-Reference button on the bottom of the Hyperlinks/Cross-Reference panel.
    * Choose Link To: Text Anchor
    * Choose the target document
    * Choose the text anchor
    * Choose the Cross-Reference format
    * Choose Appearance properties
    * Click OK
    I'm not sure what could cause the straight/curly quotes problem other than perhaps the font doesn't have curly quotes. Have you tried other fonts?
    HTH
    Regards,
    Peter Gold
    KnowHow ProServices

  • Email link to a pdf with text anchor on web site

    I'm trying to create an email with a link to a web site's pdf file with a text anchor. I want the link to take the reader not just to the pdf file but to a certain location in the pdf file. I'm creating the pdf with the text anchor in Indesign 4. It's not working. Is this even possible?
    Many thanks, Lorraine

    http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
    See also http://www.htmlcodetutorial.com/help/sutra66019.html for a full discussion. But of course it all depends on the application you are trying to open the PDF with -- not all of them may support these parameters.

  • How to remove a text in browser: Some plug ins used by this page are out of date

    How to remove a text in browser: Some plug ins used by this page are out of date. It occur in every page when I surfing. I am aware that is a threat but when I tried to install an update of flash the userinit.dll file from windows registry had gone and I had to reset everything.

    a error during the flash update might be itself an indication of malware active on the pc. the browser is your door to the web - therefore it's very important to keep it and all plugins up to date in order to keep your pc & the integrity of your personal data safe.
    [https://www.mozilla.org/plugincheck/]

  • How can I remove ASCII text from a field when I use it in a query

    How can I remove ASCII text from a field when I use it in a query?
    I am running a select statement on a table that appears to have ASCII text in some of the fields. If I use these fields in the where statement like the code below nothing returns:
    SELECT FIELD1 FROM TABLE1 WHERE FIELD1 IS NULL
    But the field looks empty if I do a straight select without the where clause. Additionally, one of the fields has text but appears to be padded out with ASCII text, which I need to strip out before I can use this field in a where or join statement. I have tried using a trim, ltrim, rtrim, to_char, nvl, decode and nothing works. When I use excel to run the same query it looks as if these ASCII fields are boxes.
    I have asked our DBA team to see what they can do to prevent these from going into the table, but in the mean time I still need to run this report.
    Do you have any suggestions?

    Can you provide an example? I've been trying (for
    example) "select translate(' test one', ascii(' '),
    'X') from dual" with no luck.
    Thank you.To replace space, you should query like this:
    select translate(' test one', chr(32), 'X') from dual instead of select translate(' test one', ascii(' '), 'X') from dual Thanks,
    Dharmesh Patel

  • Removing overset text in empty table rows (InDesign CS5.5)

    I have some overset text in a table that appears to be empty rows.  I've opened story editor so I can remove the text, but I can't select the area that's overset (the red lines).  How does one remove this overset stuff if you can't select it.

    Have you tried adjusting the height of the row to reveal the over set text?
    Or try placing your cursor in the cell in question and just hit the delete key...Sometimes invisible characters like column break can be accidently added.
    Or perhaps, highlighting the entire row and hit the backspace key.

  • Cross-references to hyperlink destinations (text anchors) results in file slowdown

    I'm using text anchors for the first time in a 12-file book (~280 pages) for the table/figure list in the front matter. There are maybe 100 or so total cross-references in the front matter in tables (where one column is the text of the figure title and one column the page number).
    About halfway through the process of adding the cross references, things got reallllly slow, and only in that one document. So slow that reformatting became almost impossible, because of the delays.
    So I went through many of the usual troubleshooting steps, just in case. Trashed preferences, trashed the style, etc. I exported the file to IDML and created a new file from that. It helped, but I can tell that it's still not quite so snappy.
    My question, then, is if this is to be expected with what may be a large number of hyperlinks/text anchors? All the other files in the book act fine, so it's not an InDesign-wide slowdown. Are there any best practices when it comes to using hyperlink destinations?
    As an amusing aside, before I tried the troubleshooting steps I had a clever idea--to insert the cross references into a new, blank document and then paste them into the frontmatter file. Consist and ugly crashes to desktop resulted.

    George Krompacky wrote:
    Peter,
    Thanks for your reply. Yes, the TOC could do this and would be an easier approach. But I hadn't anticipated using it and so didn't have my ducks in a row as far as having the styles consistent for chapter titles, figures and tables. Next time I will do so. I can guess that as a TOC doesn't generate live links, it shouldn't have a performance impact like dozens of cross-references do.
    Yes, the TOC is inert except when it's being generated.
    Regardless of how "creatively chaotic" or "chaotically creative" your chapter, table, and figure title paragraph styles are, as long as all chapter titles are tagged with style names that are not used for figures or tables, and similarly figures and tables are not tagged with styles used for the "other," you can still generate a usable TOC. The idea is to capture all the paragraph styles for each category, and display each category's captured paragraphs as uniform TOC entries - i. e., all chapter title entries are the same, all table title entries are the same, and all table title entries are the same. If you don't want the categories intermixed, create a separate TOC for each category, place each TOC separately, unthreaded to other document frames.
    If you'd like to try a few things to see if it's possible to quickly remake the TOC and regain a responsive working document, before doing anything else, save the whole project to a secure place, and work on the copy. Then:
    * Move the Text tool insertion point to each cross-reference's destination by selecting the reference in the cross-reference panel and clicking  the right-pointing arrow on the panel status bar; then verify that the paragraph is tagged with an appropriate style that doesn't belong to the other category of TOC items.
    * After all the TOC-to-be items are identified and verified that they're tagged correctly, delete the text frame(s) that contain the TOC that's created with cross-references. All the references will break, of course. You've got the secure original project somewhere, right?
    * Set up the TOC roughly; just pick the paragraph styles for each category - chapter, figure, table, and generate a TOC for the book. Drag to place the TOC on a clean new page, and DO NOT THREAD THE TOC TO NON-TOC TEXT FRAMES.
    * If the extracted paragraphs are in their correct categories, you can create new TOC styles for the TOC entries, or, if they exist, assign them in the TOC setup dialog box, and regenerate.
    If this result gives you a sense of what needs fixing, and you have the time, refine the TOC styles so you can get the exact appearance you want. By avoiding changing the source paragraphs in the main document, you'll avoid any risk of reflowing anything. Finally, after the project's completely done and handed off, you can spend time refining the rogue source paragraph styles, IN A COPY, for use going forward.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • How do send photo through BCC mass text

    Hello community, this is my first post.
    I run a small delivery service and I would like to advirtise weekly specials by Mass texting photo / picture
    where non of the receipients can see each other.
    I've tried a few apps, including "Group Text!" but their app doesn't work.
    They have a video posted on vimeo that basically tells you turn off group messaging and imessage while leaving MMS on
    The next step is to use the in-app contact list selection.. copy that list.. compose message.. paste list..
    Then insert text.. attatch photo
    Following these steps allows you to send to multiple recipients, but does so through group messaging.
    Can this be avoided?
    I want to send a photo to multiple recipients without the recipient list.
    Thanks much !

    Search the App Store for a third-party app that may do what you are wanting to do.

  • IXOS removing the text in the email

    HI,
    Mailbox customer Services receives mail/fax etc they are then converted by IXOS and placing them in HR system . This was removed some months ago and but now IXOS is trying to convert these mails once again but now they emails are not uploaded to HR system since that connection was removed months ago.
    This results in IXOS removing the text in the email so the only thing left is the subject.
    Please help me in this regards ASAP
    Regards
    Sreedhar Reddy

    There is no way to save attachments on the iPhone separate from the email. The iPhone security model only allows files to be read by their respective applications; so the attachment is only accessible by the email program.
    The ony 2 choices you have are:
    1. Create some type of saved mail folder and move the email and attachment there, this depends on the type of email (POP/Exchange/Imap) and may not be an option
    2. Forward your email to somewhere else and let the MacBook pull it down.

  • MASS TEXTING NOT WORKING!!!! IOS 7

    ?????? APPLE PLEASE FIX THIS!!!!!!

    Its all software that sends mass text. They even said that they are trying to get apple to fix the issue in the next update. This company i am using says it is the ios 7 version. But they also stated that iOS 7 has issues that diasble the mass texing to more then 50 guests, when ios6 sent to at least 700 people on every ios change since ios 5. I just paid $744.00 to buy a new iphone that has ios 6. IF YOU ARE ONE THAT DOES ALOT OF MASS TEXTING LIKE ME AND HALF OF THE PROMOTERS ACROSS AMERICA, DO NOT UPDATE TO IOS 7. IT WILL DISABLE YOUR PHONE, AND APPLE WILL NOT LET YOU DOWNGRADE NO MATTER HOW MUCH IT AFFECTS YOU.

  • I'm trying to remove imessage without an iphone

    Hi,
    I have recenly changed from an iphone 5 with imessage to a nokia lumia 1020 but I am not receiving some text messages due to imessage.
    I have tried to remove imessage using my ipad and also logging into my mum's iphone but none of these have worked.
    I have also tried to log into the my support profile but keep getting an error message and can't remove my phone number from imessage.
    Thanks
    Natalie

    It has the iOST 6.0 But what I mean by install is that I've been trying to activate iMessage but I can't. Is there any other way to activate it or something?

Maybe you are looking for

  • How to call a text editor from a module pool program

    Hi All, I want to call the text editor from my modulepool program. Enter my text in it and save it.This text needs to be saved in a Z-program with 2 fields as primary keys. The next time while I call this same record from this z table, I need to fetc

  • INDEX 0 SIZE 0 error mssage while opening the screen

    Hi Friends, I have error message for E-Seperation after approval from L1 and L2 managers, screen is displaying below error message. We have customized that application in EHP 4 EP 7.0, here is the reference screen attached. I tested in ST22 there is

  • Wifi connection drops down. [SOLVED]

    Hi, I'm having some issues with the wifi, in my notebook lenovo b5070. The main problem is that the connection drops down after 20, 30 minutes. I tried to change from NetworkManager to Wicd, but that didn't change anything. I also tried to create a p

  • Get Mail  indicator

    I have 4 email account addresses in my In Box and I used to get a spinning wheel beside each of them indicating that it was checking for mail, when ever I clicked on Get Mail. For some reason those little indicators have disappeared so that I never k

  • FilteringClassLoader missing between ear and war classloaders (10.3)

    Hi, When deploying an ear application, and viewing it's class loader hierarchy by using the CAT tool, I can see the following: - On a 12.1 WebLogic server, the hierarchy is : FilteringClassLoader (this contains the filters declared with <prefer-appli