Apply policy to documents (doc, docx...)

Hello everyone,
we are using LiveCycle Rights Management web service and we have discovered a plugin for MS Office called RightsManagement Plugin for MS-Office.
We are wondering if there is any way to apply policy to office documents using live cycle (by web service).
I have searched in the documentation/forums and have only seen stuffs like "applying policy to pdf documents", nothing about office documents.
I have also tried if the web service would also apply a policy over a docx file but of course it has returned me an exception "not a pdf document".
So here are my questions:
is there a way to apply policy to office documents using live cycle (web service or java API)?
if yes, how ?
Thanks for your help
Antoine
BTW: lc_version: 8.2.1

The current version of LiveCycle (8.2) only allows the application of policies on PDFs.  You can apply policies to Office documents using the Office plugin, but it must be done at the client end.
From what I understand, the next version of LiveCycle (currently in public Beta) will address this.

Similar Messages

  • How can I edit an Adobe document that is marked doc docx?

    How can I edit an Adobe document that is marked doc docx?

    A file with a .doc or a .docx extension is a Word document. It is not a PDF.
    hth.
    Ben

  • Pages and .doc/.docx

    I recently purchased Pages with the understanding that it would be able to open .doc/.docx files. I downloaded U-0090-01_P.doc from http://www.avery.com/avery/enus/Templates-%26-Software/Templates/Blank-Templates/Labels/Mailing/Shipping-Labe l-10-per-sheetMicrosoft-Word.htm?N=4294967205&refchannel=93551b34dcf4a110VgnVCM1000002118140aR CRD . When I open U-0090-01_P.doc with WORD it is a one page document. When I open it with Pages it is a two page document. Can anyone help me understand this? Thanks, Gary

    I gather the text at the bottom has spilled over?
    There is a discrepancy with how Microsoft measures the distance between lines of type, this may have caused it to just run a little long.
    If that is the case, select all and reduce the line spacing slightly to bring the text back onto 1 page.

  • Save a doc/docx file as dotx

    In C++/MFC using MS word controller (and not Open xml) how to Save a doc/docx file as dotx??
    I am opening the .doc/docxx file, and saving it as .dotx. It saves, but if tried to open when double clicking it, it is says something which means, incorrect file format. Is there a way around?
    STDMETHODIMP WordClass::OpenDocument2(BSTR templateFilepath, VARIANT_BOOL readOnly, VARIANT_BOOL visible)
        try
            // Make sure we have a valid MSWordApp object.
            if(m_pWordApp == NULL)
            // Make sure a document is not already open.
            if(m_pWordDoc != NULL)
            CComVariant varFilenameOpen(templateFilepath);
            m_pWordDoc = m_pWordApp->Documents->Add(&varFilenameOpen,
                                       &vtMissing,
                                        &vtMissing,
                                        &vtMissing);
            // Setup the event source sinks so that we will receive sink messages from MSWord.
            DocumentSink::DispEventAdvise(m_pWordDoc);
            if (readOnly == VARIANT_TRUE)
                CComVariant password((long)GetTickCount());
                password.ChangeType(VT_BSTR);
                m_pWordDoc->Protect(MSWORD::wdAllowOnlyComments,    //enum WdProtectionType
                                    &vtMissing,                      
     // NoReset.
                                    &password);                      
     // Password.
        catch(_com_error &err)
        return(S_OK);
    STDMETHODIMP CMSWordController::SaveDocumentAs(BSTR newDocumentFilename)
        try
            // Make sure we have a valid MSWordApp object.
            if(m_pWordApp == NULL)
            // Make sure a document is open.
            if(m_pWordDoc == NULL)
            // Wrap the arguments into Variants.
            CComVariant varFilename(newDocumentFilename);
            // Save the document.
            m_pWordDoc->SaveAs(    &varFilename,        // New Filename
                                &vtMissing,            // Document Format
                                &vtMissing,            // LockComments
                                &vtMissing,            // Password
                                &m_CovFalse,        // AddToRecentFiles
                                &vtMissing,            // WritePassword
                                &vtMissing,            // ReadOnlyRecommended
                                &vtMissing,            // EmbedTrueTypeFonts
                                &vtMissing,            // SaveNativePictureFormat
                                &vtMissing,            // SaveFormsData
                                &vtMissing);        // SaveAsAOCELetter
        catch(_com_error &err)
        return(S_OK);
    I called OpenDocument2(...) and then SaveDocumentAs(...).
            

    This is the code I am using...
    // Wrap the arguments into Variants.
    CComVariant varFilename(newDocumentFilename);
    // "C:\\abc.dotx" CComVariant varFormat(MSWORD::WdSaveFormat::wdFormatTemplate);
    // Save the document.
    m_pWordDoc->SaveAs2( &varFilename, // New Filename
    &varFormat, // Document Format
    &vtMissing, // LockComments
    &vtMissing, // Password
    &m_CovFalse, // AddToRecentFiles
    &vtMissing, // WritePassword
    &vtMissing, // ReadOnlyRecommended
    &vtMissing, // EmbedTrueTypeFonts
    &vtMissing, // SaveNativePictureFormat
    &vtMissing, // SaveFormsData
    &vtMissing, // SaveAsAOCELetter
    &vtMissing, // Encoding
    &vtMissing, // INsertLineBreaks
    &vtMissing, // AllowSubstitutions
    &vtMissing, // LineEnding
    &vtMissing, // AddBiDiMarks
    &vtMissing); // CompatibilityMode
    I am getting an exception, Incompatible File type and File extension.

  • Some PDF, .DOC, .DOCX won't import properly (open) after iTunes sync

    Hi everyone,
    After exporting/transferring documents from my MBP to my iPad2 (specifically .xlsx to Numbers, .Doc, .Docx, .pdf to Pages) some won't allow me to open them on the iPad and I can't figure out why.
    Once I make them available to open on the iPad and I go to import from "Copy from iTunes", the odd one (less than 1 in 10) is greyed out and won't let me open it. I've tried renaming the file, removing the file type from the name, etc. etc.
    Note: all .xlsx have worked; about 9/10 .doc or .docx have worked, and about 4/5 .pdf have worked, so I know I'm doing things right on the iTunes side.
    Any idea what's up?

    Too bad I can't answer my own questions for points!!
    Solution I've found:
    - emailed myself the PDF in question and opened in iBooks.
    I'm wondering if you aren't supposed to be able to read PDFs in Pages, since it's a fixed document (not editable).
    There you go, folks, problem solved!

  • How to read doc/docx/pdf/jpg files in objective-c?

    Hi am new to  objective-c,here want to read the files from the directory i know how to read the text file but what i need is to read the doc/docx/pdf/jpg files to read,i don't know how to read these files in objective-c if anyone knows about this please help me,
    thanks in advance.

    The same way. You will get a load of binary idata, and you have to handle that yourself. .. What, are you expecting libraries to read and somehow convert a .docx document to your taste? You need to look up what 'file format' means.
    (Oh alright, there /may/ be a standardized way in OS X to read a jpg and convert it into something OS X can use without you having to know the specifics.)

  • Exporting to doc/docx format.

    Firstly, I've submitted the following to Apple as Pages feedback, however they will not feedback to me an explanation for the observations below, so I'm submitting this because someone else may have an explanation and confirmation.
    Under Mavericks and Pages 5.0.1, Apple have made it harder to convert to doc/docx, since now you have to export to other formats, but when I do export a pages document to doc/docx format then the file size of the doc/docx documents are far smaller than in the pages format. For example, I have a pages document that is 332kb, and when I export it to doc/docx, those documents have sizes 19/12 kb. You might say that the pages document has macros, formatting information, etc, that the doc/docx forms don't, but the content looks the same, and when I re-save the doc/docx documents in pages format, they're both saved as 332kb documents.
    Also, when displaying in doc/docx form, the filename displayed at the very top of the document in the title space has a .pages suffix instead of a .doc/.docx suffix - ok, they're pages documents compatible with Word formatting, but their name in Finder has the .doc/.docx suffix so it should be kept when displayed in the title space of the displayed document. The latter may be a bug, but the following is certainly a bug. The doc/docx documents I've been referring to have had the year 2013 as part of their filename - when these filenames are displayed in the title, the year is being treated as a formatted number, hence the 2013 is being displayed as 2,013 - I emphasise that this does not happen when the pages form of the document is displayed.

    Dear fruhulda and Peter,
         Thanks for replying.
          fruhulda - your reply about the size would imply either that Pages carries with it a lot more features (and thus code) than Word, or that the coding of Pages is, in some way, less efficient than Word - and I don't think either of those is true. The discrepancy in file size is inexplicable, and I've found an article from which this quote opines the same: "That's right: the only way to handle documents in Pages is by saving your working documents as .pages files – which are, inexplicably, often 10 or more times larger than their Word .DOC equivalent – and then exporting .DOC versions as and when you need them." (http://www.zdnet.com/why-i-may-never-install-office-for-mac-again-7000023520/).  In fact, how does Apple get Pages not only to read and write Word files but also PDF files? I can only imagine that Apple have bought use of the relevant routines from Microsoft and Adobe, but the latter both keep a tight rein on their proprietary products. For instance, Office for Mac has, presumably, been developed by Microsoft since I can't find it for sale in the Apple Store. Hence, you may be right that Pages only saves documents in its own format, and documents in other formats call upon routines external to Pages. Regarding the suffix or extension being part of the filename, there's no reason for not including it as part of the file name since, for instance, X.doc is only distinguishable from X.docx by the suffix; and, for instance, http://en.wikipedia.org/wiki/8.3_filename includes the suffix when referring to the filename.
         Peter - first, thanks for the key combination, abling you to do something useful that I didn't know; and following are the results of that tip. The first image is the display of name of the .docx file in the title space of the document:
    When I then click on the triangle, or if I save the document, I get the following:

  • Apply Policy

    Hi,
    I try to apply a policy(test) from a policy set (int) to a document using the apply policy service in a process, and in LC ES 8 I get this error
    Caused by: com.adobe.edc.sdk.SDKException: Failed to retrieve policy [int:test] -- Invalid policy(error code bin: 1284, hex: 0x504)
    at com.adobe.livecycle.rightsmanagement.RightsManagementService.getPolicyId(RightsManagement Service.java:206)
    at com.adobe.livecycle.rightsmanagement.RightsManagementService.applyPolicy(RightsManagement Service.java:296)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:181)
    ... 88 more
    The same process works with the same configuration works fine in LC 8.2.
    Why?
    regards
    Johannes

    I have a problem in apply a policy using watched folder. An error occurs and document (a PDF) is trasferred in failure folder. Here is then log. Someone can help me? Thanks.<br /><br />Failure Time----Tue Jul 29 18:03:18 CEST 2008<br />source location ---- Reason of failure is-----Internal error.<br />Internal error.<br />Cannot coerce object: <document state="active" senderVersion="0" persistent="false" senderPersistent="false" passivated="false" senderPassivated="false" deserialized="false" senderHostId="null" callbackId="0" senderCallbackId="0" callbackRef="null" isLocalizable="true" isTransactionBound="false" defaultDisposalTimeout="600" disposalTimeout="600" maxInlineSize="65536" defaultMaxInlineSize="65536" inlineSize="0" contentType="application/pdf" length="-1"><cacheId currentCacheId="13748333066588340" cacheId="13748333066588340" documentId="2"/><localBackendId/><globalBackendId/><senderLocalBackendId/><senderGlobalBa ckendId/><inline/><senderPullServantJndiName/><attributes ADOBE_SAVE_MODE_ATTRIBUTE="NO_CHANGE" ADOBE_SAVE_MODE_REQUIRED_ATTRIBUTE="false"/></document> of type: com.adobe.idp.Document to type: class com.adobe.livecycle.formsservice.client.AcrobatVersion<br />ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.<br />     at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker. java:311)<br />     at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:98)< br />     at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:134)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)<br />     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)<br />     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:336)<br />     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew (EjbTransactionCMTAdapterBean.java:282)<br />     at sun.reflect.GeneratedMethodAccessor268.invoke(Unknown Source)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />     at java.lang.reflect.Method.invoke(Method.java:585)<br />     at org.jboss.invocation.Invocation.performCall(Invocation.java:345)<br />     at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:214)<br />     at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)<br />     at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:154)<br />     at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor. java:54)<br />     at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48) <br />     at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)<br />     at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:389)<br />     at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166)<br />     at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)<br />     at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)<br />     at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:122)<br />     at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)<br />     at org.jboss.ejb.Container.invoke(Container.java:873)<br />     at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:415)< br />     at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:88)<b r />     at $Proxy210.doRequiresNew(Unknown Source)<br />     at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)<br />     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)<br />     at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)<br />     at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:93)<br />     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)<br />     at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:113)<br />     at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:102)<br />     at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:88)<br />     at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:21 0)<br />     at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)<br />     at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)<br />     at com.adobe.idp.jobmanager.ejb.JobManagerBean.doOnMessage(JobManagerBean.java:967)<br />     at com.adobe.idp.jobmanager.ejb.JobManagerBean.onMessage(JobManagerBean.java:817)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />     at java.lang.reflect.Method.invoke(Method.java:585)<br />     at org.jboss.invocation.Invocation.performCall(Invocation.java:345)<br />     at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.j ava:475)<br />     at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)<br />     at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48) <br />     at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)<br />     at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 58)<br />     at org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT.invoke(MessageDrivenTxInterceptorBMT. java:32)<br />     at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterc eptor.java:101)<br />     at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:94)<b r />     at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)<br />     at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:122)<br />     at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:389)<br />     at org.jboss.ejb.Container.invoke(Container.java:873)<br />     at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:1077)<br />     at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerI nvoker.java:1379)<br />     at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:256)<br />     at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:904 )<br />     at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:160)<br />     at org.jboss.mq.SpySession.run(SpySession.java:333)<br />     at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)<br />     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)<br />     at java.lang.Thread.run(Thread.java:595)<br />Caused by: ALC-DSC-119-000: com.adobe.idp.dsc.util.InvalidCoercionException: Cannot coerce object: <document state="active" senderVersion="0" persistent="false" senderPersistent="false" passivated="false" senderPassivated="false" deserialized="false" senderHostId="null" callbackId="0" senderCallbackId="0" callbackRef="null" isLocalizable="true" isTransactionBound="false" defaultDisposalTimeout="600" disposalTimeout="600" maxInlineSize="65536" defaultMaxInlineSize="65536" inlineSize="0" contentType="application/pdf" length="-1"><cacheId cur

  • Converion of Doc,Docx,pdf,odt to Html

    Hi,
    I have a requirement like conversion of  Doc,Docx,pdf,odt to Html  without any lose of format ,then storing html content into database.
    can any one suggest is there any open source tool for achieving this.
    it is very urgent please reply as soon as possible.

    Hi
    Rajesh,
    #Convert Docx to HTML: 
    Using  PowerTools for Open XML just released a new HtmlConverter module that contains an open source.
    For more details, please refer to the following link.
    http://openxmldeveloper.org/blog/b/openxmldeveloper/archive/2014/01/30/transform-docx-to-html-css-with-high-fidelity-using-powertools-for-open-xml.aspx
    #Convert Pdf to HTML: 
    c# converting pdf to html [closed]
    #Convert Odt to HTML: 
    Convert ODT to HTML Command Line
    By the way, If you need to be able to perform operations like find and copy/pasting text. I would suggest converting the document to a .pdf, and displaying it inline, in whichever standard pdf viewer the client machine has installed.
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Microsoft Word saving documents as .docx

    I'm not sure if this is the right place to be posting the question- if there is a different forum that it belongs in please let me know!
    I downloaded Microsoft Office for Home & Student 2008, and now it is saving my documents as .docx. As a result, emailing Word attachments has proven itself troublesome as the recipients cannot open the files. I have tried altering the .docx to .doc, but it doesn't make any difference. Somewhere along the line the compatibility is being destroyed- I don't know what to do, or even where to start looking.
    Please help!
    Kelly Mae

    if there is a different forum that it belongs in please let me know!
    http://www.officeformac.com/productforums\
    I don't know what to do, or even where to start looking.
    File menu --> Save As.. --> Format --> Word 97-2004 Document

  • Pages App only displays first page of MS Word .doc & .docx files

    Hello all,
    There may be a thread out there to address this, but I couldn't find it. 
    I'm trying to switch to the Pages App from Microsoft Word.  All of my .doc & .docx files only display the first page's text.  Any proceeding pages show up blank.  When I show pages side by side it looks as if the second page's info is there, but shifted to the side (half off the page) and I can't seem to move them to the proper place so I can see all my work.
    Anyone have any ideas what the problem is?  I'd like to get as far away from Microsoft as possible. 
    Thanks!

    Folly,
    There's a bug in the Pages adaptation to the Retina Display that causes that problem, and it's not just with imported documents, but all Pages documents according to what I have read here. Search these discussions for more detail. For now, choose "Open in low resolution" in the info pane for the Pages file.
    Jerry

  • How do I convert a PDF document to docx now that I have purchased this from Adobe?

    I purchased this service to convert PDF documents into docx.  Now what?  How do I convert the PDF file to docx?

    Hi shingles123
    I have just replied to your concern to another thread. Please refer that.
    http://forums.adobe.com/message/5703873#5703873
    ~Deepak

  • Why pages sometimes tells me : "an unknown error occurred" when trying to export a document into .docx or .pdf ?

    Hello !
    Since I've done the 5.0 update for Pages (and also with 5.1 and 5.2), I sometimes don't manage to export my documents into .docx or .pdf files. I get a message telling: "an unknown error occured", and the file isn't converted. Could someone help me ?

    Other than using the version that works, as VikingOS suggests, look for any distinguishing features or objects that may be common amongst the files that won't convert. Particularly Tables which seem to experience the most problems.
    We have had a number of reports of this by other users and not been able to finger exactly what is the cause.
    Pages 5.2 has quite a few problems with exporting and this is just another.
    Peter

  • Cannot use Word2008 doc/docx file to Create PDF (single or multiple)

    Attempting to Create PDF from File >> Single file or Multiple File>> selection of MS-Word2008 .docx or 97-compatible .doc file will error out.
    Adobe has replicated the problem of receiving the same exact error message with Word2008(mac) doc/docx file as input for Acrobat Pro
    fessional 9 to Create PDF. Possible cause is the absence of PDFMaker for Ver9.
    No solution exists.
    Due to resident PDF functionalities of OSX Snow Leopard built into Preview and Print, Acrobat Professional 9 is
    a redundant product for all MacOSX Snow Leopard computers. Only useful functionaity of Acrobat is Create Portfolio and possibly Reduce File Size.
    The non-Universal Automator allows for the creation of PDF through PDF drop down menu available from Word>>Print Dialog which allows for Acrobat PDF option to choose Press/High-Quality/Smallest-File/Standard that can be modified through Distiller.
    Conclusion: Acrobat Professional 9 for MacOSX Snow Leopard as a stand-alone product is Obsolete - Dead on Arrival (DOA). Still useful when used in conjunction with bundled CS4 Suites.

    There is much Acrobat can do once the PDF create created.
    Go to Print Menu and save as Postscript file then drop on Acrobat.

  • Error saving: The location of the document " DOC NAME " cannot be determined.

    I am having issues saving .pages files on to our network drive after upgrading to Mavericks and Pages 5.0.
    A bunch of errors and issues occur when editing old or saving new pages files on our local SMB server. Saving files on to my local machine is fine.
    I cannot save to the original network location at all. It errors: The location of the document "<DOC NAME>" cannot be determined. The folder in question has permissions that have always worked before the upgrade of mavericks/pages. I can rename the files in question, and save other types of files in to that folder without issue.
    When it errors, it provides the option to Save as... this also fails, no matter where I try to save it to - local or network.
    The auto-save feature fails for the same reason. This creates several temp folders with blank pages documents in it.
    Most disturbingly, it appears to be destroying the original file by renaming it to a temp file, that is henceforth un-usable. Luckily Ive got backups of the documents.
    Help!

    Update:
    The new version of Numbers also comes up with the same errors.
    The previous version of both Pages and Numbers work absolutely fine still - have had to revert to using these for now.

