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"});

Similar Messages

  • Save as pdf deleted bookmarks when combining pdf-files

    Hello,
    when I save several books each to a pdf-file with save as pdf (or printing to .ps and converting afterwards), the bookmarks are deleted when I combine the pdf-files with Acrobat. Only one bookmark for the 1st. file exists in the new pdf-file.
    The reference of the bookmarks in the original generated file is e.g. "g3.619626".
    These references are not anymore available in the combined files.
    I've tried several settings before saving as pdf but nothing helped.
    Ther are no problems of combining ordinary pdf-files with bookmarks if they are generated by other programs then Framemaker.
    I need to combine files as well within a book, as "save to pdf" is not able, to generate one file with different pages sizes. I then need to generate a separate pdf-file of the pages with the for e.g. bigger page size and combine it afterwards.
    In that project I'm working there will over all something between 1000 and 1500 pages from maybe 10 books with hunderts of bookmarks plus additionally separete pfd files to combine. So it's not an option to treat every bookmark before combining the pdf-files.
    My system is FM11.02.384 / Acrobat Pro 11.0.3 / Windows 7 64 Bit

    Never having had a need to do it, and Adobe documentation for Acrobat being what it is, I can't tell if AcroPro is supposed to be able to merge bookmarks when merging PDFs. It would be an unsurprising feature, and you do say it works on PDFs generated by means other than FM.
    Here's a hack that might work, if the variable-page-size rendering turns out to be out of reach. You can batch* this.
    Open each component PDF and re-save it with some otherwise harmless optimization (or even none). This will probably cause AcroPro to re-write the internal structures of each PDF, which might then be amenable to merged bookmarks when you re-open them for merging.
    * We do a similar thing for a slightly different problem. We have a software-in-a-box XML publishing app that, at just some seats, is generating PDFs that are tagged for byte serving (fast web view), but are not in fact encoded for it. This causes AcroReader plugin and entire browser crashes for web end users. The s/w vendor can't even tell us where the option is for controlling that feature, because they get the PDF gen code from some other 3rd party. So we routinely batch process all generated PDFs, with, oddly enough, NO "commands" selected. The re-save alone fixes it.

  • Is there a Maximum file size limit when combining pdf files

    I am trying to combine files 8 PDF files created with i Explore using Acrobat XI Standard, the process is completed but when opening the file not all 8 individual files have been combined only the first two have been combined, the process shows all eight being read and combined.
    I can open and view each of the original 8 individual files and read the content without any issue, the largest of the eight files is 15,559kb and the smallest is 9,435kb
    if anyone can assist that would be most appreciated

    Hi Tayls450,
    This should not have happened as there is no maximum file size limit when combining PDFs.
    Please let me know if there are some password protected PDFs also?
    Also, I would suggest you to choose 'Repair Acrobat Installation' option from the Help menu.
    Regards,
    Anubha

  • When combining PDF's, the author is picked up from the first PDF opened.  How can I make it use a new author when combining several documents?

    When combining PDF's, the author is picked up from the first PDF opened.  How can I make it use a new author when combining several documents?

    Make sure that fast web view is enabled.

  • Keeping Bookmarks when using PDF Optimizer

    Is there a way to keep bookmarks when using PDF Optimizer? Or a way to easily transfer my links and bookmarks to the new document?

    Got it. I had "Discard invalid bookmarks" checked. Since the "Discard bookmarks" in the other menu was not selected I figured I would be fine. Oh well, it's working now.

  • Sorting files when combining pdfs?

    Ok, I'm not quite sure how adobe sorts files when combining pdfs, but it seems to be somehow different from MS XP.  Anyway, what I want to do is combine a bunch of pdfs together which are labelled A 1, A 2, A 3... However, I'm finding that when sorting them by name in adobe to combine them in the right order that the 1's, 2's, and 3's get grouped together, where they are then not sorted numerically.  For instance A 2 gets sorted with A 20 and A 200.  Even when I use MS XP to rename (e.g. A (1), A (2)) or use Adobe to extract files from a pdf the files are named in such a way that this always happens.  Anyway to get around this without manually sorting the files?
    A better example of what happens:
    A 1
    A 10
    A 11
    A 12
    A 13
    A 14
    A 15
    A 16
    A 17
    A 18
    A 19
    A 100
    A 2
    A 20
    A 21
    A 22
    A 23
    A 24
    A 25
    and so on and so forth... where I would like
    A 1
    A 2
    A 3
    A 4
    A 5...

    Looks like a lexicographic ("dictionary" or "telephone book,") order and not numeric order. You could add leading zeros to have all the file names have the same length.

  • How to maintain signatures when combining PDFs

    Dear Forum,
    I have an issue when combining PDF files, where the original files with electronic signature field added in Acrobat Pro, the signatures disappear. Is there a way to stop this from happening? I've checked the security setting and currently have everything in the summary settings as allowed, but still the signatures won't carry through into the combined PDF.
    Anyone have any solutions?

    You absolutely can't combine signed files without destroying the signatures, because signatures apply to the WHOLE file, always. Consider using a portfolio instead.

  • 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...

  • Acrobat 9.5, file corruption when combining .pdfs created from Word or Excel (from Office 2010) into a larger .pdf document

    In Acrobat 9, when I combine .pdfs created from Word or Excel (from Office 2010) into a larger .pdf document, there is data corruption. Some of the text appears as blank boxes when the pages are inserted into the larger .pdf, the main document. I have so far solved this by "printing" the files to .pdf, and then inserting them into the larger .pdf main document, but this creates a fatter .pdf file that is much larger than would otherwise be the case. Are there any other solutions within Acrobat 9, please? If this bug has been solved in Acrobat X or XI, please advise. Thanks.

    As far as the images are concerned, that may be a result of your choice of job settings. You may want to use the Press or Print option if the image quality is important. I assume you are talking about bit images in this case.
    As to the hangup, have you checked to see if AcroTray is active on your system? It may not be running as needed. In the meantime, try checking print to file and then opening that file in Distiller to complete the conversion to PDF.
    Before you ever try a reinstall, you need to do a repair first to see if that resolves the problem. There are a lot of unknowns about your exact process for the printing and your job settings that may be part of the problem. The rest of your system setup is useful in some cases, but did not help me see your problem.

  • When combining PDFs Acrobat XI Pro crashes. It manages to save the newly created document but the resulting crash is really frustrating. Any input would be welcome, thanks!

    Just as the post said, I have a user that frequently combines PDFs. When she tries to combine documents, it crashes, although it does save the new document.
    The crash takes away from her productivity and she isn't pleased as this was also happening with Acrobat 9 Pro that we just upgraded from. Any ideas on why
    this is occurring would be most welcome. Thanks!

    Acrobat versions prior to 9 had a bug which allowed you to do what you did. In Acrobat 9 this bug was fixed. In order to do what you want you need to certify (apply special certification digital signature with your certificate -- it is "Certify (Visible/Invisible)" choice in the "Work with Certificates") your document first. In the process of certification you can specify which modification permissions you allow the users of your document to make after signing. Certification signature must be the first signature in the document.

  • Keep unique page numbering when combining PDFs

    I have a series of PDFs that I am combining for a project, but I need to keep the unique page numbering found in each file. Each PDF is a volume in a set and has page numbering like "v1 100" for page 100 of volume one. There are also seperate page numbering styles for unnumbered pages that have images. This is done so that each page has a unique page number in acrobat that matches the number on the image of a page.
    However when I combine PDFs it throws out all of the page numbering and goes back to 1, 2 ,3, etc. If I open the first PDF and insert the second at the end it just sets the whole second volume to have the page numbering schema for the last page of volume one.
    Does anyone know of a solution for this problem? I don't want to go through 1000+ pages of renumberingagain.

    Hi Sunder,
    Thanks for your reply.
    My xml will have only one invoice header group per invoice.If at all I need have xml tag, my xml need to have two invoice header groups one for remittance and second one per customer copy.
    I am looking for solution handle this scenario in template with one invoice header group per invoice.
    Kavipriya,
    I have two pages template, I put customer copy in first page and remittance copy in second page header.
    Only one for-each@section at the start of the first page and end loop at the second page.
    Thanks
    Javvaji
    Edited by: praveen javvaji on Oct 28, 2010 10:23 PM

  • Corrupted characters when combining pdfs

    I am trying to combine a set of files into one pdf document. Each pdf file was created from Microsoft word and they all display perfectly as single files.
    However when I combine all the pdfs into one document a lot of the text becomes corrupted and displays as square boxes instead of the correct characters.
    Can anybody help please?
    Thanks
    Steve

    I am not sure Preflight is part of Standard. If it is, you will find it under the Advanced menu. However, it appears that the embed fonts is not one of the profiles for AA8. AA9 has an embed fonts profile. If you have all of the original files available, the fastest approach might be to go back to the original files and recreate the PDFs, selecting the Press or Print job options. For combining, you may have to change the job options to not embed subsets. Sometimes the use of subsets causes problems when combining. Before you waste time on a whole set of files, I would suggest you play with 1 or 2 to see if things work out. I hope this process resolves your issues. Basically, all I am suggesting is what I would try to make it work. You can also use ctrl-D in Acrobat to get the document properties and check the font embedding under the font tab. If it does not say embedded, then it is not embedded.

  • How to preserve custom page numbers when combining PDF's?

    When combining multiple PDF's into one, the custom page numbers are lost.
    Example: As four separate files (one page each), the pages are numbered as follows:  AC-77, AC-78, AC-79, AC-80.  When combining them into a single PDF, the page numbers become 1, 2, 3, 4.
    How can I preserve the original page numbers?

    What is ' custom page numbers' ? How did you create the page numbers?

  • Adobe acrobat  v9.4.7 - when combining PDF's some letters are missing

    Hi All,
    Adobe Acrobat  v9.4.7. When viewing individual PDF's the letters are showing OK. Once we combine them (there are about 20 single pdf's that need combining) some letters are removed and it leaves behind a space.
    Looks like 9.4.7 is the last update available for acrobat 9. Anyone had this issue before and what to do about it?

    Open your Printers (Control Panel > Printers)
    Right Click on the PDF Printer and select Properties
    Printing Preferences - Set the Default Settings to High Quality Print
    Click Ok, Ok
    That will set the default for all pdf's to embed fonts.

  • When combining pdfs, the 1st page of the first file is lost (acrobat standard 9.4)

    Hi,
    When i combine two files in acrobat 9.4, the process loses the 1st page of the first file. I have to manually copy in the missing page from the original.
    Does anyone have any workarounds/fixes?
    The process used to work ok with adobe acrobat standard v7.0.8.
    The two files are PDF 1.4 and PDF1.5 standards.
    Thanks
    Raj

    I am not very clear at which step you are facing issue. Below is the sequence in order to scan more pages from Acrobat:
    1. Launch Acrobat. Click menu File->Create PDF->From Scanner....
    2. "Acrobat Scan" dialog will appear. Select your scanner installed in Scanner dropdown. Check 'Prompt for scanning more pages' checkbox as you want to scan more than one page. Click Scan button in "Acrobat Scan" dialog.
    3. Now scanner UI will appear. Make setting like color mode/resolution and click Scan button(or may be Accept button) in this dialog. (This is scanner specific ui)
    4. After this scanning will happen and "Acrobat Scan" dialog will appear with "Scan is Complete" and "Scan more pages" option.
    5. Select "Scan more pages" option and click OK in this dialog to scan more pages.
    6. Now again scanner UI will appear as in step 3 above. Make your settings and proceed.
    Do you see scanner UI or "Acrobat Scan" dialog in step6? Are you not able to click Scan(or Accept) button in scanner UI?

Maybe you are looking for