Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Assembler
Viewing all 10743 articles
Browse latest View live

filling form fields using .xml

$
0
0

Hi all,

 

We got a new requirement from our client to fill the form using .xml file.

 

Input for this process is:

1. PDF form with empty field

2. XML file to fill the form

 

I am using LiveCycle ES 8.2.

 

If anyone have this process, please advice us.

 

Thanks.

Shaji


not working Sample..

$
0
0

Hi,

In Tour De LiveCycle..

we want refer to attached example lca file.

(Tour de LiveCycle ES2 How2 Attachments.lca)

But that examle is not work with error.

 

So, we send example lca file with error log.

Please, check about this example lca.

 

Thanks

Assemble XDP with fragments :: No repository resource found (PDFM_W00009)

$
0
0

Hello,

 

I have a XDP, which refers to many fragments. Everything is stored in the repository ALC (AEM Forms 6).

Main XDP (formName.xdp) in: repository://MYFORMS/formName.xdp

 

Content of  formName.xdp form:

<?xml version="1.0" encoding="UTF-8"?><?xfa generator="Designer_V6..." APIVersion="..."?><xdp:xdp xmlns:xdp=...>


...
<subform usehref="repository:\\FRAGMENTS\MYFRAGMENT1.xdp#som($template....)" x="..." y="..."><subform usehref="repository:\\FRAGMENTS\MYFRAGMENT2.xdp#som($template....)" x="..." y="..."><subform usehref="repository:\\FRAGMENTS\MYFRAGMENT3.xdp#som($template....)" x="..." y="...">
...<subform usehref="repository:\\FRAGMENTS\MYFRAGMENTN.xdp#som($template....)" x="..." y="...">
...</xdp:xdp>

 

 

Render form in HTML5 (default profile) -> OK

http://alchost:8080/lc/content/xfaforms/profiles/default.html?contentRoot=repository://rep ository/MYFORMS&template= formName.xdp

 

