Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Dileepblr
Dileepblr
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
16

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Dileepblr
Customize the badges you want to showcase on your profile
Re: Generating proxy by appeniding lc_version through wsdl.exe - Adobe LiveCycle 23-12-2009
It didn't work that way too.I tried adding webreference directly with the lc_version parameter and it went through fine.

Views

106

Likes

0

Replies

0
Re: Generating proxy by appeniding lc_version through wsdl.exe - Adobe LiveCycle 23-12-2009
I will try that and let you know

Views

106

Likes

0

Replies

0
Re: API to get the pdf attributes like no of pages,size etc - Adobe LiveCycle 22-12-2009
Thank you.

Views

114

Likes

0

Replies

0
Merging PDFs through Assembler service returns error - Adobe LiveCycle 22-12-2009
This is the ddx file I am using as one of the input values .It fails at this pointassemblerRes = svcAssembler.invoke(ddxBLOB, inputMap, assemblerSpec)and the error returned is this:com.adobe.livecycle.assembler.client.OperationException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided. Caused by: javax.xml.bind.UnmarshalException Caused by: org.xml.sax.SAXParseException: Content is not allowed in trailing section.; nested exception is: com.adobe.livecycle.assembler.clien...

Views

839

Likes

0

Replies

0
Re: Assembler Service to merge pdfs - help required - Adobe LiveCycle 22-12-2009
Thanks for your input.I am using ES2 in a .NET environment.I am still trying to figure our what is the actual problem with the ddx content that I am using.I scrutinised it well to see that it doesn't have any whitespaces that can cause this to error out while parsing.And its not huge too..It just 4 few lines of text saved as a XML file.The ddx file should have the extension as .xml..is that right?

Views

94

Likes

0

Replies

0
Re: Generating proxy by appeniding lc_version through wsdl.exe - Adobe LiveCycle 22-12-2009
Hodmi,Thanks for your reply.But the problem is wsdl.exe dosn't recognise the parameter name - lc_version at all.It just doesn't take it.The actual value to be supplied to this paramater is the next step,which you mentioned.The ES2 which we have has the latest updates and i would think that it should take the lc_version paramater,which unfortunately it doesn't.Thank you

Views

106

Likes

0

Replies

0
Generating proxy by appeniding lc_version through wsdl.exe - Adobe LiveCycle 21-12-2009
Hi ,I am trying to generate a proxy for Assemblerservice using wsdl from Visual Studio 2005 command promtby following the instructions inhttp://help.adobe.com/en_US/livecycle/9.0/programLC/help/000499.htmlwsdl http://<>:8080/soap/services/AssemblerService?wsdl&lc_version=9.0.1when I specify the abovem,it errors out saying 'lc_version' is not recognized as an internal or external command,operable program or batch file.'However it generates the .cs file.But I am sure this is not the version which ...

Views

956

Likes

0

Replies

5
Assembler Service to merge pdfs - help required - Adobe LiveCycle 21-12-2009
This is the ddx spec that I am using.Dim ddxBLOB As New AssemblerService.BLOBDim file1BLOB As New AssemblerService.BLOBDim file2BLOB As New AssemblerService.BLOBDim svcAssembler As New AssemblerService.AssemblerServiceServiceddxBLOB.binaryData = GetPdfContentAsByteArray(sDDXFileName)file1BLOB.binaryData = GetPdfContentAsByteArray(sFile1Name)file2BLOB.binaryData = GetPdfContentAsByteArray(sFile2Name)inputMap(0) =New AssemblerService.mapIteminputMap(0).key = "map.pdf"inputMap(0).value = file1BLOBi...

Views

915

Likes

0

Replies

2
Re: API to get the pdf attributes like no of pages,size etc - Adobe LiveCycle 21-12-2009
Thank you,but how to insert an image to pdf progammetically..through API

Views

117

Likes

0

Replies

0
Convert PDF to XML in .NET - Adobe LiveCycle 21-12-2009
Hi,I am trying to convert a pdf file to xml using the exportpdf call of GeneratePDFService api.Private Function UTF8ByteArrayToString(ByVal characters() As Byte) As StringDim res As StringDim encUtf As New System.Text.UTF8Encodingres = encUtf.GetString(characters)Return resEnd FunctionThis doesn't seem to convert the returned byteArray to xml format.Is there any example which i can go through to convert PDF to xml?

Views

1.1K

Likes

0

Replies

0