Maybe you are looking for

  • Hard drive died. Wrote back-up image to new drive, but can't open Adobe. Help, please.

    I own Adobe Acrobat 9 Professional.  This software can be installed on two computers. The hard drive in one of my two computers died.  Fortunately, I've been doing full-image back-ups (which include the operating system) to an external hard drive.  I

  • Connecting Guitar to Live Dr

    Hello, I want to connect my electric guitar to my computer using my Creative Li've Dri've. I have a Creative Sound Blaster Li've! sound card. Although I can hear my guitar the sound is very faint, i.e. low volume. Do I need to use a pre-amp or someth

  • [SOLVED] pacman signature problem (haskell repo)

    Hi, Tried to enable unofficial haskell repo (this is a config which runs on another box): [haskell] # Arch-Haskell repository # Discussion: http://www.haskell.org/mailman/listinfo/arch-haskell Server = http://xsounds.org/~haskell/$arch # Server = htt

  • How to migrate Photoshop Elements data from a PC Elements V9 to a Mac Elements V11?

    Migrating from a PC to a Mac and want to continue with Photoshop Elements.  How do I get the data moved from the PC to the Mac (V9 to V11) so that Elements will recognize and use the previous information (photos, files, etc.)?

  • Color shift from one monitor to the next (CS5)

    I'm having a strong color shift in Photoshop going from one monitor to another. It's not a calibration issue because the color shift persists when I drag the window from one to another until I do something with the window, then it will shift (i.e. no