Render form programmatically (as PDF) (FormsService.renderPDFForm(...)) via webService api (http:// alchost:8080/soap/services/FormsService?wsdl&...) -> OK

 

But with the Assembler Service does not work... my simple ddx file:

 

<?xml version="1.0" encoding="UTF-8"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/">    <XDP result="out.pdf">        <XDP source="formRenderAndFlatten.xdp" />    </XDP></DDX>

 

The error that provides the service:

com.adobe.internal.pdfm.util.RepositoryURLConnection PDFM_W00009: No repository resource found for url : "repository://FRAGMENTS/MYFRAGMENT1.xdp "com.adobe.repository.bindings.dsc.client.ResourceRepositoryClientException: ALC-REP-018-000: Resource [/FRAGMENTS/MYFRAGMENT1.xdp] does not exist or you do not have sufficient rights to access it.    at com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient.readResource(ResourceRepositoryClient.java:494)    at com.adobe.internal.pdfm.cache.CacheService.readRepositoryResource(CacheService.java:420)    at com.adobe.internal.pdfm.util.RepositoryURLConnection.getInputStream(RepositoryURLConnection.java:90)    at java.net.URL.openStream(URL.java:1037)

 

No reposotory resource found, but resource exist, and administrator user can read it.

The service is not able to resolve the fragments and fails. In all cases I used the same XDP and fragments (HTML5 / PDF via webService).

 

My question is is there any way to tell Assembler (in DDX file) that automatically resolves all referenced in the XDP fragments? how?


Thx.

Exclude some pages from numbering in DDX

$
0
0

Hi,

 

I have a need to exclude certain pages/documents from displaying the page number in an assembled document.

 

For example, if there are 10 documents that i'm assembling together, a few documents in between should not have the Page numbers in the Footer.

i.e. if these 10 documents contribute to a total of 20 pages, currently it displays as Page 1 of 20, Page 2 of 20 etc.

If i do not want say about 5 pages to display the number, it should display as Page 1 of 15, Page 2 of 15, followed by the 5 pages that do not have the page numbers, and then remaining pages like Page 3 of 15 etc.

 

Currently we use DDX Footer tags like "<_PageNumber/> of <_LastPageNumber/>".

Below is a sample DDX that we use.

 

Please assist me on this.

 

 

Sample DDX:

 

<?xml version='1.0' encoding='UTF-8' ?>

<DDX xmlns='http://ns.adobe.com/DDX/1.0/'>

     <PDF result='out.pdf'>

         <Footer replaceExisting='true'>

             <Right>

                 <StyledText font-size='8pt' font-family='Helvetica'>

                     <p>Page <_PageNumber/> of <_LastPageNumber/>

                     </p>

                 </StyledText>

             </Right>

         </Footer>

         <Watermark rotation='45' scale='100%' opacity='10%' fitToPage='true'>

             <StyledText font-size='56pt' font-family='Helvetica'>

                 <p>

                     <b>DRAFT</b>

                 </p>

             </StyledText>

         </Watermark>

         <PageMargins left='0.5in' top='0.5in' right='0.5in' bottom='0.2in' alternation='None' />

         <PDF source='source0' bookmarkTitle='chap0'/>

         <PDF source='source1' bookmarkTitle='chap1'/>

         <PDF source='source2' bookmarkTitle='chap2'/>

         <PDF source='source3' bookmarkTitle='chap3'/>

         <NoXFA/>

     </PDF>

</DDX>

 

Thanks,

Karthic

Order of PDF Package Files

$
0
0
I'm attempting to arrange the files in a PDF Package in a specific order yet no matter what I do in the DDX it they still get sorted alphabetically.

This is a simple example of what I want to do;


   
    
      
      
    

   



When the package is displayed Doc1 shows first then Doc2 rather than the order shown in the DDX.

Does anyone have any idea how to create a non-alphabetic order of Package files.

Assembler failing after form saved using ES3 designer(original works saved using ES2)

$
0
0

I am having an issue with a form that was created in ES2.  If you use the form created in ES2, the assembler process works fine.  Once you open the form and save it using ES3, the process fails.  Any idea what to look for, or anybody else see this behavior?  I have also created a new form using the the old form as a template and it also fails. 

Creating DDX on the fly

$
0
0
If you ever need to create DDX on the fly from a listOfFileNames
check my blog out
http://eslifeline.files.wordpress.com/2008/10/some-useful-utilities.pdf

Assembler Service is failing

$
0
0

Hi,

 

I am new to ADEP LIVECYCLE. I have used a DDX script for merging comments on a PDF.

 

DDX used:

<DDX xmlns="http://ns.adobe.com/DDX/1.0/">

  <PDF result="Result_DOC">

    <PDF source="PDF_Source"/>

    <Comments source="XFDF_Document"/>

  </PDF>

</DDX>

 

I have tried with the Preview Result option in the DDX.

 

I am getting a Error message as follows:

Preview of DDX failed:

 

com.adobe.idp.DocumentError: com.adobe.internal.pdftoolkit.core.exceptions.PDFCosParseException: Number in document is either greater than 2,147,483,647 OR less than -2,147,483,648

 

Please suggest me.

 

Thanks in advance........



What is

$
0
0

Google Translations:

 

-Source Text (English):

Delivery to the following recipient failed permanently: info@twitter.com Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the server for the recipient domain twitter.com by aspmx.l.google.com. . The error that the other server returned was: 552-5.2.2 The email account that you tried to reach is over quota. Please direct 552-5.2.2 the recipient to 552 5.2.2 http://support.google.com/mail/bin/answer.py%3Fanswer%3D6558 pk4si8876433pac.99 - gsmtp -


Original message -


DKIM-Signature: v%3D1; a%3Drsa-sha256; c%3Drelaxed/relaxed; d%3Dgmail.com; s%3D20120113; h%3Dsubject:from:content-type:message-id:date:to :content-transfer-encoding:mime-version; bh%3DgORcQ5eRp0qNP4l53yvket3NwncOkPtSbaOdqaovo%3D; b%3Dsqd8BygPczoqYaV9pLOzQrBXR9ALiKPn0KI9TnqCTIsXW4CQHJykhZ7JmWPzPiCZmM G/PTlwSv5A5Of0HNYgde/rt/3F49f67fNJr14TC6E9DQ3CFlw3OiyxnoIRrlikd87I3B RbClL5cxysAR4cidF3HVhU0Nq0CNR2xxqaAqgW1WcCA19xwHCdpTsAE4sJC35SGJZG 3I6XLRvjQ5Kw6szwXmFs00sZpsQ9X76d10PjYqkPplVK9BAz6DvfxkzM1YOjc3jXRhO d6zEPRoZVMgHEiXW74HlZhr4u3BqwBFoBp6IX8Pbt/r9lzPrPihwBzXylH+NaQST8iU SIoQ%3D%3D X-Received: by 10.66.66.140 with SMTP id f12mr6045890pat.78.1406159059011; Wed, 23 Jul 2014 16:44:19 -0700 (PDT) Return-Path: Received: from  () by mx.google.com with ESMTPSA id gu1sm3569715pbd.0.2014.07.23.16.44.13 for (version%3DTLSv1 cipher%3DECDHE-RSA-RC4-SHA bits%3D128/128); Wed, 23 Jul 2014 16:44:18 -0700 (PDT) Subject: Ok From: Setthapong Content-Type: text/plain; charset%3Dus-ascii Message-Id: <1EDAA515-DF5C-49FB-ACCF-48463EA5ACAA@gmail.com> Date: Thu, 24 Jul 2014 06:08:30 0700 To: "hipporemote@robohippo.com" , itunesconnect@apple.com, contact@appsnotfound.com, Youtube Microsoft , "Hi OliveOffice Team, I am using your application -- OliveOfficeHD, version 2.0.5, concerning which I have something to say: *i want give you support my iPad in Thailand Thank you Sent from my iPad" , mobile-support@google.com, "Hi OliveOffice Team, I am using your application -- OliveOfficeHD, version 2.0.5, concerning which I have something to say: *i want give you support my iPad in Thailand Thank you Sent from my iPad" , "downloadplu.service@gmail.com" , Twitter , "Adobe-Your browser doesn't support flashontent, please install flash player" , EFileExplorer , Software , %3D%3Futf-8%3FB%3F4LmB4Lir4Lil4LmI4LiH4Lij4Lin4LihIOC4oC4ueC4mw%3D%3D%3F%3D , Ping , Uservoice , support@fellowsoftware.com Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) X-Mailer: iPad Mail (9B206) Sent from my iPad

