Classic 'Flatten PDF' question

So I have created a fairly complex fillable form in Acrobat Pro (10.1.8)... I have saved it for use by other users in Adobe Reader. (File>Save As>Reader Extended PDF>Enable Additional Features...)
The users can open file in Adobe Reader just fine, all formulas work, all values display correctly, life is grand.
Now all I want is for the user to save a 'flattened' version of the pdf to their machine, either to print or email at a later date. If the user saves the document from Reader all fields can still be edited on next use. If I use a "lock all field" button like this:
for (var i=0; i<this.numFields; i++) {
    var f = this.getField(this.getNthFieldName(i));
    if (f!=null && f.type!="button")
        f.readonly = true;
When I open the saved, field locked document, I lose all the formatting in my fields. (ie. no $ symbols, or commas in numbers, etc. )
And of course, there is no "print to pdf" option when you try and go that route... which of course, would make life too easy, wouldn't it?
So. Does anyone have a solution for what I can only imagine is a fairly common problem? I've searched high and low to no avail.

I think I am now realizing the problem here. I wasn't real clear on the difference between Reader and Acrobat. I have always referred to them a Adobe Acrobat Pro and Adobe Acrobat Reader. I realize now that the term "Acrobat" refers to what I called Pro and Reader is actually Adobe Reader, not Acrobat Reader.
So my question (or concern) is still, "Why did Adobe design a method of creating a file that could be changed by anyone along the line?" If I create an interactive form, send it to a client, he fills it out and sends it to someone else, they can change the data in the form. Not a very secure system if you ask me. Seems like there should be a way for the person filling out the form to "flatten" it so no one else can change the data.
You mentioned something about a signature. I am not familiar with this function. If you can explain that quickly to me I would appreciate it. If not I will spend some time to figure it out. Although I find the help files in Acrobat very NON intuitive.

Similar Messages

  • 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>

  • 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.

  • 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

  • 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.

  • How to save a flattened pdf from a form

    I feel like this should be easy, but for some reason I cannot get it to work, nor have any of the other help documents worked.  My apoligies in advance if this is a silly question.
    I am using Acrobat Pro X (10.1.2) on a Mac running LION.
    I have a pdf with fillable text boxes.  I need to type in those, then be able to distribute the form so those are no longer fillable, and the form cannot be changed.
    This used to be easy.  I would simply print to the Adobe PDF printer and it would save a PDF that was flat.
    Now this is not an option.  The Adobe PDF printer is not available, and I read it was removed after snow leapard.  http://kb2.adobe.com/cps/509/cpsid_50981.html
    However, when I go to print this option is not available and I get the notice: "Saving a PDF file when printing is not supported. Instead, choose File > Save."
    BUT, when I save the resulting pdf is changable.
    I downloaded and installed an action that flattens the PDF.  From: http://blogs.adobe.com/acrolaw/2011/02/flatten-form-fields-and-comment-using-a-free-acroba t-x-action/
    However, it only works sometimes.  Other times when it flattens the PDF the text layer goes away.
    Any advice?  I do this often, and I know others do too.  So I feel like there should be a quick and easy workflow to it.
    THANKS.

    Hi all, after lots of hours I found a solution for myself.....
    Please do not forget to set the a context-pdfSource-attribute to binary and bind it to the datasource...
    IPrivatePdfCompView.IContextElement contextElement = wdContext.currentContextElement();
             byte[] bytes = contextElement.getPdfSource();
             try
                   File file = new File(filename);
                   FileOutputStream os = new FileOutputStream(file);
                   os.write(bytes);
                   os.close();
                catch (IOException e)
                   // do something
                   e.printStackTrace();
    Regrads Thomas

  • 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!

  • Print to PDF questions

    I have two questions. I have Acrobat 7 running on 10.5.2 on a new MBP.
    1. I can no longer successfully select the Adobe printer from the printer pop-u[p menu in the print dialog box. If I do, things seem to proceed, but the printer immediately goes to pause and will not resume. This is not a major problem, as the PDF button appears at the bottom left and that will save the file to PDF. But I am curious as to why the Adobe "virtual" printer no longer works.
    2. Previously, when using the PDF button, I could edit the menu and save PDFs to a folder of my choice. Now, when I select "edit the menu" and then hit the "+" button, I get the appropriate dialog box but cannot select a folder. I can open folders, but cannot select them as the "save to" folder. Any help here would be appreciated.

    BoySetsTheFire wrote:
    I have two questions. I have Acrobat 7 running on 10.5.2 on a new MBP.
    1. I can no longer successfully select the Adobe printer from the printer pop-u[p menu in the print dialog box. If I do, things seem to proceed, but the printer immediately goes to pause and will not resume. This is not a major problem, as the PDF button appears at the bottom left and that will save the file to PDF. But I am curious as to why the Adobe "virtual" printer no longer works.
    Some things that used to work in Tiger no longer work in Leopard. I suspect that Adobe did not rush to fix it because there is built-in way to generate PDF files already.
    2. Previously, when using the PDF button, I could edit the menu and save PDFs to a folder of my choice. Now, when I select "edit the menu" and then hit the "+" button, I get the appropriate dialog box but cannot select a folder. I can open folders, but cannot select them as the "save to" folder. Any help here would be appreciated.
    The Edit Menu feature is not designed to select a folder to save your PDF files into. It is so you can select an Automator workflow script to process your PDF file. That's how it handles such tasks as Mail PDF and Save PDF to iPhoto. You could create an Automator script to save a PDF to a particular folder, but in my experience, once you save a PDF to a folder, it becomes the default folder automatically until you select a different one.

  • 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

  • Flattened PDF Form and Barcode not displaying

    I see there are a lot of discussions that are not answered in this forum, so I am guessing this will go unanswered as well.  But I am looking for a solution for the issue in the subject. I have a simple PDF form built in LiveCycle that I am populating with Coldfusion. Once the form is populated I then flatten the form. The barcode appears up to the flattening point which is when it disappears. The characters that populated the barcode field ARE displaying but the image is not.
    Is there a solution?

    How are you flattening the forms?  I'm assuming PDFg or Output?
    Also, be sure your barcode looks something like this:
    <field name="PDF417BarCode1" y="50.8mm" w="66.7mm" h="25.4mm" access="readOnly">
    <
    ui><
    barcode type="pdf417" dataLength="10" moduleWidth="0.0133in" moduleHeight="0.02661in" errorCorrectionLevel="5"/></
    ui><
    value><
    text>1234567890</text></
    value></
    field>
    and not...
    <field name="PaperFormsBarcode1" w="82.55mm" h="44.45mm" access="readOnly"><
    ui><
    barcode type="pdf417" moduleWidth="0.338mm" moduleHeight="0.676mm" errorCorrectionLevel="5"> 
    <?templateDesigner decodeMethod 2?>
     <?templateDesigner delimiter '\t'?></barcode></
    ui><
    calculate><
    script contentType="application/x-javascript">
    ...completely void of script and the value in only the <text> element.

  • Saving a pdf question

    Okay, I have a pdf I have created that has multiple fields that are set to hidden in the docReady command. Those fields are displayed only when certain events take place and are sometimes hidden again after another event takes place. The problem I am having (Or the question I am asking) is how would I keep the form from hiding those fields again when the completed form is opened later on as a reference in adobe reader.
    For example... My customer information field is set to hidden (To avoid clutter when filling out other fields) until I click a button at the end of the form to display that field. The problem I have noticed is that by putting the customer information into a subform set to hidden on the docready event, when the saved form containing my filled out form also HIDES that customer field when its opened in reader. I want the completed form to open with that customer field visible (and filled out) when the person reading the information I have put in the form opens the form. Thanks for your help and you time

    Hi,
    You could wrap the docReady script in an if statement.
    If the field(s) are null then set their presence to hidden, otherwise set their presence to visible.
    if (customerSubform.customerName == null)
         customerSubform.presence = "hidden";
    else
         customerSubform.presence = "visible";
    This is Javascript and would work in the docReady. You would need to adapt the object references.
    Hope that helps,
    Niall

  • XSL-FO PDF question

    Dear all,
    I am using Jdev. 10.1.3, and use FOP to print the reports.
    I want to ask is it possible to control the size and position of the pdf which show in the browser?
    i.e. I want show the pdf within a browser: left hand side show the fields and right hand side show the result (pdf).
    Regards.

    We do not support or answer questions on FOP .. get to XMLP and we'll help you out :o)
    regards, Tim

Maybe you are looking for

  • Error initializing ejb-module; Exception javac.exe not found under

    Dear all, I got followings error after i had tried to doing some lab.I had checked the folder "C:\Program Files\Oracle\jre\1.3.1" exists but missed but missing javac.exe. Could anyone can advice me what is going wrong? 04/04/14 16:44:20 Auto-deployin

  • Flex 4 MXMLC Problem With Modules

    I am trying to configure my Ant build script to compile modules, but I get the following errors: /Users/loc_admin/ContinuousIntegration/CruiseControl/projects/leadlaw/source/src/com/rocki ngmm/leadlaw/modules/News.mxml(33): Error: Could not resolve <

  • R/3(IDOC)  ------ XI  ----- Supplier Network

    We are planning to talk to our Supplier Network from two Different R/3 Systems say R1 and R2. The documents that we are expecting from supplier Network are Invoice and Advance Shipping Notice(ASN). R/3(IDOC)  <------ XI  <<<---Firewall-<<<< Supplier

  • How to assigne a Ref object attribut

    Hello I have create a recursive object structur : create or replace type TYP_REC_EXP_DATA as object ( KEY VARCHAR2(80), TYPE VARCHAR2(30), VALUE_SIMPLE VARCHAR2(80), VALUE_COMPLEX ref TYP_REC_EXPLAIN create or replace type TYP_NST_EXP_DATA as table o

  • Were is middleware installed?

    Hi, I have a basic question were is middleware installed? I will have R/3 transfering info. to CRM such as products and customers. Is middleware installed in the same server as CRM, or does it need a Web aplication server? The CRM implementation will