Writing flattened PDF on disk !!

Hi,
Please help me on this.
I have a livecycle process which uses a template PDF Form and a process variable ( XML Form Data ). In this long lived process there are multiple steps (users, operations etc.). At the LAST Step I need to write a flattened PDF file (Template Form with final XML Data) on disk.
The way I tried:
Step: 1 -
Placed a generatePDFOutput service, Here I merge template with xml form data,
Output stored in another process variable 'outDoc' of document type.
Step: 2 -
Place a Write Document service next to above step. Input document - outDoc (output doc of previous step)
Set others parameters, In Pathname Patterns I have just set the directory path.
But when I am running this, it is giving an error.
Error-
com.adobe.workflow.datatype.InvalidCoercionException: Cannot coerce object: <document state="passive" senderVersion="3" persistent="true" senderPersistent="false" passivated="true" senderPassivated="true" deserialized="true" senderHostId="127.0.0.1//////////192.168.1.200///////" callbackId="0" senderCallbackId="0" callbackRef="null" isLocalizable="true" isTransactionBound="false" defaultDisposalTimeout="600" disposalTimeout="600" maxInlineSize="65536" defaultMaxInlineSize="65536" inlineSize="28332" contentType="application/pdf" length="-1"><cacheId/><localBackendId/><globalBackendId/><senderLocalBackendId/><senderGlobalBackendId/><inline>%PDF-1.7
%����
32 0 obj
<</Filter/FlateDecode/First 15/Length 220/N 3/Type/ObjStm>>stream
h޼O�
�@...</inline><senderPullServantJndiName>adobe/idp/DocumentPullServant/adobejb_server1</senderPullServantJndiName><attributes CONTENT_TYPE="OUTPUT_DATA" RESULT_REPORT="[B@1aeb36f" basename="052263c11ee0a2f8b0a688d8926726f6" file="C:\Windows\Temp\AdobeDocumentStorage\local\docm1294992843250\052263c11ee0a2f8b0a688d8926726f6" wsfilename="C:\Windows\Temp\AdobeDocumentStorage\local\docm1294992843250\052263c11ee0a2f8b0a688d8926726f6"/></document> of type: com.adobe.idp.Document to type: java.lang.Integer
     at com.adobe.workflow.dom.VariableAttr.setBoundValue(VariableAttr.java:69)
     at com.adobe.workflow.pat.service.PATExecutionContextImpl.setProcessDataValue(PATExecutionContextImpl.java:796)
     at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:926)
     at com.adobe.workflow.engine.SynchronousBranch.handleInvokeAction(SynchronousBranch.java:510)
     at com.adobe.workflow.engine.SynchronousBranch.execute(SynchronousBranch.java:888)
     at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction(ProcessEngineBMTBean.java:2797)
     at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncContinueBranchCommand(ProcessEngineBMTBean.java:2551)
     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:597)
     at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
     at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
     at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
     at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
     at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
     at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)
     at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
     at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
     at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
     at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
     at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
     at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
     at org.jboss.ejb.Container.invoke(Container.java:960)
     at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
     at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
     at $Proxy410.asyncContinueBranchCommand(Unknown Source)
     at com.adobe.idp.workflow.dsc.service.ProcessCommandExecutorService.continueBranch(ProcessCommandExecutorService.java:39)
     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:597)
     at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118)
     at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:154)
     at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
     at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(EjbTransactionCMTAdapterBean.java:227)
     at sun.reflect.GeneratedMethodAccessor696.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
     at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
     at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
     at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
     at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
     at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
     at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
     at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
     at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
     at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
     at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
     at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
     at org.jboss.ejb.Container.invoke(Container.java:960)
     at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
     at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
     at $Proxy378.doSupports(Unknown Source)
     at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvider.java:104)
     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInterceptor.java:72)
     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
     at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStrategyInterceptor.java:55)
     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
     at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateInterceptor.java:37)
     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
     at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:165)
     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
     at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
     at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
     at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
     at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessageReceiver.java:93)
     at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:225)
     at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:66)
     at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
     at com.adobe.workflow.engine.PEContinueBranchCommand.execute(PEContinueBranchCommand.java:91)
     at com.adobe.workflow.workadapter.WorkflowCommandExecutionUnit.execute(WorkflowCommandExecutionUnit.java:22)
     at com.adobe.idp.dsc.workmanager.adapter.ManagedAsynchronousWorkAdapter.run(ManagedAsynchronousWorkAdapter.java:70)
     at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
     at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
     at java.lang.Thread.run(Thread.java:619)