-Target Text (Thai):

จัดส่งไปยังผู้รับต่อไปนี้ล้มเหลวอย่างถาวร: - -     info@twitter.com - - รายละเอียดทางเทคนิคของความล้มเหลวอย่างถาวร: - Google พยายามที่จะส่งข้อความของคุณ แต่ก็ถูกปฏิเสธจากเซิร์ฟเวอร์สำหรับโดเมน twitter.com ผู้รับโดย aspmx.l.google.com  - - ข้อผิดพลาดที่เซิร์ฟเวอร์อื่น ๆ กลับมาก็คือ - 552-5.2.2 บัญชีอีเมลที่คุณพยายามที่จะเข้าถึงมากกว่าโควต้า กรุณาส่ง - 552-5.2.2 ผู้รับ - 552 5.2.2 http://support.google.com/mail/bin/answer.py%3Fanswer%3D6558 pk4si8876433pac.99 - gsmtp - - -


ข้อความต้นฉบับ -


- - DKIM-ลายเซ็น: V %3D 1; %3D RSA-SHA256; c %3D ผ่อนคลาย / ผ่อนคลาย; -        d %3D Gmail ของcom; s %3D 20120113; -        h %3D เรื่อง: จาก: เนื้อหาประเภท: ข้อความ-id: วันที่: ไป -         : เนื้อหาโอนเข้ารหัส: ละครใบ้รุ่น; -        BH %3D gORcQ5eR p0 qNP4l53yvket3NwncOkPtSbaOdqaovo %3D; -        ข %3D sqd8BygPczoqYaV9pLOzQrBXR9ALiKPn0KI9TnqCTIsXW4CQHJykhZ7JmWPzPiCZmM -         G / PTlwSv5A5Of0HNYgde / RT / 3F49f67fNJr14TC6E9DQ3CFlw3OiyxnoIRrlikd87I3B -         RbClL5cxysAR4cidF3HVhU 0Nq0CNR2xxqaA qgW1WcCA19xwHCdpTsAE4sJC35SGJZG -         3I6XLRvjQ 5Kw6szwXmFs00sZpsQ9X76d10PjYqkPplVK9BAz6DvfxkzM1YOjc3jXRhO -         d6zEPRoZVMgHEiXW74HlZhr4u3BqwBFoBp6IX8Pbt / r9lzPrPihwBzXylH NaQST8iU -         SIoQ %3D%3D - X-ได้รับ: โดย 10.66.66.140 กับ SMTP id f12mr6045890pat.78.1406159059011; -        พุธกลับพา ธ : @u003csetthapong83@gmail.com@u003e - ที่ได้รับ: จาก  () -        โดยมgoogle.com กับ ESMTPSA id gu1sm3569715pbd.0.2014.07.23.16.44.13 -        สำหรับ @u003cหลายผู้รับ@u003e -        (รุ่น %3D TLSv1 ศูนย์ %3D บิต ECDHE-อาร์เอส RC4-SHA %3D 128/128); -        พุธเรื่อง: โอเค - จาก: เศรษฐ @u003csetthapong83@gmail.com@u003e - เนื้อหา-Type: text / plain; charset %3D us-ascii - ข้อความ Id: @u003c1EDAA515-DF5C-49FB-ACCF-48463EA5ACAA@gmail.com@u003e - วันที่: Thuต้องการไป: @hipporemote@robohippo.com@ @u003chipporemote@robohippo.com@u003e - itunesconnect@apple.comyoutube ไมโครซอฟท์ @u003cddcuong169@gmail.com@u003e - @สวัสดี OliveOffice ทีมผมใช้ใบสมัครของคุณ - OliveOfficeHD รุ่น 2.0.5 เกี่ยวกับการที่ฉันมีสิ่งที่จะพูดว่า: * ฉันต้องการให้คุณสนับสนุน iPad ของฉันในประเทศไทยขอขอบคุณที่ส่งจาก iPad ของฉัน@ @u003c@ oliveoffice สนับสนุนcom@u003e - มือถือ support@google.com@สวัสดี OliveOffice ทีมผมใช้ใบสมัครของคุณ - OliveOfficeHD รุ่น 2.0.5 เกี่ยวกับการที่ฉันมีสิ่งที่จะพูดว่า: * ฉันต้องการให้คุณสนับสนุน iPad ของฉันในประเทศไทยขอบคุณที่ส่งจาก iPad ของฉัน@ @u003csupport.ios@oliveoffice คอม@u003e - @downloadplu.service@gmail.com@ @u003cdownloadplu.service@gmail.com@u003e - ทวิตเตอร์ @u003cinfo@twitter.com@u003e - @Adobe-เบราว์เซอร์ของคุณไม่สนับสนุน flashontent โปรดติดตั้งเครื่องเล่นแฟลช@ @u003ccopyright@adobe.com@u003e - EFileExplorer @u003cskyjos.ios@gmail.com@u003e ซอฟท์แว @u003cairseellc@gmail.com@u003e - %3D UTF-8%3F B%3F 4LmB4Lir4Lil4LmI4LiH4Lij4Lin4LihIOC4o C4ueC4mw %3D%3D%3F %3D @u003cpress@google.com@u003e - ปิง @u003csupport@mochasoft.dk@u003e uservoice @u003csupport@uservoice.com@u003e - support@fellowsoftware.com - เนื้อหาโอนย้ายการเข้ารหัส: 7bit - Mime-เวอร์ชัน: 1.0 (10) - X-Mailer: iPad จดหมาย (9B206) - - - - ส่งจาก iPad ของฉัน

 

 

