Unwanted bookmarks when generating a PDF in FM 8.0

I have a issue about generating bookmarks when creating a PDF. After I have finished my book, I identify my bookmarks while in the PDF setup window. But for some reason, FM creates bookmarks for paragraph tags that I didn't choose. This is happening in particular to my table of contents. I even reconstructed the book file and created a new table of contents, list of figures and list of tables from scratch, paying close attention to every step and I still get the bookmarks I didn't ask for. If anyone has any advice for me I would appreciate it (Adobe or non-Adobe affiliated). My work email is [email protected]... feel free to contact me. Thank you in advance.

The TitleTOC is a marker that is created by FM when we autogenerate a Table of Contents. We also have markers that FM calls Heading1TOC, Heading2TOC, etc.... When we tell FM that we want it to include the paragraph formats Title, Heading1, Heading2 in the TOC (when autogenerating the TOC), FM creates the markers TitleTOC, Heading1TOC, Heading2TOC (respectively). FM creates these markers so that when the book is updated any time in the future, FM doesn't view the TitleTOC, Heading1TOC, Heading2TOC markers as the paragraph formats that they represent.
Funny thing is though...that FM is not assigning bookmarks to the Heading1TOC, Heading2TOC, etc... just the TitleTOC. We think it is a software glitch of some sort (think being the key word there)....but we aren't sure. Maybe you gentlemen have some ideas?
Thanks...

