Rename document

How do you rename a document on adobe reader on the iPad?

Hi,
Adobe Reader currently does not support rename capability, though it is one of the features we're considering for a future update.
Thanks for the feedback.
-Gaurav

Similar Messages

  • How to rename Document Set programmatically

    Hi guys,
    I'm trying to create a Document Set item programmatically with unique name by adding ID to its name:
    SPList list = SPContext.Current.List;
    SPFolder parentFolder = list.RootFolder;
    string dsname = Purpose_TextBox.Text;
    Hashtable properties = new Hashtable();
    properties.Add("DocumentSetDescription", "New Document Set");
    SPContentType docsetCT = list.ContentTypes["RequestPayCT"];
    DocumentSet docSet = DocumentSet.Create(parentFolder, dsname, docsetCT.Id.Parent, properties, false);
    DocumentSet ds = DocumentSet.GetDocumentSet(list.GetItemById(docSet.Item.ID).Folder);
    ds.Item.Name = ds.Item.Name + ds.Item.ID.ToString();
    The problem is that I cannot update Document Set name.
    What do I miss?

    Please check the below article
    http://sharepoint.stackexchange.com/questions/14661/rename-document-set-through-code
    set.Item[SPBuiltInFieldId.Title] = newDsName;
    set.Item.Update(); //or SystemUpdate(false)

  • Unable to rename document name on ItemAdded event programmatically

    Hi,
    I have developed a Event Receiver on Item Added event basically to update the document name after document gets uploaded to SharePoint Library.
    I have developed below code but its getting failed at on Item.Update(); function call. Referred this
    MSDN Blog.
    public override void ItemAdded(SPItemEventProperties properties)
               base.ItemAdded(properties);
               try
                   SPListItem item = properties.ListItem;
                   string draftAuthor = item["Author"].ToString();
                   int index = draftAuthor.IndexOf("#");
                   string finalAuthor = draftAuthor.Substring(index+1, draftAuthor.Length-index-1);
                   updatedTitle = "My Dashboard- "+  finalAuthor;
                   item.File.CheckOut();
                   item["Name"] = updatedTitle;
    item.Update(); // Getting failed here
                   item.File.CheckIn("File has been renamed");
               catch (Exception ex)
                   string error = "Error in event overriding : " + ex.ToString();
                   myLog.Source = "My Dashboard Extension";
                   myLog.WriteEntry(error, EventLogEntryType.Error, 4700);
    Getting below error
    Error in event overriding : Microsoft.SharePoint.SPException: Invalid data has been used to update the list item. The field you are trying to update may be read only. ---> System.Runtime.InteropServices.COMException (0x80020005): <nativehr>0x80020005</nativehr><nativestack></nativestack>Invalid
    data has been used to update the list item. The field you are trying to update may be read only.
    Please suggest me how can I make this piece of code work.
    Thanks !!!

    Hi,
    We should use the MoveTo method to rename the file name. The following code snippets for your reference.
    base.ItemAdded(properties);
    properties.ListItem["Title"] = properties.ListItem.File.Name;
    properties.ListItem.Update();
    SPFile file = properties.ListItem.File;
    // Get the extension of the file. We need that later.
    string spfileExt = new FileInfo(file.Name).Extension;
    // Rename the file to the list item's ID and use the file extension to keep
    // that part of it intact.
    file.MoveTo(properties.ListItem.ParentList.RootFolder.Url +
    "/" + properties.ListItem["ID"] + spfileExt);
    // Commit the move.
    file.Update();
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Application crashes in CS4 on renaming document using Save As

    I have ported a  project from CS3 to CS4.But on renaming a document using File->Save As option my application crashes .
    This did not happen in CS3.I m unable to find the problem

    Same here---over and over. I had this problem in CS3 with Adobe's Acrobat update 8.2.4 which fowled everything up. I carefully followed the instructions to uninstall and reinstall all of CS3 but then every program in my CS3 crashed on opening or soon thereafter. I spent the money to update to CS5 and just successfully did that, except 'Save As' still crashes. I must go to the finder and rename the doc from there. For details see my previous post (still no answer to that) at bottom of: http://forums.adobe.com/message/3086555#3086555

  • Relinking Cross-References after Renaming Documents

    I have a problem where I have created a book containing 14 chapters. Each chapter has a reference to the language of the book i.e. GB in the document title, we now want to translate the documents, so have copied the book, and chapters, renamed the document with an FR in the document titles, ready to send of to the translators.
    The trouble is all the cross references are still linking to the GB book. Is there a way of re-linking all the cross references to the FR documents? Or is it a case of going to each cross-reference and re-linking to the same piece of text but in the FR book.
    Can anyone help?

    tRawc wrote:
    I have a problem where I have created a book containing 14 chapters. Each chapter has a reference to the language of the book i.e. GB in the document title, we now want to translate the documents, so have copied the book, and chapters, renamed the document with an FR in the document titles, ready to send of to the translators.
    The trouble is all the cross references are still linking to the GB book. Is there a way of re-linking all the cross references to the FR documents? Or is it a case of going to each cross-reference and re-linking to the same piece of text but in the FR book.
    Can anyone help?
    No help here, at least no help in providing some magic. Cross-file cross-references seem to depend on the name of the file that contains the cross-reference "destination" - the text that's captured and displayed at the "source" - the location where the cross-reference is inserted. I'm using quotation marks here because some folks think of the stuff you capture as the cross-reference source, and what's displayed at the cross-reference insertion point is the destination in their view. IOW, they're opposite uses of the term. InDesign's nomenclature is based on the hyperlink model, where you create a destination somewhere and you act on it by pointing to that destination from where you insert the link to it, AKA the source of the action. At least that's my guess.
    So, changing file names loses the connection.
    Internal cross-references - within a single document file - are maintained when the file's name is changed.
    You can relink cross-file cross-references for files that are moved to a new folder. In the Cross-References panel, select a "missing" cross-reference that displays a question mark in a red circle, then from the panel's fly-out menu, choose Relink Cross-Reference, and browse the directory. If all the cross-file cross-references in the file whose cross-references point to files in one directory, relinking should restore all the links. If some cross-references point to files moved to other directories, you'll need to browse to each of those directories.
    With a book, if all the missing cross-file cross-references for all the book's component files were all moved to the same folder, relinking one missing reference should relink all. If some missing cross-references point to files moved elsewhere, you'll need to browse for each of those directories.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Split and Rename Document with Bookmark?

    Hello,
    I don't know if this is possible, but I figured this would be the place to find out. What we would like to do it split a multi page PDF document into single pages. The individual page PDF files would be renamed to it's respective bookmark in the multi page document. Each page has it's own bookmark in the multi page document so there wouldn't be any name conflicts.
    Has anyone ever heard of this, or better yet, have a script to do this? I would imagine this would be a challenging script to write, if it's even possible. If anyone with Acrobat scripting know how could please help, I would greatly appreciate it. Any type of assistance with this would be awesome!
    Thank you in advance,
    Danny

    Something like this, perhaps?
    http://try67.blogspot.com/2008/12/acrobat-extract-chapters-by-bookmarks.html

  • Error in renaming documents using Portal Drive

    Hi,
    we have NW Portal 7.0 SP12 and the following problem: when changing the name of a document using Portal Drive sometimes only the ID of a document changes but not the name. This means when I enter a folder using the portal I see a document with its name... when I enter the folder with Portal Drive I see this document with its ID.
    Many thanks for your help,
    Anna

    is it a "delayed write failed" message?

  • How do I get my Documents folder back on the Dock?

    I have Snow Leopard 10.6.8, and I've read a string of similar questions/answers. I've tried dragging the documents folder from the sidebar in Finder, but it won't drag to the Dock by Trash. Where else should I look? I've tried to 'control-click' Applications, but the only options available are 'Open', 'get info', rename documents, & 'remove from sidebar'.

    Okay, no problem - first, go to the Finder menu here:
    click on Preferences, then General, and make sure your hard disks are checked to show on the desktop.
    After that, you should see something like this in the upper right corner:
    Yours may say Macintosh HD (I renamed mine), but the icon should be there. That is your hard drive icon - that is where everything is.
    So, doubleclick or right click on that and make sure you have list view or column view selected, like this and then follow the path I outlined above:

  • InDesign CS6 - fonts problems (Document fonts fight with system installed fonts, "font incomplete")

    hello
    First, Indesign function to automatically open fonts from "Document fonts" folder is fantastic, quasy font manager. BUT, fonts is available ONLY for THAT indesign document, no other application can use it, even from CS6 suite. This is probably the most stupid decision about how this function must work. IDEALLY, fonts will be available for ALL application inside CS package until indd doc is closed. If I need some font for editing links in photoshop, illustrator I need to install them. This workflow have wrong concept.
    We now have problem, sorry Indesign have problem. Example, I need type1 font mt-symbol for mathtype AND for Indesign. This font is installed in c:\windows\fonts folder. Everything work fine. When I make package from Indesign and reopen indesign indd document inside package, Indesign report that mt-symbol IS INCOMPLETE. WHY, BECAUSE CONCURENT FONTS from both C:\windows\fonts folder AND FROM "Document fonts" folder. If I rename "Document fonts" folder, Indesign open font only from system and everything work properly.
    THIS IS BIG PROBLEM, fonts circles around workflow/folders and always will be duplicates in "document fonts" and system\fonts folder because different application need same fonts.
    Any solution?

    Another problem with the Document Fonts folder that we just noticed: in CS5, you could place Windows Type 1 fonts (.pfm and .pfb) into the Document Fonts folder on a Mac and InDesign would activate them.
    This no longer works in CS6. (Bug report filed.)
    Huge bummer, as this was a great timesaver and workaround in a high-production prepress environment when working with old Windows files. Hopefully this was not an intentional change and will be restored in a later bugfix release, or at worst in CS7.

  • Syncing Documents between MacBook & 1st gen iPad

    Is there any way for me to access documents on my MacBook Pro on my first generation iPad? 
    My MacBook came with the Preview program that allows you save highlighting...is there a similar app for iPad?

    There are many PDF apps in the App Store to pick from. Probably the one that I see most recommended here is called GoodReader. That one is supposed to be one of the most robust, full featured, PDF apps from what I have read. You can check it out here.
    https://itunes.apple.com/us/app/goodreader-for-ipad/id363448914?mt=8
    For my needs, and because it is free, I use Adobe Reader. It offers many features, fillable form fields, highlights, notes, renaming documents, grouping in folders, adding your signature ....and like I said .... It's free.
    https://itunes.apple.com/us/app/adobe-reader/id469337564?mt=8
    Both of these apps work with iOS file sharing and I think that GoodReader might work with iCloud. The only apps that I know for sure that work with iCloud are the Apple iWorks apps. You would have to check that out to be sure.
    If you are not familiar with file sharing, you can check it out here.
    http://support.apple.com/kb/ht4094

  • AFP, error code 50 and database (Entourage) documents

    We see some strange behavior lately: we have Novell servers in aur institute (University, with latest updates applied) to which we connect via AFP. The problem is, copying some documents from the finder returns an error 50. Mostly (but not exclusively) databases documents (like databse of Entourage 2004 or backup databases from SOHONotes 6.3) return the error. Creating e.g. a new Word document, saving to the finder and copying to AFP volume retrurns NO error! (same is true for .xls). The behavior seems to be erratic: copying a document from AFP volume to finder, then deleting the original and copying back works for certain documents, for other not... Even more strange: on some days we can copy these documents (automatic backup to distant volume), on some others not...
    What we tried until now: runnig Applejack (all tasks including cleaning caches and VM) in single user mode, renaming documents, numerous log-outs and reboots , rebuilding database(s), .... Making .zip or .dmg from the incriminated documents does not wort either...
    Interestingly manually creating a backup from SOHONotes at destination (directly on AFP volume) works without problem...
    Anybody with the same problem, or even a solution???
    G4 1GHz DP, 1.5 GB RAM   Mac OS X (10.4.10)  

    It is best in such
    scenarios to operate on your files locally, and use
    networking just for "sneakernet" and backup purposes.
    Thanks for the suggestion. The problem is: it is exactly the way I am using aour AFP volumes!! The corollary being, that if I cannot beam up my backups, they are of very little use... I always work locally and have chronosync programmed to copy all changed files at the end of the day...
    G4 1GHz DP, 1.5 GB RAM   Mac OS X (10.4.10)  

  • How to Edit document names in iBook

    Some documents that I import to iBook have names that are meaningless to me, e.g. Qymmbf-Nz.pdf. How can I edit them to something I can relate to?

    "Is that different in your iTunes?"  
    Nope! the same. (See following, listed in the bluish column, and selected to  "Show" in iTunes Preferences.):
    LIBRARY
      Music
      Movie
      Books  (nothing in here)
      Apps
      Radio
    Also, there is no Devices section until I connect my iPad.
    I have found a work-around. I connected my iPad, re-downloaded the Documents in question from the web (all PDFs) renamed them to my liking, deleted the documents in my iTunes-Devices-iPad list, dragged the renamed documents into the that same window and they immediately synced with the iPad. All is well. But surely this should not have to be the procedure.
    Cheers

  • Can't open document in pages.

    I can't open one of my documents in pages on my iPad. I've reinstalled pages, rebooted the iPad and simply turned it off and on but nothing is solves my problem. Any ideas? Really need this document!

    If you use iCloud, download the document from iCloud.com and try to open the document on your computer. If you can open it, save it under a different name and send it back to iCloud by dragging the document into the browser window. Launch. Pages on the iPad and see if the renamed document will open OK. If it does, delete the old document.

  • [CS2] Can a document "remember" export settings?

    I export an InDesign document as an EPS into a specific folder using the document name as the name of the EPS.
    This InDesign document is then copied and renamed. Another user opens this renamed document and performs another EPS export, but InDesign wants to use the previous name and also export to the folder I used even though this user has never accessed the folder before!
    I thought the application remembered the last export location and used the active document name for the export.
    Can export settings be "remembered" by the document? Is this a bug or are there a certain set of circumstances where this may happen?
    I hope this makes sense and look forward to reading any comments.
    Simon Kemp

    Thanks a lot Bob,
    That makes perfect sense now, and solves a puzzle that has been bothering me for a couple of years!
    Simon.

  • Don't want to Copy audio and movies into document:  Selecting

    Hello
    Here is my first question about Keynote.
    In the User Guide, we may read:
    Copy audio and movies into document:  Selecting this checkbox saves audio and
    video files with the document, so the files play if the document is opened on another
    computer.
    *_You might want to deselect this checkbox so that the file size is smaller, but_*
    *_media files won’t play on another computer unless you transfer them as well._*
    The named checkbox is unchecked in the Advanced options as well as in the Preferences pane but, when I drag a sound file, in fact a mp3 one encapsulated in a .mov file, I retrieve it it the document itself.
    I'm running the app on a French system if it may make sense.
    Am'I doing something wrongly ?
    Yvan KOENIG (VALLAURIS, France) mardi 18 janvier 2011 14:17:30

    I have no huge knowledge about Keynote.
    So, I would use brute force.
    Assuming that your document is built with the flatfile format introduced by iWork '09
    (1) rename the document wxyz.key as wxyz.key.zip
    (2) double click the renamed document
    it will expand as a wxyz.key document using the old package structure
    (3) ctrl + click the icon of the new wxyz.key document to reach the contextual menu offering the item allowing you to "Display Package Contents"
    (4) in this contents you will see the "kind of aliases" which I wrote about.
    They are named something like : azertyui.mov
    (5) open them with an hexadecimal editor like the free Hexedit.
    You may also drag & drop them on the TextEdit icon.
    In this late case you will get something like :
    I highlighted the meaningful info.
    Here it must be read as:
    Macintosh HD/Important/Téléchargements/jef gilson - oeil vision/jej gilson - oeil vision - 7 -chant inca.mp3
    This is the path to the true file.
    With this info, you may reach the true file.
    As far as I know, the embedded .mov file is a frozen 'kind of alias' so you are not allowed to move it.
    As long as it remains where it is, you may move the keynote document everywhere on your HD. You may also move it on an external HD.
    As long as the device is connected to your machine with the media file untouched thr doc will behave flawlessly.
    If you move it to an other machine, it will be orphan.
    So, to use it on an other machine, you must embed the media file in the document.
    Open this document with Keynote.
    Check the checkbox urging Keynote save media in the document
    Delete the icon of the media item existing in the document
    Drag & drop the true media file as a replacement of the deleted one
    then save the document.
    Oops I was forgetting to respond about 'dropped files'.
    To my knowledge, they are some insert picture files.
    Yvan KOENIG (VALLAURIS, France) vendredi 21 janvier 2011 22:44:11

Maybe you are looking for

  • Adobe Premiere Clip - iPhone

    Ich habe mit Clip ein Video bearbeitet und irgendwo in die Cloud geschickt. Leider kann ich das Video nur online per Link einsehen und nicht lokal abspeichern. Das will ich aber. Ist das nur so eine Mogelpackung (Abo kauf mich Falle) ?

  • HT201317 video to icloud

    How do you get video from iphone 5 to icloud?  Whay won't it upload automatically like photo?

  • Approval for Vendor Invoice

    My client required Approval for Vendor Invoice Payment from senior person. How can i configured this scenario in sap AP?   Pls Reply

  • VL10B does not display the purchase order

    Hi, I have created a stock transport order to transport materials from Plant A to Plant B I only enter the purchase order number and plant A in VL10B and no other fields. The delivery creation date defaults to  9/30/2008 to 10/01/2008 with CalcRuleDe

  • What is itunes download error -3253

    Ever since I updated iTunes, I can't make download updates on my apps. I keep getting error -3253. Any ideas?