Sent from my iPad

 

Problem in merging two documents using Assembler service???

$
0
0

Hi,

 

I'm trying to merge two documents using Assembler service. In the first document, I have three form fields (One textbox and two buttons). There are separate onclick events written for each button. We have to fill the text box with enduser's input. The second document is a simple pdf image document. If I convert form (First document) to pdf to merge with second document, the buttons in the document are not working. If not, when trying to merge actual form with pdf using assembler service, it is throwing following errors:

 

Caused by: com.adobe.internal.pdfm.assembly.AssemblyException: PDFM_S02012: Document "srij_test1.pdf" cannot be assembled because it has an AcroForm and the base document "coverpage" has XFA.

          at com.adobe.internal.pdfm.assembly.DocAssembler.insertDocument(DocAssembler.java:930)

 

 

Please suggest how to resolve this....

 

Thanks in advance.......

Disassemble PDF documents

$
0
0

Hi,

 

Is it possible to disassemble a PDF document invoking LiveCycle ES2 using MTOM, when the document does not contain bookmarks to separate each individual document inside?

 

Thank you.

Need help in Assembler service

$
0
0

I installed Adobe Livecycle ES3 with WAS. I'm able to login to the adminui but could not see assemblerservice option under home->services->applicaiton and services->service management and then selected category as Common. Could you please let me know the steps to get the assembler service displayed in the list ASAP?

 