Please help me on this.
Thanks in advance.
Abhinav

Make sure to set the "PDF Output" from the Output section and not the "Output Result" from the Additional Result to your document variable.
PDF Output uses a document variable where Output Result takes a OutputResult data type.
Somehow the error is saying you're trying to put document variable into an integer.
What are you settings for the Write Document operation?
Jasmin

Similar Messages

  • Disc error -43 occurred while reading or writing to a scratch disk.

    "Disc error -43 occurred while reading or writing to a scratch disk.  Sorry, but this error is unrecoverable."
    What does this mean, and how can I fix it?
    I assume it affecting my performance if PS is not able to write to the scratch disc???
    I get the error every time I shut down Photoshop.
    Attached are my settings.

    It means that the OS says there was an error with your hard disk.
    You need to check the disk for problems, and make sure you have your data backed up before continuing.
    It could be a one time thing (especially if the SMART system remapped the bad block), but could also be an indication of serious problems with the disk if it recurrs.

  • Flatten PDF with Attachments

    Hi,
    I,
    1. render a xdp in browser (via servlet)
    2. fill out the form, attach some files
    3. submit the form as PDF (via servlet)
    4. launch a process that flattens the PDF file
    the flattened PDF doesn't include attachments no more, it was lost durning the Output/transform Qpac. (if I don't apply the flattening, I am able to see the attachments)
    How do I keep attachments in flattened pdf?
    Thanks in advance.

    You can achieve this with help of assembler service (http://help.adobe.com/en_US/livecycle/10.0/Services/WS92d06802c76abadb712193f912dbeb3c6db- 8000.html)
    This link will help you in creating a DDX to do the same (http://help.adobe.com/en_US/livecycle/10.0/ddxRef.pdf)
    Jump to Section 'Attaching files to a PDF document'. Hope this helps.
    These documentation is from ES3 version.
    Similar documentation is present for other versions of LiveCycle too.
    Regards,
    Varun Nohria

  • Problem with assembling flattened PDFs with XFA docs

    I have a flattened PDF (legacy) doc that I am sending into a livecycle process to merge with an XFA doc that I am creating on the server. Assembler will not allow me to assemble the docs in the following order:
    1. flattened PDF
    2. XFA doc
    I CAN do the reverse order just fine. Problem is order DOES matter and I need the XFA last.
    Any thoughts on how I can reach that end result? I was thinking of doing the merge in the wrong order and then maybe reordering the pages, but don't know how to do that either.
    Any help would be VERY appreciated!

    Try specifying the xfa doc as the base document, i.e.:
    <PDF result="out">
    <PDF source="flatPDF"/>
    <PDF source="xfa" baseDocument="true"/>
    </PDF>

  • What's the fastest C function for writing binary data to disk?

    I'm acquiring data at high speeds across multiple boards and I'm having a hard time writing the data to disk fast enough to keep up. I'm programming in C in Visual Studios and I'm currently using fwrite. I have a similar system set up in LabView and my C code can't perform as well. Is there a better or faster way to write to disk in C?

    Some speculated a few years ago that there would be
    no reason to use Fortran too. :)Are you saying there's a reason to use Fortran? Help me lord!
    Anyway, they were right! The industry may be stalling, but the vision is not. The economy and many other factors are to blame for why we haven't been able to break out of the computing paradigm we're stuck in. It's like the automobile, it hasn't changed in a century. Why? $$$
    Oh, people said we'd have flying cars by now, where are they? Well we do have them! But we're too busy spending that 400 billion a year on war instead of evolving as a species.
    Anyway, when we take the next step and have true distributed computing with multi-core processors everywhere, Java will run, Java will scale, and Java will outperform ANYTHING available.
    And speaking of game programming, the PS3 developers are having a hell of a time doing the 3 CPUs. Why? Because all they've ever done is single & double processor systems. It's time to think out of the box. When a game console hits the market with 512 CPU cores, do you REALLY think C/C++ will run on that? But, Java was designed for it.
    Java = the future
    C++ = the past

  • Flatten PDF whit Assembler have NO form data ¿lose?

    Hello
    I using LC ES 8.2.1, and have licence for Forms ES and ReaderExtensions ES Services.
    I need flatten XFA based form generated with Adobe Designer, and saved as "Static PDF Form" (we no have Output Service).
    1) Have Static PDF Form + XML data.
    2) Forms ES: Load XML data on the form.
    3) Assembler: Form with data (generated on 2 point) flatten using <NoXFA /> or <NoForms />
    PROBLEM:
    The problem is in the flatten PDF generated by Assembler have NO DATA, if the Assembler DDX happened to get <NoXFA /> or <NoForms />, the resulting PDF does NOT show the form data that had previously preloaded with Forms ES.
    ¿Why PDF LOSE data? ...have any way to flatten PDF with data (without using OUTPUT Service)????
    Thx

    Hi,
    Well it did not work, we have updated the version from the ES 8.2.1 to 8.2.1.3 and still IS running incorrectly.
    We used two different mechanisms to place XML data in PDF:
      - Forms
      - FormDataIntegration
    None works, the imported data do not appear in the final flatten PDF.
    Where it works properly is with LC ES2, we have to update, because we rush to deliver this development.
    While we understand that should work with the ES version 8.2.x, all documentation is in your website says this, but the reality is that (at least to us) does not work, the static PDF preloaded (with DataIntegration or Forms) and then flattened with Assembler NOT show the latest data preloaded.
    Thx.

  • How to create in InDesign with "Helios Server" a flattened pdf file?

    Hi,
    anybody know about how to use Helios server to create flattened pdf file?
    some details:
    software: InDesign CS4
    Operating System: Macintosh

    I hope you meant it when you said any and all suggestions would be appreciated. This is kind of for listed bullets, but you seemm well versed that you could play with this to make it work.
    First, you want to set your text and apply some general bullets. You can make a new paragraph style if you’d like to set your indents for personal preference. Off to the side, place your graphic you want to use for the bullet.
    Next, select your bullet text and convert the bullets to text. Now it gets bouncy, but follow slowly and it may work for you.
    Copy one of the general Bullets to the pasteboard. Then, Find/Change, pasting the bullet text character in the Find what. Go back to your document and copy the logo or graphic to your clipboard. Make sure it is formatted to your bullet size and colors, etc...
    Go back to your open Find/Change dialog and select the Change to (special characters for replace) to clipboard contents, formatted. From there, you can select and tweak things such as text wrap.
    Just one FYI - When you try to select all in your text box, the graphics used for the bullets will NOT be selected in the links pallette.

  • Can we assemble XFA and Flatten pdfs?

    Hi,
    I am not sure if assembler can create a XFA + Flatten pdf to a XFA form.
    I want to assemble a pdf1 (xfa)  with pdf2 (flatten) to produce a pdf3.
    Pdf3 should not be completely xfa or flatten, so that i can submit pdf3 on hit of button and extract out xml out of it.
    PDF1 is an application form
    PDF2 is just instruction page, so i want to keep it as flatten to reduce size of this pdf.
    PD3 should be XFA cum flatten, so when it is rendered to user and user clicks on submit button. It will submit the entire pdf.
    Please let me know how do i do using assembler.
    Regards
    Sunil

    I got the solution in assembler Service and DDX reference documentation.
    Example: Assembling an interactive XFA-based form with other documents
    <PDF result="intermediate_result.pdf" return="false">
    <XDP>
    <XDP source="doc1.xdp"/>
    <XDP source="doc1.xdp"/>
    </XDP>
    </PDF>
    <PDF result="final_result.pdf">
    <PDF source="intermediate_result.pdf" baseDocument="true"/>
    <PDF source="nonXFAForm.pdf"/>
    <PDF source="other_nonXFAForm.pdf"/>
    </PDF>
    Regards
    Sunil

  • Flatten PDF using OutputServiceClient

    Hi,
    I am trying to flatten the PDF using the below code.
       OutputServiceClient outputClient = new OutputServiceClient();
                       outputClient.Endpoint.Address = new System.ServiceModel.EndpointAddress("http://172.20.148.143:8080/soap/services/OutputService?blob=mtom");
                       //Enable BASIC HTTP authentication
                       BasicHttpBinding b = (BasicHttpBinding)outputClient.Endpoint.Binding;
                       b.MessageEncoding = WSMessageEncoding.Mtom;
                       outputClient.ClientCredentials.UserName.UserName = "administrator";
                       outputClient.ClientCredentials.UserName.Password = "password";
                       b.Security.Transport.ClientCredentialType = HttpClientCredentialType.Basic;
                       b.Security.Mode = BasicHttpSecurityMode.TransportCredentialOnly;
                       b.MaxReceivedMessageSize = 2000000;
                       b.MaxBufferSize = 2000000;
                       b.ReaderQuotas.MaxArrayLength = 2000000;
                       //Create a BLOB object
                       ConsoleApplication1.ServiceReference1.BLOB inData = new ConsoleApplication1.ServiceReference1.BLOB();
                       //Reference an interactive PDF document
                       string inputFileName = "C:\\ab\\xfa_movies.pdf";
                       FileStream fs = new FileStream(inputFileName, FileMode.Open);
                       //Get the length of the file stream and create a byte array 
                       int len = (int)fs.Length;
                       byte[] byteArray = new byte[len];
                       //Populate the byte array with the contents of the file stream
                       fs.Read(byteArray, 0, len);
                       //Populate the BLOB object
                       inData.binaryData = byteArray;
                       //Set rendering run-time options 
                       RenderOptionsSpec renderOptions = new RenderOptionsSpec();
                       renderOptions.cacheEnabled = true;
                       //Create a non-interactive PDF document
                       ConsoleApplication1.ServiceReference1.BLOB results = outputClient.transformPDF(
                           inData,
                           TransformationFormat.PDF,
                           PDFARevisionNumber.Revision_1,
                           null,
                           PDFAConformance.A);
                       //Populate a byte array with a BLOB data
                       byte[] outByteArray = results.binaryData;
                       //Create a new file that represents the non-interactive PDF document
                       string FILE_NAME = "C:\\ab\\NonInteractiveLoan.pdf";
                       FileStream fs2 = new FileStream(FILE_NAME, FileMode.OpenOrCreate);
                       //Create a BinaryWriter object
                       BinaryWriter w = new BinaryWriter(fs2);
                       w.Write(outByteArray);
                       w.Close();
                       fs2.Close();
    But it is not working. I referred the help where it talks about the usage of  BLOB.MTOM but is dont see this property when i added the webReference.
    REgards
    Pushpendra

    Hi,
    Well it did not work, we have updated the version from the ES 8.2.1 to 8.2.1.3 and still IS running incorrectly.
    We used two different mechanisms to place XML data in PDF:
      - Forms
      - FormDataIntegration
    None works, the imported data do not appear in the final flatten PDF.
    Where it works properly is with LC ES2, we have to update, because we rush to deliver this development.
    While we understand that should work with the ES version 8.2.x, all documentation is in your website says this, but the reality is that (at least to us) does not work, the static PDF preloaded (with DataIntegration or Forms) and then flattened with Assembler NOT show the latest data preloaded.
    Thx.

  • Firefox is constantly writing on the hard disk

    When Firefox is open, the computer is writing on the hard disk every 3 seconds and it slows the computer quite a bit.

    The same here. I have windows 8.1 64 bit too and i think it started quite recently... Any way to stop it?

  • On writing on pdf

    I cannot write on pdf as I used to. What do I get back to do it?

    Hi, Jack.
    Edit: I see Kappy has recommended ScribbleScreen. This permits you to write atop the existing screen, but your annotations do not become part of the PDF file itself. My answer below is from the viewpoint that you want to not only make real-time annotations, but to also add those annotations to the file.
    I presume you are writing about annotating PDFs in Preview. It is possible to annotate PDFs — assuming the document's security permits this — using Preview, Adobe Reader, and Adobe Acrobat.
    Unfortunately, the answer appears to be "No" in Preview and Adobe Reader. Adobe Acrobat has a set of Drawing tools, including a Pencil tool that would permit one to do some crude handwriting atop the document, but each "letter" is its own image.
    Also, since Adobe Acrobat allows one to paste graphics into a PDF, you could try using the Drawing mode of Ink to handwrite a note and then attempt to Send it to Acrobat. Again, document security controls whether or not you can make changes to a given PDF.
    In general, all three applications support text annotations as typed notes.
    You're correct about the issue of being unable to change fonts in Preview's text annotations. This appears to be a bug. I selected some text in an annotation, Control-clicked the selected text, selected Show Fonts from the contextual menu, but changes made in the Font Palette were not reflected in the selected text.
    Since you indicated you teach this math class "online" you might want to look into the features of the online facility you are using if you are teaching it live. For example, if you're using an online meeting service like WebEx, this might permit you to make handwritten annotations on the screen in which you and your students are seeing a specific PDF, but these notes would not be part of the PDF file itself.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • How can I export a smallformat flatten PDF-file with transparant parts in?

    My post on a PDF - more clear with images (english):
    http://www.logicontrol.be/gallery/documents/help-eng.pdf
    Deze post in nederlandstalige versie:
    http://www.logicontrol.be/gallery/documents/help-nl.pdf
    Scope?
    I'dd like to export an Indesign-file (.indd) to a PDF-file that has to be:
    - the smallest possible file size
    - which displays images and text sharp on the screen
    - which also certainly remain transparent parts of .psd-files after exporting
    - that is flattened for easy print
    The problem?
    ▪ How and with which of settings can I export such a file from InDesign 5.0?
    ▪ If necessary in combination with some settings (after exporting) in our Adobe Acrobat 9 Pro?
    Further explanation
    The export file contains lots of text, graphics, photographs and drawings. Many of these items are .psd-files that contain transparent areas. The intention is that this transparent parts actually remain transparent even after exporting/flattening /decreasing the PDF.
    ▪ With InDesign 5.0?
    → In the window Export Adobe PDF: (images see: http://www.logicontrol.be/gallery/documents/help-eng.pdf )
    Should I start from a default PDF preset   (if yes > which one??)
    Possibilities are: High Quality Print / PDFX-1a: 2001 / PDFX-3:2002 / PDFX-4:2007 / Press Quality / Smallest File Size
    Or is it better to create a PDF preset on my own?     (if yes > which settings??)
    Standard > PDF/X-format?
    Compatibility > PDF-version?
    Compression > If artwork should be compressed and downsampled, and if so,
                            which method and settings to I have to use ?
    Ouput > How can I control colors and PDF/X output intent profiles in the PDF-file?
    Advanced > How can I control fonts, OPI specifications, transparency flattening, and JDF instructions are
                      in the PDF file?
    ▪ With Adobe Acrobat 9 Pro?
    → How can I reduce the file size extra, so more reducing after exporting into PDF ?
    → How can I flatten the exported file (if not done during the export) ?
    !! Important, when I export/reduce/flatten the file, I ‘dd like that the parts of images who were transparent before, stays also transparent after !!
    WHAT CAN I DO ??

    Hello,
    I'm sorry you're having trouble. Unfortunately, this forum is for the ExportPDF service of Acrobat.com. The ExportPDF service functions as a PDF to *.docx file convertion and we can't help with problems specific to the desktop version of Acrobat or InDesign.  I'm happy to point you in the right direction.
    Acrobat Users moderated forums:
    http://forums.adobe.com/community/acrobat
    InDesign forums:
    http://forums.adobe.com/community/indesign/indesign_general
    Good luck!

  • Is anyone else having problems with saving PDFs to disk?

    Recently, I have not been able to download and save PDF files on my iMac. Every time I download a file it is blank. The problem started several weeks ago and I thought at the time that the file was somehow protected. However, I successfully did a download and save to my old iMac G4 without a problem and opened it in Acrobat Professional 7, copied the file over to my Intel iMac with OSX 10.8.2 and opened the file successfully in Acrobat 10.
    Here are Acrobat specs
    Architecture: i386
    Build: 10.1.5.33
    AGM: 4.21.25
    CoolType: 5.8.121
    JP2K: 2.0.0.26663
    ADM: 10.01x33
    The same problem exists on my MacBookPro running identical software and OS as my Intel iMac.
    I faithfully upgrade my Mac OS software with each new release and do the same with my Adobe Suite software. The problem has to reside with the OSX 10.8.2 since things work normally on my old iMac G4.
    Does anyone know of a fix for this? I'm not going through the uninstall and reinstall process without exproring all avenues first.
    Dan

    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    If that doesn't work...
    To find out if it's system wide or user specific, try this...
    Open System Preferences>Users & Groups, unlock the lock, click on the little plus icon, make a new admin account, log out & into the new account.
    Does it work in the new account?

  • Save as Photoshop PDF Scratch disk locked?

    I searched  the forums, but apparently my issue only crops up when someone tries to launch PS. I can launch and do everything else just fine; however, I attempted to save as > PDF and received the scratch disk locked message. I can successfully save as PDF if I use the launch as admin option, but this seems odd since I can do everything else just fine without the need to do that.
    Here are my steps:
    Save as > Photoshop PDF
    Click OK on "The settings you choose in the Save Adobe PDF dialog can override your current settings...."
    I change [b]nothing[/b] in the Save Adobe PDF dialog. I simply click Save PDF.
    Select Yes for "Preserve Photoshop Editing Capabilities" in the prompt.
    Here is where I get the error message.
    "Could not open a scratch file because the file is locked, you do not have necessary access permissions, or another program is using the file. Use the 'Properties' command in the Windows Explorer to unlock the file."
    At this point, Photoshop does not crash or exit. It just simply will not save the file. This is the first time I've tried to save as  PDF, so it could just be a user error > replace user situation. :d
    I have tried the CTRL + Shift + Alt method of launching to wipe my preferences only to have the same result. My scratch disk is an internal drive used only as storage with 1.30 TB available.
    Photoshop CS6 Extended
    Windows 7 64bit
    User account is an admin, but I have never had a need to launch PS as an admin specifically.
    Thanks in advance.

    Checked my permissions on C:\Users\***\AppData\Roaming\Adobe\Adobe PDF\Settings and everything is fine.
    Taking that info and some google work I came across this: http://help.adobe.com/en_US/photoshop/cs/using/WS23B45D06-1977-4006-8BEB-2DBB08CA502Ea.htm l#WSA79FA899-BC95-401e-BD44-5B26BC31B369
    Apparently, there should be PDF settings files in C:\Users\***\AppData\Roaming\Adobe\Adobe PDF\Settings; however, my folder was empty, but the article above also says to move them from an 'Extras' folder located within ProgramData. Copied the settings over, tried again, same result.
    Am I supposed to have Acrobat installed for this to work properly? I don't have Acrobat, nor do I even use Reader (I use a different program for in-browser PDF).
    //edit
    Apparently it was in my settings on the PDF save dialog. I removed the settings that I moved over and tried again. This time I actually fiddled with the settings and used Smallest File Size instead of HQ Print, and that seemed to have worked. Messed with things some more, and narrowed it down to the Preserve Photoshop Editing Capabilities option. As long as that option is UN-checked, then everything works smoothly, including HQ quality.

  • Instructions on how to create a "flattened" pdf from a LiveCycle Form

    My company is working with a vendor who had requested that I "flatten" my LiveCycle created pdf so as to remove the XML data and interactivity from the form so it no longer has fill in fields. After much research I found a very simple solution and wanted to post it here because the discussions that I waded thru on this forum to find out how to do this process were varied and lengthy. But in reality, the solution is quite simple.
    I opened my regular LiveCycle file in LiveCycle and chose "print" from the File menu. In the Printer Name drop down, I chose "Adobe PDF", clicked OK and then saved the form with another name. Now the form is not fillable, is compatible with older systems, and no longer has any "fill in fields" even when opened back up in LiveCycle as a "flowed" document. The text is editable but in small snippets instead of as paragraphs.
    I thought I'd share this because you never know who might be looking for just this same solution. The funny thing is, I wish I had known of this earlier. The United States postal service is using Adobe Reader version 5 and couldn't open any of my pdfs. This might have helped us to be able to view the documents on their system. And I thought MY company was behind the times! Who knew?

    Hello All,
    Value Table in Marketing attributes is for search help configured by following the steps mentioned in below OSS.
    1044363
    1546360
    1542289
    Thanks
    Praneeth

Maybe you are looking for

  • Network Printing Problem (cgpdftops)

    I'm attempting to print to a networked HP color laserjet 2550 and I'm getting a strange error message in the print status dialog box on every print: The process "cgpdftops" terminated unexpectedly on signal 10 When this message appears, only the firs

  • Locked screen on iphone 4

    Why is my iPhone 4 "slide to unlock" screen stuck? I cannot get past this screen, and Suri keeps telling me what I'm touching like she's teaching a tutorial?!?!?!?!?!

  • 30EA4 - Command Line Exporting Fails (ututil -exp)

    I'm using SQL Developer Version 3.0.03 Build MAIN-03.97 and i'm attempting to export unit tests from SQL Developer to my local file system (windows XP Professional 2002 service pack 3). I've written a .bat file to accomplish this (scary i know, much

  • 1801W wireless (guest access) config issues

    Trying to setup wireless on 1801w ISR.  Wired access to Internet and LAN works fine (Vlan1); however, wireless (Vlan2) does not. Trying to setup wireless "guest" access with Internet access only (no access to LAN). Wireless will not come up.  Dot11Ra

  • Soap messages

    Hello all, my code is: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE xml (View Source for full doctype...)> <xml rde-rd:content="spreadshirt2.xml" rde-rd:datalanguage="de" rde-rd:leasingtime="0" rde-rd:locale="de" rde-rd:project="testwebservicego