Hiding filenames when combining multiple files into a single .pdf

I'm fairly new to this Acrobat X. I'm trying to assemble my portfolio to distribute to employers but I cannot seem to get rid/hide the filenames in the final pdf file. I was using the option to 'combine multiple files into a single pdf' because I was compiling images and documents to a single readable pdf file. I got all that done but once I open it, I'd see that each page would still contain the original file names rather than page numbers - which I prefer not to have employers see for the sake of tidiness (and I refuse to use the Adobe portfolio because it's not really efficient on space or design. I prefer a simple page-by-page pdf). So I was wondering if anyone can tell me how to hide my file names, change them into page numbers or getting rid of them all together so the 'Table of Contents' in the pdf preview mode would not show anything, I would really much appreciate it.
-Ss

Well, when the .pdf is in the final, deliverable form; I open it in Mac preview mode and the sidebar is always extended showing a 'table of contents' rather than having each document in the pdf file have a number designating a page name, it shows each individual filename the pdf is composed of. Not too sure about bookmark, though. Thanks for the reply!
If you want, I can send the file to you.

Similar Messages

  • Combining multiple files into a single PDF/A

    The issue brought up in another discussion is the loss of PDF/A conformity when “merging” multiple PDF/A files into a single file (I use PDF/A for preservation of corporate records). The “insert” option retains conformity but does not allow inserting multiple files in a certain order, unless you insert them one by one (which is a pain when you have 50 files to attach).
    The solutions I’ve come up with so far:
    1)     1)  In AAPro – combine files into a single PDF and then convert it to PDF/A using Preflight. This is easy, my only problem is that I don’t have AAPro (and AAStandard doesn’t convert to PDF/A).
    2)     2)  In AAStandard – combine files into a single PDF and then “print” to PDF/A. The problem of this “re-frying” is that it only creates PDF/A-1b (not 1a), bookmarks and OCR of scanned pages are lost, and files become significantly larger.
    I wonder if anyone knows a more intelligent way around this problem, provided that I only have AAStandard. Thanks!

    Well, when the .pdf is in the final, deliverable form; I open it in Mac preview mode and the sidebar is always extended showing a 'table of contents' rather than having each document in the pdf file have a number designating a page name, it shows each individual filename the pdf is composed of. Not too sure about bookmark, though. Thanks for the reply!
    If you want, I can send the file to you.

  • Combining FDF files into a single PDF

    Problem: I have 9 FDF files that were generated using a python script from within a database. The all refer to a common template PDF form. When I open each file the data is correct for each one. I need to be able to combine the 9 files into a single PDF document (9 pages long). This isn’t a onetime task, so the process needs to be easily repeatable.
    Ii tried opening each FDF then saving them as PDF’s, the ODF’s all look correct, each files containing the appropriate data. This issue with this is once combined all 9 pages reflect the data from sheet #1. It’s as if I’ve just pulled in sheet #1 9 times.
    I’m very new to the FDF format and am a little confused as to why this is happening.
    Any help would be very much appreciated
    Jon

    This is correct, and working as designed.
    If you use the same field name on two pages, they are the same field.
    So, if you combine two documents with the same field name, they are the same field, and will have the same contents.
    This is a key reason why PDF portfolios were invented.

  • Avoid automatic (?) rotation when combining multiple files into 1 pdf

    As I do often have to mark up (stamp) and print large number of single A3 size pdfs (converted dwg files) I am combining them (explorer) into 1 new pdf. Thus enabling just 1 print job instead of 50-100 !
    So far no problem - combining works fine & all drawings are even landscape.
    However when applying custom stamp on each sheet (first time all the way in acrobat - all next sheets with copy - paste because:
    much faster
    often resizing required
    sometimes even rotating required.
    Seems originally not "landscape" orientated files were (at least in the view) re-orientated causing the applied stamp to be 90 - 180 or -90 degrees offset
    When I manually remove the stamp on this page and insert a new one via Acobe Acrobat (not copy paste) the orientation is ok. Rather amazing.
    Got some more related questions but think 1 step at the time is more convenient.
    As often 50-100 dwg's are involved the copy-paste method (after resizing once) turns out most efficient till now.
    How can I control / avoid the automatic rotation or anticipate on the (obviously) rotating stamps ?
    I will have to move the stamps anyway because I can hardly ever put a stamp at the same position on a drawing.
    [It turns out to be almost impossible to get draughtsman to leave an empty space on each drawing ...]
    Once again thanks in advance for any suggestion !

    Some additional info:
    main issue: how to avoid files to be rotated during combining? The rotating is not the real issue - however when applying the stamp using Ctrl-C => Ctrl-V the apllied stamp seems to track the original position of the file .... Amazing however: when adding  a stamp with Adobe acrobat the "common" way the orientation of the stamp is OK !!
    Also: files to be combined do not always have same original size (A3 - A1 - A0 sometimes also A4 or A2 !!) so I do quite often have to re-size my stamp. Do realize I can probably solve this by printing the "binder"document to a pdf first - with setting A3 paper size. I'll try it first !
    Would be nice to be able to insert a stamp on each sheet of the binder-document with 1 action (Macro ?) and - importatnt - have the stamp located at same position on each page. Would still require a check as draughtsman don't always leave free space available at same location (if any at all )

  • Combine bmp files into one single pdf?

    I've got 76 scanned pages in bmp format, and need to print them. Ideas? I can't be bothered to select each one of them separately in Preview and click on Print, then OK 76 times...
    Many thanks.

    There are some Apple Script Folder Action scripts that will convert image files from one format to another, so you can drop a set of images into a folder and they will all get individually converted to another file format. I don't know if you can create a multi-page pdf bundle, unless you have PostScipt maybe, then you can just append all the ps files into one large multi-page PS file.
    Even working with Automator you will have to learn a little about scripting anyway. Typing text commands in Terminal isn't that much different. Fink is really not that hard to install and work with. You do have to learn a little about Terminal and how to execute comands from the shell prompt.
    I think the solution to your problem would probably involve a combination of an Apple Script that executes a Terminal command to run the ImageMagick convert utility, and I think that it could be attached as a Folder Action to operate on a group of files when you drop them into it. I am not sure if Apple Script or Automator can do this work all by itself. They are really just fancy GUI wrappers for the instructions to other programs to do what they do. By themselves they don't actually do the work, they facilitate the flow of the work to the appropriate tools. ImageMagick is one such appropriate tool for your image conversion problem.
    I have been thinking about setting this up to handle faxing out a multi-page pdf document that is created by scanning single pages as individual jpg images. Sometimes I have to fill out a form and fax it somewhere, and my scanner is a single sheet scanner. So that would be handy to drag and drop a few pages of jpgs to a folder and have the convert utility bundle them to a pdf and have Preview open it, ready for faxing. Now, I use Terminal to
    cd ~/Desktop (or folder that contains my scanned jpgs)
    convert *.jpg fax_file.pdf
    open -a Preview fax_file.pdf
    Then in Preview Print... and Fax
    I could fax right from the command line also, but I like being able to look at the document first to check for errors, and get the fax number from Address Book.
    I'll post back if I ever get an Apple Script/Folder Action working, but I am in the middle of upgrading to Tiger and backing a lot of files up, so I might not get to work on it for a while.
    Try out fink, there are lots of free software tools that you might find useful.
    G3 Desktop, SonnetEncoreZIF G4 1GHz, 768MB, WingsAV-6MB, DVR-106D, 120GB Maxtor   Mac OS X (10.3.9)   PCI-TempoUltraATA66 120GB, 60GB, TangoUSB/FW, ATI Radeon

  • Combining Pages files into a single PDF file

    I have produced a 6 page quarterly newsletter (containing texts and images and printed on one 11x17 sheet and 1 8/5x11 sheet)) for a small volunteer organization (Friends of the Library). Separate files now have been extracted from my page-layout template.
    I now want to give them in a *single PDF flle* to the web master of our organization’s web page for posting in serial-order display.
    Nothing I’ve tried by way of cutting and pasting these files into any word processing document (preliminary to PDF-ing them) seems to work in any satisfactory way.
    What to do?

    Hi RHPC
    Welcome to the forum.
    You can combine pdfs in the Preview application.
    Just open them in Preview and open the thumbnail sidebars.
    +Menu > View > Sidebar+
    then drag the thumbnails into one pdf and resave that.
    Peter

  • Acrobat Pro 9: "Merge files into a single pdf" creates blank pages

    I have a similar problem as a previous post (which hasn't been answered).
    I am able to pdf individual Word documents fine, but when I try to Combine > Merge files into a single pdf, the resulting pdf pages are all blank. I don't receive any error messages or have problems saving the file.
    I am using Adobe Acrobat Pro 9 (9.5.1) on Windows 7.
    The merging of pdf's hasn't worked at all since I installed the program.
    Any help would be much appreciated.

    Hi Bill
    Thanks so very much - you have solved the problem.
    I tried Document > Insert Pages and that worked.
    I then ran the "Repair" feature on Adobe which installed a few updates and I am now also able to merge pdf's by using the "Combine" feature and all the pages show the text/info.
    Thanks again for your help, it is very much appreciated.
    Thank you also to Apoorv for your assistance.

  • How do i combine multiple pdf file into a single pdf file?

    how do i combine multiple pdf files into a single pdf file?

    The thread was started in early March and it's Mid-April, I know this very well. The OP of this thread posted a very common and simple question or maybe he/she would have resolved this. For an Adobe Acrobat user it's not at all difficult to combine multiple PDF files into one. But to combine PDF files full version of Adobe Acrobat is mainly required, otherwise PDF files can't be combined. For example, I'm using Adobe Acrobat 9 Pro. These simple steps are mainly required to combine PDF files:
    Open Adobe Acrobat.
    Click on Combine and click on Merge files into a single PDF.
    A window will be appearing, click on Add Files and select the PDF files you want to combine.
    Arrange the selected files in any order with the help of Move Up and Move Down button.
    Now click on Combine File and the selected PDF files will be combined within a few seconds.
    A new PDF file will be created. Click on Save As and name this new PDF file. Then, click on Save.
    A new PDF file will be created and all the selected PDF files are combined in it. The steps shown above might be different in other versions of Adobe Acrobat. Other than this, some third-party PDF merge software are also available. Most of them are available with a demo version for free evaluation. I've heard much about SysInfoTools PDF Merge software on other forums and directories and it's demo version is freely available. One may check its demo version if Adobe Acrobat (full version) is not available.
    Regards

  • Error combining Power Point 2007 files into a single pdf (Acrobat 11)

    Hi,  Am running Acrobat 11 and am getting an error when attempting to combine files.  Trying to combine multiple power point 2007 files into a single PDF using Acrobat 11.  Am getting an error "unable to find Adobe PDF resource files.  Do you want to run the installer in repair mode".  If choose yes or no I get the yellow error icon beside the PP files and eventually have to cancel the job.
    Any help would be greatly appreciated.

    Hi,
    Please see http://helpx.adobe.com/acrobat/kb/error-unable-create-pdf-resource.html
    Try the suggestions mentioned in this KB doc.

  • Combining multiple lists into a single list

    Hi, 
    I have created 5 different lists within the same sharepoint site. These lists have some common fields among them for example each list has same fields such as "Country", "Unit", "Review Name" etc. I now want to create a single
    list that will have show only the common fields present in each list. Could you please advise if this can be done and if so how?
    Thanks, Aarti

    To have a full fledged synchronization between 5 lists will be very complicated.
    If the 6th list is a read-only / view only, I would recommend you to create Lists 1, 2,3,4 and 5 as a custom content type.
    Then you can put a Content Query Web Part that filters out your custom content type and combines the content from the three lists.
    or create a  workflow to update the data when new item is added in other lists
    Check the similar post
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/2480cdbe-acb4-434f-9866-cf716cad0994/combining-multiple-lists-into-a-single-list?forum=sharepointadminlegacy
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/5a853466-7480-438a-b32d-3ad6d34347ef/combine-lists?forum=sharepointdevelopment

  • Problem combining files into a single PDF

    Hi
    I wonder if anyone has experienced this. Everytime I try to combine various pdfs into a single one, Acrobat Pro seems to crash or get stuck no dialogue window will come up and the only thing I can see is what I circled in red:
    Hope somebody can help me.
    Thanks!

    Hi John,
    Thanks for your reply. The error ocurrs even before I manage to choose files,  the Combine Files into a Single PDF window doesn't even come up when I click on it from the menu. It is definitely not a problem with the files.
    Best,
    C.

  • Combining files into a single pdf stopped working

    I used to be able to combine files into a single pdf on my Mac using Adobe Acrobat XI Professional. Now when I select "combine files into a single pdf", I just get a short vertical line with a gray cloud around it in the center of my screen. Do I need to reinstall the program?

    Hi geolawrocks,
    Welcome to Forums, I would be more than happy to help you with the issue but, i have few questions.
    1) What is the error message you get while combining files?
    2) When did it last worked?
    3)Any changes to the application/OS that you made (Update)?
    If possible, Kindly include the screenshot.
    Thanks,
    Vikrantt

  • Acrobat XI PRO: Create a Table of Contents (TOC) automatically in top, after I have combined several pdf.files into a single pdf.file

    Hey
    I have now tried for hours, but now I give up!
    MY WISH -
    Create a Table of Contents (TOC) automatically after I have combined several pdf.files into a single pdf.file.
    I have already bookmarks, shown on the screen (see screenshot below) but I want those bookmark to be visualised in a separate TOC in the top of the combined files.
    This new TOC (which I have inserted) shall be printable and serve as a cover page in a binder.
    I have seen other cheap pdf.programs in the market (e.g. PDF Converter Professional 7.3) which are able to make the above things, easy, fast and nice.
    Regards
    Ole Bünger, Kristianstad Sweden

    Somewhat roundabout way but this should work:
    Is there easy way to print bookmarks Acrobat Pro 9.5

  • Combine Files into a Single PDF from the Create button

    I’m using Adobe Acrobat 10.1.13 and trying to Combine Files into a Single PDF from the Create button. There are four file types .pdf .doc .xls .dwg the only file that appears in the Combine dialog box is the .pdf

    You'll need Acrobat Pro to accomplish the task.
    Acrobat Standard can only combine PDF files.
    Be well...

  • Combine Files into a Single PDF option missing from start up in Acrobat Reader XI

    The 'Combine Files into a Single PDF' option missing from start up in Acrobat Reader XI and is also not available on the right-click button.

    There's no such thing as "Acrobat Reader XI". There's the free Reader, which doesn't have this option, and there's the paid product Acrobat, which does...

Maybe you are looking for

  • My Iphone 4 keeps restarting its self!

    Hello, i recently upgraded my Iphone 4 to IOS 6 and ever since then, when i get a text msg and i slide the messege icon in the lockscreen my phone restarts. ive erased it and reinstalled a fresh IOS 6 and it stil does this how can i fix it?

  • HT3819 How do I move library from PC to laptop?

    I have authorized Home Sharing on my PC (where my entire library exists) and my laptop but I can only see my library on my Laptop when my PC is open to iTunes. How do I move my entire library to my laptop which is where I want everything as I am goin

  • Application keeps failing to download

    I've been trying to download Call of Duty 4: Modern Warfare for about 2 weeks now. This is getting ridiculous. I made the purchase, and every time I go to install it it tells me an Error has occured in red letters. I paid $20 and this is unacceptable

  • Error installing Application Development Runtime

    hi am trying to install Application Development Runtime which i download from http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html ,am geting this error when i click setup.exe .ERROR:Provide the JDK/JRE location while lauching t

  • Downloading itunes7 and ipod (1.4.1) problems

    i cannot download itunes7 or ipod software (1.4.1). after running the setup files it tells me i cannot do it because the software is from an unknown publisher. i then install the certificate manually and click ok. it then tells me thank you for downl