Thanks in advance!!

Bhargavi.

Adding button on PDF

$
0
0

hi all,

 

I need an urgent help (client requirement)regarding adding button on PDF.

 

I need to add a button on existing PDF (which is not generated by Adobe LC Designer). Currently i created a form in Adobe LC Designer which will have one "submit" button. I try to convert this .xdp to .pdf. When i convert this way the actual funtion of the button is ruined. So can anyone help me regarding this ASAP. Thanks in advance.

Append/Merge PDFs with SAP J2EE Application server

$
0
0

Hi Experts,

   I'm new to Adobe APIs. We have a requirement to append several PDF documents into a single document programatically using Adobe supported APIs. Upon my search I found that this can be achieved through the Assembler Service of Adobe Livecycle ES

 

http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000934.html

 

But, Adobe Livecycle ES can be deployed to only 3 J2EE servers(Jboss, Websphere, Weblogic) and Unfortunately we don't have any of the them in our landscape, but instead we use SAP J2EE Application Server(of SAP Netweaver 7.11).

 

So, my question is, Is there any way to use the 'Assembler Service'(or any other service to achieve PDF merging) with some application/feature that can be deployed to SAP Netweaver J2EE server? I found that 'Adobe Livecycle Data Services ES' can be deployed to SAP Netweaver J2EE server, but does that have the capability to merge PDF documents?

 

Your answers can help me to implement the best solution.

 

Thank you

Vijay.K

DDXM_S00001: Failed to assemble

$
0
0

Hello all!

 

We have been using the assembler module to merge our PDF documents for a few months and suddenly we started having problems a few weeks ago.

The error seems to be random.  Assembler will merge certain documents and others documents will never work until we restart the server.

 

Here's a snippet of the log from our LiveCycle server (merge request):

 

[com.adobe.livecycle.assembler.AssemblerServiceImpl] ALC-ASM-N00-001: Execute: invoke() begin on thread http-0.0.0.0-8080-4 135

[com.adobe.internal.ddxm.Executive] DDXM_N00000: Started processing result named out.pdf

[com.adobe.internal.pdfm.assembly.DocAssembler] PDFM_W02001: The first document specified is the base document by default.

