Append static Word file to end of 1000+ unique Word files

Are there any tools for combining documents in a batch?  I'm automating the creation of over a thousand documents that should each get an appendix that can not be part of the original file. When I batch convert from .docx to .pdf I'd like the appendix to be included.  Can I do this without creating all the unique pdfs and then individually Combining them with the second file?
I'm using Office XP, Word 2007 and Adobe Acrobat 9 Pro.

Yes that's easy.
Create a new Action (file menu > Action Wizard > Create new..)
Start with = "A folder on my computer" or "Ask when started"
From the Pages category drag in an "Insert Pages" step into the sequence
Click the options icon
Choose the appendix
Set it to insert after the last page
Save To = "Same folder selected"
Start the action running on your folder of Word documents, and go get some lunch. It'll take a while.

Similar Messages

  • Editing video file in Quicktime Pro and producing a file which doesn't play

    Hi all,
    I have been editing some mp4 video in Quicktime Pro by setting the in and out position markers and cutting out segments (commercials). I save the file and end up with a .mov file which plays fine in the Quicktime player. (The file is a self-contained Quicktime movie.) At some point in the future, though, when I go to open the file in the Quicktime Player, only the audio plays. The video does not play, and the file opens as if it contained no video. That is, the Quicktime Player only shows the audio controls, and there's no area for video.
    The same file plays fine in a Finder window when using CoverFlow/QuickView mode, which is very strange to me since I assume that uses the same Quicktime engine. It also plays fine in VLC.
    Any ideas? It seems like there's some attribute on the file which is telling the Quicktime Player not to play the video, only play the audio.
    Thanks in advance,
    Russ

    Any ideas?
    First thing I would do when the file opens as an audio only files is check the "Properties" window to see what it says on a track by track basis. I also might try re-compressing the edited file to see if this prevents whatever is going on.

  • When opening DOCX files the filename is appended with .DOC extension and fail to open in Word

    When trying to open DOCX files Firefox appends a ".DOC" to the end of them and then Word fails to open them saying "Word cannot start the converter mswrd632.wpc" (using Office 2003 with the Office 2007 Compatibility Pack) - however if I SAVE the file first it saves fine as a DOCX and opens fine in Word.
    Any ideas please?

    What's happening here is that Firefox sees the mime type for the application (application/msword) and identifies it as a Word document. However, FF doesn't recognize the new(ish) docx extentions, and appends the .doc .
    Now, when FF hands the file off to Word for Word to open, Word only looks at the extension (.doc) and tries to open the file as if it were of the older format.
    I don't experience this problem myself with the default settings after installation, I'm going to assume that something's been tweaked in your FF installation. I would recommend checking your settings in Tools > Options > Applications

  • How to extract unique words in all files

    Hi,
    I am trying to extract all the UNIQUE words of all the files in a directory. well it gives me all the words but along with that all the single letters(alphabets and also repetitions of the same ) and also the output is not unique. I dont want the alphabets only unique words in the files. [Like for example if I encounter file x with words "cat mat sat" and then file y with words "cat mat bat pat". My output should be "cat mat sat bat pat"]
    Can you please let me know what is used to get the unique words only? Or how I can modify my code to get the desired output...
    //String input = "Input text, with words, punctuation, etc. Well, it's rather short.";
                   Pattern p = Pattern.compile("[\\w']+",Pattern.MULTILINE);
                   FileInputStream fis = new FileInputStream(file);
                 FileChannel fc = fis.getChannel();
                 ByteBuffer bb = fc.map(FileChannel.MapMode.READ_ONLY, 0, (int)fc.size());
                 Charset cs = Charset.forName("8859_1");
                 CharsetDecoder cd = cs.newDecoder();
                 CharBuffer cb = cd.decode(bb);
                 // Run some matches
                 Matcher m = p.matcher(cb);
                   while ( m.find() ) {
                       //System.out.println(cb.substring(m.start(), m.end()));
                       System.out.println(m.group());
                    Thanks

    Can you tell me how to add the contents of a file into a set?
       import java.io.*;
    import java.util.*;
    public class RmDup{
         public static void main(String args[]){
                   FileReader fr = new FileReader("Dups.txt");
                   BufferedReader br = new BufferedReader(fr);
                   String s1[]=br.readLine();
                   String s2;
                   while ((s2=br.readLine())!=null){
                    HashSet ref = new HashSet( s1 ); // create a HashSet
                    Iterator i = ref.iterator(); // get iterator
                    System.out.println( "\nNonduplicates are: " );
                    while ( i.hasNext() )
                         System.out.print( i.next() + " " );
                    System.out.println();
    }I am trying using this: but getting errors 1: incompatible types and 2:cannot find symbol constructor HashSet(java.lang.String[]).
    Thanks

  • File locking with OSX Server & Microsoft Word

    We have a small office LAN based on a Airport Extreme bases station. Periodically Microsoft Word reports a break in connection to the shared folder where we store documents to get disconnected. When that happens and the user reconnects to the share, the user gets the file read-only message for the Word document that was open at the time.
    I have found that in order to clear the read-only flag, I have to restart the server and open the Word file on the server with the ID of the user who was editing the file on the remote computer. Only that seems to clear the file locking that causes the file to be read-only.
    I cannot figure out a less drastic way to release the lock file. I don't see any hidden temp files in the same folder as the document that is locked for editing found by ls -a or in the root direction of the shared folder in the .TemporaryItems/folders.<UID> that seems to be holding the lock.
    I have run chflags nouchg <Word file> from Terminal, but that seems to have no effect either. I also used xattr to see if there were any locks held that way, but I don't see anything that way either.
    File sharing to Macs only, which are configured just to use AFP through OSX Server.
    Does anyone understand how the file locks of Word documents can be released directly with out restarting the server?
    I should add that the underlying problems seems to be WiFi related. The behavior is that the WiFi connection seems to break long enough that the shared volumes disconnects. Outlook also causes a break. This behavior seems to have started with 10.9 and the purchase of new Retina Display MacBook Pros. I turned off AppNap on the Office applications but that is not clearly helpful. I also have been told the problem seems more likely to occur when Word is open in the background and another program like Outlook is in the foreground.
    Any suggestions appreciated.

    Apple write an operating system and also produce file sharing software as part of that to be used as a file server. Apple provide documentation for third-party software developers on how they should write software to work with Apple's software and also give those developers early access to new versions so those third-party developers can test and if needed make adjustments and issue updates to cope with any Apple changes.
    Some third-party developers are good at dealing with this, some are bad, and some totally ignore what Apple does and give the impression they don't care if their product works properly or not. I think we can all judge where Microsoft sits.
    It appears Microsoft have never paid any attention in particular to how Apple expect file-locking to be handled when accessing files on a Mac server. There have been problems for years and years and years with Office. Two other problems I have seen which seem different to yours but probably related are -
    With Office documents it is supposed to be possible for more than one person to edit the same file at the same time, consider it a miracle if this actually works
    With Office in particular Word, there is an auto-save function, unfortunately the way this seems to be implemented it seems that Word creates a new temporary file each time it auto-saves the document and keeps all the previous temporary files open still, this eventually means potentially over a hundred temporary files are open - just for one Word document and you can then hit a limit on the total number of files you are allowed to have open at the same time. At this point further auto-saves fail, and you also encounter great difficulty doing a real full save of the document.
    I do not hold Apple completely blameless over this issue, it is likely their file-locking implementations change too often, and have inadequate documentation, however even considering this a company the size of Microsoft with the amount of sales (and profit) they derive from Office for the Mac has no excuses at all for failing to put the effort in to resolve any such clearly critical problems.
    We could go on and on about other areas where Microsoft don't play by the (software) rules. Even in Windows Office does not obey the standard print dialog rules Microsoft specified themselves!
    Unfortunately not only is Office for Mac upgraded infrequently, but even when new paid for upgrades are released Microsoft have a history of still not fixing bugs. It goes without saying that a mere free update is even less likely to actually fix a bug, typically such free updates only address security issues. The next version of Office is going to be Office for Mac 2014 see http://www.macworld.com/article/2106643/microsoft-will-release-a-new-version-of- office-for-mac-this-year.html
    One area I confidently predict Microsoft not to resolve in Office for Mac 2014 is that fact that Word for Mac still does not support right-to-left languages like Hebrew and Arabic. This is despite the fact that OS X itself has supported this for years and years, and despite the fact other Mac programs support this including the free TextEdit and Pages - both of which can read Word files. Some people may remember that at one point the Israeli Government temporarily banned all Microsoft software over this issue. See http://apple-beta.slashdot.org/story/03/10/15/2215249/israeli-government-suspend s-microsoft-contracts This issue goes back over TEN years!!
    I note that Microsoft has now taken their OfficeForMac blog offline, probably due to the weight of criticisms. I would not say it is due to out-right anti-Microsoft hate, that war ended long ago. We just want products that work. I myself do use Microsoft products, even at home - where they are the best solution, so I use Microsoft Media Center for example. Sadly this is now being neglected by Microsoft.

  • Is it possible to add a word at the end of a line?

    Hi, i'm searching a way to automatically add a word at the end of a certain paragraph styles?
    is it something possible doing by using a script?
    i don't script myself but if someone could find me a way to do this it would be really appreciated.
    Here's an example to what i need to do:
    i have paragraph style X in a current  book document, and i need to edit the book and add the copyright source at the end of every line that has the style X to it
    so i would need something that asks me
    the targeted paragraph style
    which word i want to append to it, and then apply it torough the document.
    Thanks in advance

    Yes, the screen shot shows where you got it wrong:
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Find: (.)$
    and set your paragraph style in the find format area
    Change: $1XYZ
    where XYZ is the text you want to insert.
    .. you forgot the '1' right after the '$'. It's an important omission: "$1" is a GREP code, meaning "insert the found text, parenthesized group #1" -- and there is also a "$2", "$3", etc. up to "$9". It's great if you have to switch two, or even more, items around! But without the digit, the dollar sign indicates ... just a dollar sign.
    Change the Change to text to
    $1~S(CEMEQ)
    and you'll be fine.

  • I like to edit single letter in the pdf file having more then 1000 page, Example "T" in place of "V" in all the 1000 pages in pdf file. Please let me know

    I like to edit single letter in the pdf file having more then 1000 page, Example "T" in place of "V" in all the 1000 pages in pdf file. Please let me know !

    In a PDF you can´t change single letter.
    You can only try to convert the PDF document into a Word document.
    Now you can search and replace a letter.

  • Reading text file and output (to stdout) a list of the unique words in the

    Hi,
    I have a main method as
    main.java
    package se.tmp;
    public class Main
    public static void main( String[] args )
    WordAnalyzer.parse( args[0] );
    and text file as
    words.txt
    the quick brown fox jumps over the lazy dog
    the quick brown fox jumps over the lazy dog
    the quick brown fox jumps over the lazy dog
    the quick brown fox jumps over the lazy dog
    the quick brown fox jumps over the lazy dog
    the quick brown fox jumps over the lazy dog
    the quick brown fox jumps over the lazy dog
    the quick brown fox jumps over the lazy dog
    the quick brown fox jumps over the lazy dog
    the quick brown fox jumps over the lazy dog
    the quick brown fox jumps over the lazy dog
    the requirement is like
    I need create this WordAnalyzer class, implement the parse method, and then commit the file. This method takes a single parameter, the filename of the file to parse. The method should read this file and output (to stdout) a list of the unique words in the file along with the number of times each appears in the file.
    Can anyone please help me on this?
    Thanks.

    Where are you having problems?

  • HT2506 hi i can't seem to copy and paste pdf files from preview to a microsoft word document. it always comes up with nonsense characters in the word document. how do i fix this? thanks in advance

    hi i can't seem to copy and paste pdf files from preview to a microsoft word document. it always comes up with nonsense characters in the word document. how do i fix this? thanks in advance

    Hi,
    The quickest way to do this (tested with OS 10.8.2, MS Word 2011) is in one line:
    tell application "Microsoft Word" to close every document whose name begins with "book"
    The reason why your script doesn't work is that you aren't specifying to Word which document you want it to close.
    So, changing one line ought to do it:
    close document incrementvalue -- instead of "close document"
    But... when you close a document, you change the document count. Document 2 becomes document 1, document 3 becomes document 2 etc. So eventually you'd get a message saying "The object you are trying to access doesn't exist".
    Because of this, if you want to do it in a repeat loop, you have to work backwards:
    tell application "Microsoft Word"
      set doc_count to count documents
      repeat with x from doc_count to 1 by -1
      if name of document x begins with "book" then close document x
      end repeat
    end tell
    Hope this helps.

  • PDF file graphics are poor - AI to Word to Acrobat

    I've been learning to use AI to build the simple, mostly vector, grapics I want available to Word and other end points like web.  Sizing and then exporting AI files to PNG and then using those directly in web apps works fine.
    The story isn't so good for grapics put into Word.
    After trying a number of options, taking the graphic to a TIFF worked best for viewing in Word.  But when converted to a PDF the images (lines, text) errodes noticably.  I'm assuming that's because I'm having Acrobat convert a raster image.  I'm also assuming that manipulating the image (e.g. line width, font size, etc.) will not improve things although, if I'm wrong, I'd like to hear back.
    I decided that getting the vector objects into EMF files would help but that actually produced poor results when viewed in Word.
    It may be the method I'm using so if there's some wisdom about AI to Word to Acrobat I'd appreciate hearing it.
    Thanks
    Tom

    I do not use WORD, but another word processor that allows me to see the format of the graphics as bitmaps or metafiles. The imported vector files are metafiles (this is a form of vector file used in Windows. Imported bitmap files are kept as bitmap files. There are some conversions that depend primarily on the compatibility of the graphic vector form and the windows metafile format. The results are generally excellent for me. What you could do is import in general formats like eps (include a bitmap if you want to see it in word and print to PDF to see the actual vector form), an emf file saved from AI (it should be retained as a vector form), and a bitmap, then also include clipboard versions of the same files from the original vector and bitmap files. You can judge for yourself. I am still interested in the comment from the other individual about not using the clipboard and why.
    EPS is a vector graphic format developed by Adobe (as I recall, would have to look at my graphic book to be sure) along with PS files. It allows a bitmap preview file to be included -- what you see on screen in WORD. EMF files should be able to be loaded from the insert pictures menu in WORD (it is there in my WORD 2007 along with EPS and WMF files -- I do not there are any other formats that support vectors there). WMF is the old Windows MetaFile format and EMF is the Enhanced Windows MetaFile format. Actually, EMF and WMF files can include both vector and bitmap formats, similar in a sense to what Adobe can do I guess with PDF. The standard EMF is what is actually used in the clipboard. You can get more info at http://en.wikipedia.org/wiki/Windows_Metafile. A similar discussion of EPS file is at http://en.wikipedia.org/wiki/Encapsulated_PostScript. The main difference between the EMF and clipboard in WORD is that they are scaled differently when inserted. One problem with vector graphics in WORD 2007 and 2010 is that fonts of the text are not embedded. So someone without the fonts and looking at the WORD file would not see the proper text -- this is a MS issue introduced with their XML form of a DOC file. It is even messed up in their DOC compatibility format.
    The AI file format is supposed to actually be a variation on the EPS file format from what I have read -- Apparently EPS is an outgrowth of AI?
    In any case, the WORD file may not show the EPS file correctly. It appears that WORD 2007 does an attempt at displaying the result, but with errors (I have been looking at some line drawings and the WORD display shows line breaks. I printed the various forms of graphics in WORD to a PDF and the results for the EPS was not good. I think this may be a MS issue, but am not sure. Actually, the WORD converter to PDF even messed it up. That would suggest that at this point, EPS is not a good choice because of the way WORD handles things.
    Don't know that my long winded description helps or not.
    The EMF file can be inserted with the Insert>Picture menu. If you use the special paste, you can insert either WMF or WMF versions from the clipboard. Generally the results are the same. From my short experiment with EPS and WORD 2007, it looks like the result is a problem. However, that could have been the EPS save of my application, don't know. The best way to see what works for you is to do what I just did and that is create a vector graphic and save it as EMF and EPS. Then clipboard it into work and insert both the EMF and EPS in the picture menu. See what the result looks like and then also print to PDF and see what you get. Then draw your own conclusions rather than depending on someone like me who is just indicating results I have gotten.
    Good luck.

  • I need to insert Pages text file at end of a file; i.e., making one long document from several files. insert 'file' is not option in toolbar. how do i do this?

    i need to insert a Pages text file at end of another file; in other words, i'm making one long file from several files.  "insert file" is not an option in the toolbar, so how do i do this?

    cass516 wrote:
    this method sounds like a PAIN but of course i have no choice but to try it.  Why would Pages make such a simple thing so troublesome?  in other programs, you simply click 'insert file'.
    The only thing odd about Pages' Insert file is that it doesn't do its own format.
    You obviously think that MsWord is "The Norm" but I found really odd things that it won't do. To the point I, like others here, can't be bothered trying to drive the Word square peg into the Mac round hole.
    Mostly Pages works by drag and drop, I'm puzzled why that doesn't work with the thumbnails. But then there are quite a few oddities in every program. Pages is far from an exception.
    Peter

  • Append static pdf page to LC dynamic form?

    I have a multi-page expandable LC form.  It has been functioning fine for several months, but now I must attach two pages of static pdf to the end.  It is so easy to do in Acrobat, I assumed the same would be true in LC, but I have not figured out the combination. Can anyone point me in the right direction?

    Hi,
    One option would be to recreate the static content in LC Designer, rather than trying to import the two pages from the PDF file.
    You could also follow Jono's advice on http://forums.adobe.com/message/2004818#2004818.
    Lastly if you open the static PDF in Acrobat and export the two pages to JPEG files. Back in LC insert two new pages and drag in an image objact and link each URL (click embed) to the JPEG files.
    Good luck,
    Niall

  • Read waveform from file error: end of file

    Hi,
    I want to to save waveforms from DAQ and then, after the acquisition is stopped, I want to see again that waveforms to analyse my data.
    I tried to do a simple VI in which simulated signals can be saved to a file and can be read drom that file too. This is possible by using a Save Button and a Read Button. The problem is that when the Save Button is OFF and the Read Button is ON the error "End of file" occours, even if I know that there are more data that can be read from the file.
    I read from
    http://forums.ni.com/t5/LabVIEW/End-Of-File-Error/m-p/387817#M193812
    that this could be solved by choosing the option "Reload for each call" for the Read block, but it doesn't seem to work.
    Does anyone have an idea to solve that?
    Thanks
    Attachments:
    waveform write and read.vi ‏71 KB

    First, a suggestion -- since your file name is the same every time, put a single instance of it outside your While loop and bring it into the loop as a "tunnel", using the same wire for all your Case statements.
    I don't understand the logic of your construction.  You have a While loop that never stops.  As long as "Write" is true, it writes to a (new originally?) file, presumably appending at the end, closing the file after the write.  If Read is true, it tries to read the i-th Waveform.  What if there are less than i writes?
    Why not simplify things.  Remove the While loop, remove the Case Statements and Read/Write buttons, and simply do one Simulate Signal, one Write, and one Read (not wiring anything into the Read's Record selector).  Does that work?  If so, then think about how you might extend this to handle multiple reads and writes.  Is there ever a situation when you envision doing Reads while you are also doing Writes?  Isn't it more likely that, at any instance, you are going to be doing only Writes (for example, while generating data) or only Reads (while analyzing the saved data)?  [I'm not saying that you might want to do both simultaneously, but if you don't have to, don't complicate things for yourself].
    Bob Schor

  • Any option to Out-File -Append so new additions are at the top of the file?

    Hello,
    Many of my scripts create logentries which I 'append' to a log file, as in the following:
    $LogEntry | Out-File MyLog.Txt -Append
    This puts the newest entries at the bottom of the file so we need to scroll to get to the current data.  Are there any techniques/options for adding the most current data to the 'top' of the file such that when you open the file, the most current data
    is at the top?
    Thanks in advance.
    Thanks for your help! SdeDot

    Another way that might be useful, depending on the nature of the logfile data, would be to append each new record to the end, but number the records and use csv format, i.e.:
    1,"Existing data 5"
    2,"Existing data 4"
    3,"Existing data 3"
    4,"Existing data 2"
    5,"Existing data 1"
    6,"Some new fancy data"
    then to display it in reverse order you could either load it into excel and reverse sort by the sequence number, or read it into your script using import-csv, and use sort-object to display it in the order you want to see it in.
    This suggestions is, admittedly, the more complex of the two. I suggest it for two reasons that might (or might not) apply in your case:
    if the log file could be written asynchronously by multiple instances of your script, Mike's solution could cause the loss of data.
    if the log file becomes excessively large, Mike's solution might create a performance issue
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • I have converted a pdf to word. How can I access the Word file from my online account?

    I have converted a pdf to word. How can I access the Word file from my online account? When it says 'download the converted file' I choose a location on my PC and click, but nothing happens. It seems that it can only save the converted file to my online account. I went to my online account but I see no way to look for the file

    Hey Fabrizio,
    You might need to sign up at "https://cloud.acrobat.com/exportpdf" using your Adobe ID credentials to convert your PDF file to Word.
    Do you get the 'download' prompt?
    Also, you can find the converted files by clicking at the 'Files' tab. 
    Please try the same using a different browser and check.
    Hope to hear from you.
    Regards,
    Anubha

Maybe you are looking for

  • ITunes corrupting my m4a files

    Hi, Occasionally, a song that I ripped from CD into iTunes just stops playing or starts to skip. It becomes corrupted by iTunes somehow after playing fine for months. I am using the latest iTunes (9.0.1) on Windows XP. I also have an iPhone 3GS with

  • I can't open Itunes on my mac. error 130001. how to fix?

    I can't open Itunes on my mac. error 130001. how to fix?

  • Error in File Receiver Channel

    Dear All, I am Getting below error in File Receiver Channel. Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePo

  • Use T.C. as plain NAS? Backup of T.C. to another drive?i

    I do not intend to use Time Machine at all, because all my valuable files are kept NOT on my local Macs, but on a Lacie NAS and an external Firewire drive. But, my lacie NAS is slow, and running out of space. I also only have a 100BT AirportExpress n

  • Double Extension Added to Downloaded Files

    I am trying to download a QIF file for Quicken and on completion of download the extension appears at download.qif.txt. When I remove the .txt extension leaving just the .qif extension the file type changes to quicktime. Checking Quicktime I do not s