Similar Messages

  • Unwanted bookmarks when combining PDFs

    I've been trying to PDF a 344 page FrameMaker book (several documents) but I keep getting a memory error (I doubt it's my machine cause it happens on others). So I PDFd the individual documents in the book then combined them in Acrobat. That works fine except that a top level bookmark is added for each PDF filename. Looks something like this:
    Report_Guide_1.pdf
    Printing
    Previewing
    Report_Guide_2.pdf
    Quick Report
    SuperReport
    Financial Report Writer
    Report_Guide_2.pdf
    Order Entry
    Invoice - Laser Graphics
    Invoice - Grey Bars
    Order Entry Reports
    And so on...
    I cannot figure out how to get rid of these bookmarks (e.g., Report_Guide_2.pdf) and just have the bookmarks that were established in the individual PDF files. I've gone through the Acrobat Help but I don't find any obvious reference to a setting that controls this. Does anyone know how to prevent the generation of these unnecessary bookmarks during combining (Insert pages)?
    I have also used the Create PDF/From Multiple Files method and it also generates the unnecessary bookmarks.
    I'm using Acrobat 7.1.0 Professional on Windows XP Pro.
    Thanks
    April

    As the script is written, you can cut and paste it into the JavaScript console/ Debugger, "Ctrl + J", and then highlight the text and press the keypad  "Enter" key.<br /><br />You can place the following variation in Acrobat's JavaScript folder and have a menu item:<br /><br />function RemovePDFTypeFromBookmarks() {<br /> /*<br />Author: Sean Stewart, ARTS PDF<br />Date: 2 June 2004<br />Description: When you merge documents using Acrobat's merge process<br />it creates a high-level bookmark with the filename of the merged document and<br />subordinates all bookmarks from the merged document below this.<br /><br />This script can be used to:<br />1) moves all subordinated bookmarks up the bookmark tree; and<br />2) delete the filename bookmark<br /> */<br /><br />var bm = this.bookmarkRoot;<br /><br />// Find the bookmarks which have .PDF and move all their children to the end<br />// of the bookmark tree. Add each found bookmark to an array so that<br />// it can be deleted at the conclusion of the process<br /><br />// Create an array to hold the bookmarks to delete @ a later stage<br /><br />try {<br />var bmToDeleteArray = new Array();<br />// console.show();<br />// console.clear();<br />// console.println("Removing bookmarks with string \".PDF\" in name");<br />// Iterate through each bookmark<br />var ibmLength = bm.children.length;<br />for (var i = 0; i < ibmLength; i++) {<br /><br />    // Check to see if this is a filename which<br />    // contains sub-ordinate bookmarks<br />    var bmToCheck = bm.children[i];<br />    // test as case insative<br />    if((bmToCheck.name.toLowerCase().indexOf(".pdf")!=-1) && (bmToCheck.children!=null)) {<br /><br />        // console.println("found bookmark with children " + i);<br /><br />        // Move all children to the end of the root bookmark tree<br />        // being sure to move the first item in each case<br />        // note: this is because the queue is shrinking as<br />        // we move each item<br /><br />        var ibmChildrenToMoveLength = bmToCheck.children.length;<br />        for(var j=0; j<ibmChildrenToMoveLength; j++) {<br /><br />           // console.println("moving bookmark " + j);<br /><br />           bm.insertChild(bmToCheck.children[0], bm.children.length);<br />        }<br /><br />        // Add this to the array of bookmarks to be deleted later<br />        bmToDeleteArray[bmToDeleteArray.length] = bmToCheck;<br />    }<br />}<br /><br />// Iterate through the array of 'filename' bookmarks to delete<br />// and delete them<br /><br />for (var i = 0; i < bmToDeleteArray.length; i++){<br /><br />// Delete bookmark<br />   bmToDeleteArray[i].remove();<br />}<br /><br />// Finally remove the array as a nicety<br />delete bmToDeleteArray;<br />// console.println(bmToDeleteArray.length + " booksmarks found and removed.");<br />}<br />catch (error) {<br />app.alert("Action failed.\nThere must be an open document to process\n"+ error, 0, 3); }<br />finally {<br />// console.hide();<br />return;<br />} //end try<br /><br />} end funciton<br /><br />// insert after the "Close" item (the default behavior)<br />app.addMenuItem( { cName: ,<br />cUser: "Remove \".PDF\" Bookmarks",<br />cParent: "Tools",<br />cExec: "RemovePDFTypeFromBookmarks()",<br />cEnable: "event.rc = event.target != null",<br />nPos: "Object Data"});

  • How to preserve a background color, when generating a PDF file

    I am trying to create a PDF file from some application. Please note that the picture in this application has the black background. So I invoke a Print command and set a printer as "Adobe PDF". As a result, I have generated
     a brilliant PDF file of my picture, but on the WHITE background. When selecting the Adobe PDF printer, I have looked through all its settings ( in the Adobe PDF settings, I have found several tabs: General, Images, Fonts, Color, Advanced, PDF/X), none of them generated the original background color. 
    So how can a generate a PDF file, having the original background color (black, in my case) ?
    Oleg

    Now I feel that the background definition in the Adobe PDF printer and the background definition in the application the Adobe PDF printer is invoked from -- two different things. So I guess how can I define the black background in the Adobe PDF printer? I cannot find such settings.

  • Garbled fonts when generating a PDF file

    Greetings all:
    I am currently creating a series of documents in FM10 which are then converted to PDF for eventual posting on the web.The first two converted to PDF okay (more or less). I created a chapter template which is used for making the third document. All of the formats and document properties are the same. When I generated the PDF (saved book as PDF), I got some weird results. All of the headings, chapter titles, and other text that used the Lucida Sans Demi Bold font came out garbled. Even the character count doesn't jibe with the original in Frame. I checked to make sure the font is installed in the c:\windows\fonts folder. Adobe PDF is set as the default printer. I tried generating the PDF with "Rely on system fonts only, do not use document fonts" checked and un-checked both. There was no difference in the output.
    I don't have much of a choice in fonts. The people I'm doing the work for really want to use the Lucida Sans Demi Bold font. Other sans-serif fonts look okay in regular type but their bold faces are too bold.
    Fonts aside, what's going on with the PDF conversion and why am I getting it now with this new document when it worked before with the other two documents?
    BTW - I'm using the PDF add-on that came with FM10. We don't have the full version of Acrobat installed. No one to compare notes with here, I'm the only writer and the only FM10 user. On a Win7 platform.

    Make certain that the "Convert CMYK Colors to RGB" option is checked in your SaveAsPDF window. Otherwise, you're using the CMYK workflow, which has some serious problems.
    [Please ignore the upper highlight - re-cycled image]

  • Hotspots created in Framemaker 11 don't work when generating the PDF

    I'm trying to create several hotpots on an image that go to specific locations in a table. I have no problem creating them in Framemaker 11 and the links work fine when I test them using CTL+ALT and the mouse pointer. When I generate the PDF, however, the images has no hotspots and when I click on the image, nothing happens.
    Some other information:
    I'm using Framemaker 11 on Windows 8.
    The image was originally a .png, but I tried it with other image formats and still the same result.
    Is there a setting I need to change when I generate the PDF?

    I primarily use Save As PDF, and I'm not having problems with any of my other links.  I tried printing to the AdobePDF printer, but I get the following error: When you create a PostScript file you must rely on system fonts and use document fonts. Please go to the printer properties, "Adobe PDF Settings" page and turn OFF the option "Rely on system fonts only; do not use document fonts.
    I unselected this option, but I'm still getting this error message. Perhaps I need to close Framemaker and open it again? I'm not sure if this has anything to do with the PDF not being able to generate hotspots, though.

  • Jfmerge:Invalid printer Type (98) when generating  a pdf output.

    I am receiving "Invalid Printer Type (98)" error message when i call jfmerge from my servlet to generate a pdf output. Any idea?
    Thx,
    Anupam

    Hi Frazer,
    I am indeed using Central Output Server not the Central Pro. Is there any trial version available for Central Pro? Any information on this will be greatly appreciated.
    Thanks,
    Anupam

  • Appearance is different on the screen and when generated to pdf

    When i generated a report to pdf, the appearance is different from the one seen on the screen. The paper layout in the report just consists of only boiler plate text.
    Can anybody tell me is it wise enough to put the text directly without being enclosed by a frame as it's appearance is different when you run the report on the screen and when you generate to pdf.

    Follow all the Steps here
    http://support.apple.com/kb/HT1808

  • Field error when generated to pdf file

    hi all,
    please help.
    I have an oracle report generated which will show numeric figures out. eg. 500.00
    when this report generated to pdf file, the numeric figures field becomes 4835.50.
    Does anyone comes across this issue? i checked with my software vendor and they said this is an oracle bug when generating oracle report 6i to pdf file.
    Is this true?
    Please advise. Appreciate anyone help here.
    Best Regards.

    Hi,
    check with this file.
    'uifont.ali ' file in "$ORACLE_HOME/guicommon6/tk60/admin " folder.
    try with this.
    --Basava.S                                                                                                                                                                                                                                                                       

  • How to update bookmarks when merging two PDF files?

    We have a company catalog that gets generated once a night.  It's three step process:
         Step 1)  A raw XML file gets generated from our main ERP software (Microsoft Dynamics).
         Step 2)  Then that raw XML file is ran against a stylesheet with XEP to produce a nice professional looking catalog.
         Step 3)  And the third step is a script that merges the front and back covers with the main catalog produced in step 2.  Each cover is two pages (front and back).
    My problem is when step 3 runs it produces a final catalog but all the bookmarks are off by 2 pages because the front cover adds two pages in the very beginning.  This post may be premature because up until now I've been merging the PDF pages with a program called "GhostScript" and it allows me to merge them via line command.  I'm just now trying out AcroExch.App COM Object for VBScript so I'll see if it works but wanted to fire this out for help to see if anyone has encountered this or can confirm if Adobe automatically updates them for you?  When I "Merge" the PDF files through Acrobat Pro they get updated automatically, so hopefully it will work the same way with AcroExch.App Object.   Thanks guy!

    I think you might be misunderstanding what I'm saying... we are not performing tasks for non-licensed individuals.  We purchased a copy of Adobe Acrobat Standard so we could create a PDF of our catalog.  That catalog we then put on our website and let people download it.  Since our products change all the time, we generate a new catalog every night.  The term "server" is just a place where a script runs, I could have it run on my desktop computer if that's really an issue but I think we're talking semantics.  Acrobat is not what produces the main catalog PDF, that is done through XEP when it runs through the raw XML produced by our ERP software every night.  The only thing we want Acrobat to do is an automated process to merge 3 PDF files together:  Front Cover, Main Catalog and Back Cover.  That's it.   Are you saying that is against the EULA of Adobe for us to do that? 
    Now for the bookmark problem, what do you recommend I do then?  When I merge all three of those PDF files in Acrobat Standard manually it works perfect.  All I'm trying to do is automate that process once every night.  I know how to automate with Acrobat, I just can't figure out how to fix the bookmark problem?

  • Reset PDF bookmarks when saving as PDF from structured FM - Book 11.0 with fm components (*.book).

    Hi,
    I've read the forum discussions/solutions on setting PDF bookmarks, but I'm afraid the various solutions appear to only work if you are consistently working in .fm book files, not if your source files are in structured .fm format.
    For example, I have to constantly reset the bookmark settings in FrameMaker when I follow our PDF process of saving the structured FM files via the File -> Save Ditamap As -> Book 11.0 with fm components (*.book) route. I can set the bookmarks in the first file of the book, and/or set them using the Format -> Document -> PDF Setup menu options. But an hour later, if I discover I need to make a change in our source material (.ditamap/.xml) and create a new PDF again, I must make the same exact bookmark settings at the .fm level in this process (i.e. creating new .fm files from the .ditamap/xml files overwrites the previous .fm files, requiring bookmark setting, again).
    I think the only possible solution for a short-cut in this situation is to write a script to set those bookmarks each time we go from .xml to .fm. Does anyone see another way around this?
    Thanks!
    Diana

    Hi Diana...
    You're right that only FM binary files can store PDF setup information (in theory XML files could store this data, but that's not the way it's currently set up). In order to have this data available in files generated from XML, you'll need to set it up in the structure application template(s). You also need to make sure that all files in the book use the same tag names. The following topic was written for DITA-FMx users, but the concept should apply to regular FM-DITA as well ..
    http://docs.leximation.com/dita-fmx/2.0/?ditafmx_setuppdfbookmarks.html
    I hope that helps.
    …scott

  • Missing bookmarks when printing to PDF (from Word 2003)

    When I want to convert my word-document I first used the "convert to Adobe PDF button" that is shown in the top bar in Word. However each time i used this, it was creating failures making Word shut down. So I decided to try and use the Print to option and the instead of a printer select the Adobe PDF driver. This is working great for except for the fact that it does not
    add bookmarks to the PDF-file were (if it works) the Convert to PDF methode did. This is also set in the Adobe Acrobat preferences under Convert To PDF, only it does not work when using printing to the Adobe PDF driver. Anyone know how to solve this?
    I'm using Word 2003 SP3 and Adobe Scrobat Professional 8.1.2.
    greets sjaaky

    THanks for the quick answer, I disabled the accessibility but unfortunantly it didn't resolve the problem. I get this error:
    AppName: winword.exe AppVer: 11.0.8202.0 AppStamp:47420667
    ModName: winword.exe ModVer: 11.0.8202.0 ModStamp:47420667
    fDebug: 0 Offset: 00801e16
    greets Sjaak

  • Why does a red line is appearing when generating a pdf file from illustrator?

    I create my slide using illustrator (from CS2 to CS5) and when I save the file in pdf format, a red line is being created around the rectangle border of the silde.
    I don't know how it was generated and what to do to remove it.
    I need help please.

    car-c,
    Is it vector or raster artwork?
    Slides?
    A few images might reveal something, one preferably being a screenshot with the artwork selected, maybe along with an opened Leyer.

  • Problem when Generating a PDF , from a SPOOL

    Hi,
    I'm using the Standard report RSTXPDFT4 to generate data from a spool to a .pdf file.
    When the program runs online the data is generated correctly, but, when the data has more then 99 pages, it runs in background, give me the return that the PDF was produced correctly but i can't find where.
    I used the path C:\file.pdf but since the server is UNIX, it has got none "C:" Directory.
    Then i tried to use /usr/sap/trans/tmp , but the program don't find this path.
    Does anyone know how to solve this problem?
    Thanks and regards.

    see ...
    go to your desktop   <b>create  one  pdf  file   empty    see  rightclick the file  and see  the properties of the file  ... there the path of the  file</b>  will be there  ..  copy and paste it in the   RSTXPDFT4   file path .
    just  give the file   path as your desktop   and   do  background   ... so that the spool will be downloaded into your   desktop with  the file  name
    i think  problem is  the file  path  ..... see the  properties of the files in your  desktop
    Girish

  • How do I prevent Acrobat from encoding # in hyperlinks to %23 when generating a PDF from Word 2010?

    Existing posts seem to indicate that the only solution is to manually modify each hyperlink in the generated PDF. This is a tedious and time-consuming process that I would like to avoid at any cost. Is there an alternative?
    Joe

    It is relative, but I don't want it to be. The problem is that I don't see any way in either Acrobat or InDesign to specify that it must be absolute.
    It sounds like if I were to keep my working file on a local drive and export from there, it would automatically create an absolute link to the network path, but another designer is also working on the project and needs to be able to access the file. I could also copy the entire working folder to a local drive before exporting each time, or manually update the links in Acrobat from a local copy of the PDF after each export... but these both seem like ridiculous extra steps that shouldn't be necessary.
    Is it really possible that neither program allows the user to control whether a link is relative or absolute? Should I post this in the InDesign forums, though the issue seems to be in Acrobat?

  • Setting a High Resolution when generating a PDF

    We build a lot of files for the outdoor industry (Billboards) the vendors send us the parameters that they want the files built at. For example, 1/20 th scale, and at that scale they set a certain "dpi" they require. So my questions: what is the max I can set? (I tried to set at "4800dpi (NOT a typo) wouldn't allow me. Suggestions? Thanks for your help.

    Where are you trying to set a resolution? I suspect it doesn't have
    the effect you imagine it might.
    Aandi Inston

Maybe you are looking for

  • Help:  Itunes has encountered a problem and had to close

    I receive this message every time I try to sync my itouch with itunes. I'm running the latest version of itunes. I've already tried re-installing itunes and that has not helped.

  • [CS2/CS3 JS] Change case of selected character style

    Dave Saunder's great script http://indesignsecrets.com/downloads/scripts/ChangeCaseOfSelectedStyle.jsx works wonders if you're dealing with paragraph styles. I wanted to make it work with character styles. Naively, being a scripting rookie, I just re

  • Problem sending jms message from Web page button (JSF 1.2)

    SJSAS PE 9.0 running on Windows Some of the code //imports: import javax.jms.ConnectionFactory; import javax.jms.Queue; import javax.jms.Session; import javax.jms.JMSException; import javax.annotation.Resource; //Injection @Resource(mappedName = "jms

  • Mac OS X Panther install/boot

    Hello, I am from Germany and my english ist'n that good. I hope you can still understand me. I've got an iMag G3 Indigo, 350 mHz, 192 MB RAM. First it hat 64 MB RAM and I adeted 128 MB ram. Now I want to install Mac OS X Panther. Everything works fin

  • EBP PO Dump "GETWA_NOT_ASSIGNED"

    Hi, I have one ESC PO when i am going to approve the order and to see the versions ( Change version  with any other version( Active or Historical) PO is going in to Dump saying that Interpreter Failed The Internet Transaction Server failed to generat