[com.adobe.internal.pdfm.bookmarks.BookmarkService] PDFM_N04002: There are no bookmarks in PDF document.

[com.adobe.internal.pdfm.assembly.DocAssembler] PDFM_W02001: The first document specified is the base document by default.

[com.adobe.internal.pdfm.bookmarks.BookmarkService] PDFM_N04002: There are no bookmarks in PDF document.

[com.adobe.internal.ddxm.Executive] DDXM_S00001: Failed to assemble result named out.pdf java.lang.ClassCastException

 

There seems to be no out of memory errors, DDX or any other indication as to why the assembler service fails to merge - just java.lang.ClassCastException.

 

 

Is there any other logs that we can take a look at? Or anything that could point us to the source of our problems?

 

Thanks!

Jeff


Assemble XDP with fragments :: No repository resource found (PDFM_W00009)

$
0
0

Hello,

 

I have a XDP, which refers to many fragments. Everything is stored in the repository ALC (AEM Forms 6).

Main XDP (formName.xdp) in: repository://MYFORMS/formName.xdp

 

Content of  formName.xdp form:

<?xml version="1.0" encoding="UTF-8"?><?xfa generator="Designer_V6..." APIVersion="..."?><xdp:xdp xmlns:xdp=...>


...
<subform usehref="repository:\\FRAGMENTS\MYFRAGMENT1.xdp#som($template....)" x="..." y="..."><subform usehref="repository:\\FRAGMENTS\MYFRAGMENT2.xdp#som($template....)" x="..." y="..."><subform usehref="repository:\\FRAGMENTS\MYFRAGMENT3.xdp#som($template....)" x="..." y="...">
...<subform usehref="repository:\\FRAGMENTS\MYFRAGMENTN.xdp#som($template....)" x="..." y="...">
...</xdp:xdp>

 

 

Render form in HTML5 (default profile) -> OK

http://alchost:8080/lc/content/xfaforms/profiles/default.html?contentRoot=repository://rep ository/MYFORMS&template= formName.xdp

 

Render form programmatically (as PDF) (FormsService.renderPDFForm(...)) via webService api (http:// alchost:8080/soap/services/FormsService?wsdl&...) -> OK

 

But with the Assembler Service does not work... my simple ddx file:

 

<?xml version="1.0" encoding="UTF-8"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/">    <XDP result="out.pdf">        <XDP source="formRenderAndFlatten.xdp" />    </XDP></DDX>

 

The error that provides the service:

com.adobe.internal.pdfm.util.RepositoryURLConnection PDFM_W00009: No repository resource found for url : "repository://FRAGMENTS/MYFRAGMENT1.xdp "com.adobe.repository.bindings.dsc.client.ResourceRepositoryClientException: ALC-REP-018-000: Resource [/FRAGMENTS/MYFRAGMENT1.xdp] does not exist or you do not have sufficient rights to access it.    at com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient.readResource(ResourceRepositoryClient.java:494)    at com.adobe.internal.pdfm.cache.CacheService.readRepositoryResource(CacheService.java:420)    at com.adobe.internal.pdfm.util.RepositoryURLConnection.getInputStream(RepositoryURLConnection.java:90)    at java.net.URL.openStream(URL.java:1037)

 

No reposotory resource found, but resource exist, and administrator user can read it.

The service is not able to resolve the fragments and fails. In all cases I used the same XDP and fragments (HTML5 / PDF via webService).

 

My question is is there any way to tell Assembler (in DDX file) that automatically resolves all referenced in the XDP fragments? how?


Thx.

Inline PDF in DDX

$
0
0

I need to send PDF Base64 encoded inline with the DDX that I'm sending to Assembler.  Any idea how to accomplish that ?

 

I have tried the following, but I get the following error

  The input BLOB object should have attachmentID, remoteURL, or binaryData field specified.

 

 

<DDX xmlns="http://ns.adobe.com/DDX/1.0/">

    <PDF result="File:///\\share\readonly_2.pdf" encryption="limit">

        <PDF>

            <ser:binaryData>

                PENvcnJlc3BvbmRhbmNlPg0KCTxEb2N1bWVudFBhcmFtcz4NCgkJPExhbmd1YWdlPjE8L0xhbmd1YWdlPg0KCQk8Q 2FzZU5vPjc4LzM0MDQyMzY8L0Nhc2V

                snip...

            </ser:binaryData>

        </PDF>

    </PDF>

    <PasswordEncryptionProfile name="limit" compatibilityLevel="Acrobat5">

        <Permissions copy="No" edit="No" print="No" screenReading="No">

            <MasterPassword>mySecret</MasterPassword>

        </Permissions>

    </PasswordEncryptionProfile>

</DDX>

How to wrap text in

$
0
0

In DDX reference guide many places we can see the statement "This element it does not support auto-wrapping of text. Use the styled text <p> element to wrap the text.". but it doesn't explain how to wrap text in <p> paragraph tag. I have a long string (arrond 400 chars) that I put in header/footer and use <p> tag. Please let me know how can I warp a long text to multi  lines.

CollateralNotFoundException from the DDX

$
0
0

Hi,

 

Sorry, my question is a bit of naive.

 

I was trying to create a sample portfolio using Assembler.

 

The DDX file which I was using looks like below -

 

<DDX xmlns="http://ns.adobe.com/DDX/1.0/">

  <PDF result="final.pdf">

    <PDF source="/Applications/SampleApplication/1.0/form1.pdf"/>

    <PDF source="/Applications/SampleApplication/1.0/form2.pdf"/>

  </PDF>

  <?ddx-source-hint name="/Applications/SampleApplication/1.0/form1.pdf"?>

  <?ddx-source-hint name="/Applications/SampleApplication/1.0/form2.pdf"?>

</DDX>

 

 

form1.pdf and form2.pdf are at the paths mentioned in the application. I am passing this DDX as an input to the process, but it is giving me the exception -

 

Caused by: com.adobe.internal.pdfm.CollateralNotFoundException: DDXM_S14017: A <PDF> source document is required, but no documents were found for {PDF source="/Applications/TestApplication/1.0/form1.pdf"}.

 

The process properties which I set are below -

process.JPG

 

Can somebody help me in resolving this exception ?

 

Thanks

How to set Bookmark element to expand

$
0
0

Hi All,

 

First I'll explain the solution so that you understand what I'm trying to accomplish.

 

The solution involves several PDF files and each one is linked by the bookmark using the following DDX:

 

<Bookmark>    
    <Action>    
          <Launch NewWindow="true">     
               <File Name="MyFile.pdf"/>    
          </Launch>   
     </Action>   
     <Title>Contents</Title>  
</Bookmark>

 

Each PDF file will contains the same bookmark hierarchy data which consist of several levels, therefore they contain the links to the other PDF files.  Each time one of the bookmark element is clicked the bookmark resets back to it's orginal state of collapsed since it is opening a new pdf file.

 

I'm trying to dynamically assemble a bookmark.xml file with a pdf document.  There are two things I want to accomplish through the bookmark.xml:

 

1.  Set one specific bookmark element to expanded when it's rendered

2.  Set the focus (or highlight) a specific bookmark element when it's rendered.

 

Basically each time a bookmark item is clicked I want to maintain the user's last selected bookmark item to be expanded when the new pdf file is displayed.

 

I've attached a sample pdf file in which I can manipulate the expanding and collapsing of the bookmark via javascript, I need to figure out how to do this via the xml file that defines the bookmark hierarchy and functions, since the bookmark is merged with the PDF via the Assembler DSC service.

 

Is this possible?  If yes what xml tag would accomplish this?  Please provide any suggestion or alternative solution.  Currently I have two alternative solution (html or flex UI) but this involves additional depencies outside of LiveCycle, I'd like to create a solution that is completely Adobe LiveCycle.

 

Thanks,

s_stuff

Viewing all 10743 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>