Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle PDF Generator
Viewing all 31905 articles
Browse latest View live

Out of memory when coverting large files using Web service call

$
0
0

I'm running into an out of memory error on the LiveCycle server when converting a 50 meg Word document with a Web service call.  I've already tried increasing the heap size, but I'm at the limit for the 32 bit JVM on windows.  I could upgrade to a 64 bit JVM, but it would be a pain and I'm trying to avoid it.  I've tried converted the 50 meg document using the LiveCycle admin and it works fine, the issue only occurs when using a web service call.  I have a test client and the memory spikes when it's generating the web service call taking over a gig of memory.  I assume it takes a similar amount of memory on the receiving end which is why LiveCycle is running out of memory.  Does any one have any insight on why passing over a 50 meg file requires so much memory?   Is there anyway around this?

 

-Kelly


How to generate pagebreaks when converting from HTML to PDF

$
0
0

Hi,

 

I am new to PDFGenerator, but after looking for quite a while I did not seem to find a question, so I decided to post - and maybe help other people who have the same issue:

 

How do I a control page breaks when I transform an HTML document to PDF using PDFGenerator's htmlFileToPDF method.

 

I am trying to use page-break-after - but PDF Generator still creates a single page.

 

But It could be that this is actually a symptom of a wider problem: We have a nice HTML report, which uses media print in the CSS to create a printable version, which adds page breaks, and headers and footers on the printable page in the browser - How do I tell PDFGenerator, that I want it to render the HTML as media print ?

 

Here is the minimal HTML make I could come up with, which shows my approach for the page breaks:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"http://www.w3.org/TR/html4/loose.dtd">

<html lang="en">

  <head>

    <style type="text/css">

.pagebreak{

    page-break-after:always;

}

    </style>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">

    <title>

      2 page document

    </title>

  </head>

  <body>

    <p class="pagebreak">

      This is the first page (with p class="pagebreak" )

    </p>

    <p>

      This is the second page

    </p>

  </body>

</html>

 

Any suggestions are welcome

 

Thanks

 

Thomas

html to pdf service appropriate for emails?

$
0
0

Hi all, I'm trying to use the  renderhtml service to render forms into html to place into an email.  However, when I open the email with different clients the html gets  wonky (especially in Outlook 2007). I'm wondering if there is a more  suitable service to use, or what parameters to set for the service to  make the html more email friendly. I know that there there should only  be inline styles and that it should transform to NoScriptXHTML, but are  there any other options that i'm missing?

 

Thanks!

OCR API

$
0
0

We have a license for LiveCycle, but I'm trying to find documentation regarding the OCR capabilities that Adobe has.

 

The goal is as follows: to create a service that receives a file (image or pdf), runs OCR on it and then returns the text within. If it was a PDF passed in then it would be nice to return a PDF with the newly derived text embedded within the PDF.

 

I guess I want to know:

- Does Adobe have an API for me to use (most likely from C#) that will allow me to OCR a PDF/image?

- If Adobe does OCR, can it embed the derived text?

- Where can I find documentation/examples to do any of this?

 

Thanks!

PDF Generator module does not uninstall completely

$
0
0

I re-ran configuration manager in ES4 SP1 Turnkey to uninstall the PDF Generator module and now I am receiving the following errors in the server.log:

 

2013-11-28 10:14:09,788 ERROR [com.adobe.idp.dsc.registry.service.impl.ServiceStoreImpl] (main) COULD NOT PROCESS SERVICE: PDFGConfigService VERSION: 1.0 MARKING AS INACTIVE.  The exception is: com/adobe/pdfg/exceptions/ConfigException caused by: java.lang.ClassNotFoundException: Class name com.adobe.pdfg.exceptions.ConfigException from package com.adobe.pdfg.exceptions not found.

2013-11-28 10:14:09,797 WARN  [com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl] (main) Head active ServiceConfiguration for service: PDFGConfigService version: 1.0 is not active as expected. The service was probably Marked INACTIVE due to an error loading the service.  Please look at the logs to see if this service was Marked INACTIVE.

2013-11-28 10:14:10,345 ERROR [com.adobe.idp.dsc.registry.service.impl.ServiceStoreImpl] (main) COULD NOT PROCESS SERVICE: GeneratePDFService VERSION: 1.1 MARKING AS INACTIVE.  The exception is: com/adobe/livecycle/generatepdf/client/FileFormatNotSupportedException caused by: java.lang.ClassNotFoundException: Class name com.adobe.livecycle.generatepdf.client.FileFormatNotSupportedException from package com.adobe.livecycle.generatepdf.client not found.

2013-11-28 10:14:10,352 WARN  [com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl] (main) Head active ServiceConfiguration for service: GeneratePDFService version: 1.1 is not active as expected. The service was probably Marked INACTIVE due to an error loading the service.  Please look at the logs to see if this service was Marked INACTIVE.

2013-11-28 10:14:10,820 ERROR [com.adobe.idp.dsc.registry.service.impl.ServiceStoreImpl] (main) COULD NOT PROCESS SERVICE: DistillerService VERSION: 1.1 MARKING AS INACTIVE.  The exception is: com/adobe/livecycle/generatepdf/client/ConversionException caused by: java.lang.ClassNotFoundException: Class name com.adobe.livecycle.generatepdf.client.ConversionException from package com.adobe.livecycle.generatepdf.client not found.

2013-11-28 10:14:10,825 WARN  [com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl] (main) Head active ServiceConfiguration for service: DistillerService version: 1.1 is not active as expected. The service was probably Marked INACTIVE due to an error loading the service.  Please look at the logs to see if this service was Marked INACTIVE.

 

I noticed that all of these services are still listed in the Components view in Workbench and showing up as Active even after the module is uninstalled.

 

You have to manually uninstall the services using Workbench to remove them completely and prevent the errors above.

Convert to PDF using base templates

$
0
0

Hi all,

I'm trying to understand how LiveCycle can help me in solving this request.

 

Scenario:

 

  • Users need to print multiple docs formats (docx, xlsx, pptx) to PDF
  • During the printing an existing PDF template has to be used to add header and footer info to the final PDF
  • Users will need to choose which PDF template to use for the conversion because any PDF template represent different Company information
  • A network printer would be the best solution

 

Any way to accomplish this?

 

Kind regards

WileE

Service watched folder endpoint configuration

$
0
0

Hi there

 

How do I configure the Input Parameters of a Watched Folder Endpoint for the ConvertPdfService to allow me to convert PDFs to PNGs (and possibly further configuration)?

Specifically, the toImageOptionsSpec parameter.

I know there are various documentation pages such at the below that detail the various configurable options

 

LiveCycle ES2.5 * Programming with LiveCycle ES2.5

 

LiveCycle ES2 * Application Development Using LiveCycle Workbench ES2

 

LiveCycle ES4 * Watched folder endpoint settings

 

However, none of them make clear the exact syntax required to put one or more parameters into the text box on the web page

 

Thanks

Looking for Interop.ACRODISTXLIB.dll

$
0
0

1. Is the Interop.ACRODISTXLIB.dll library still being distributed with the current version of Acrobat? (This permits programmatic distillation.)

 

2. Is it being distributed under a new assembly name? (Have not found any references to it beyond 2010.)

 

3. If it still exists, does the Acrobat installation make it immediately ready for COM-referencing within a C# application?


Service for creating a Searchable PDF

$
0
0

Hi,

 

I am looking to create an service for our organization that is able to take in a image PDF or other such file and convert it in to a searchable PDF on a server and return this file back to the caller.

 

I am of the opinion that Acrobat Pro XI DC or LiveCycle PDF Generator are the right set of tools for this purpose, but I am unable to find any reference on the internet on how this can be achieved. when I try to search for this information, I generally end up with links to "ABBYY FineReader  XX".

 

I want to understand what is the best way to implement this solution using Adobe software i.e.

1. What are the Adobe software that I need to install on the server.

2. How can I give this software a file such that it returns a converted searchable PDF.

3. What are the limitation of this approach.

 

Any reference to a blog/code sample that shows how this can be achieved will also be very helpful

 

Regards

Kiran

a multi-threaded PDF conversion exception(Conversion service:WatchedFolder)

$
0
0

Hi,     

     I have a multi-threaded conversion exception(Conversion service:WatchedFolder)

       

     Some can be converted successfully, and some reported the following error

 

     Exception information is as follows

     ALC-PDG-16004-000: com.adobe.livecycle.generatepdf.client.ConversionException: ALC-PDG-016-004-An      error  was  encountered while processing the Microsoft Word file for PDF generation.
at com.adobe.pdfg.BMCCaller.checkResult(BMCCaller.java:377)
at com.adobe.pdfg.Native2PdfCaller.callNativeBMC(Native2PdfCaller.java:1078)
at com.adobe.pdfg.Native2PdfCaller.createPDF(Native2PdfCaller.java:382)
at com.adobe.pdfg.GeneratePDFImpl.createPDFInternal(GeneratePDFImpl.java:501)
at com.adobe.pdfg.GeneratePDFImpl.createPDFCommon(GeneratePDFImpl.java:280)
at com.adobe.pdfg.GeneratePDFImpl.createPDF(GeneratePDFImpl.java:232)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doBMT(EjbTran sactionBMTAdapterBean.java:197)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doBMT(Unknown Source)
at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:95)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.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(AbstractMessage Receiver.java:93)
at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
at com.adobe.idp.jobmanager.execution.workadapter.AbstractExecutableJob.invokeRequest(Abstra ctExecutableJob.java:127)
at com.adobe.idp.jobmanager.execution.workadapter.PersistentExecutableJob.execute(Persistent ExecutableJob.java:60)
at com.adobe.idp.dsc.workmanager.adapter.UnManagedAsynchronousWorkAdapter.run(UnManagedAsync hronousWorkAdapter.java:39)
at com.adobe.idp.dsc.workmanager.adapter.websphere.J2WA_Work.run(J2WA_Work.java:34)
at com.ibm.ws.asynchbeans.J2EEContext$RunProxy.run(J2EEContext.java:268)
at java.security.AccessController.doPrivileged(AccessController.java:202)
at com.ibm.ws.asynchbeans.J2EEContext.run(J2EEContext.java:768)
at com.ibm.ws.asynchbeans.WorkWithExecutionContextImpl.go(WorkWithExecutionContextImpl.java: 222)
at com.ibm.ws.asynchbeans.ABWorkItemImpl.run(ABWorkItemImpl.java:159)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)

  

Image to pdf

$
0
0

Hi,

Is there any tutorial related to Image to PDF convertion using live cycle pdf generator?

 

                                                                                                     Thank you

                                                                                                  Barun Barik

Converting PDF to LiveCycle PDFs

$
0
0

Our firm uses LiveCycle PDFs to perform data merge activities.  We have well over a 100 PDFs that need to be converted to LiveCycle for this data merge activity.  Right now, the conversion to LiveCycle is where someone opens the PDF and saves it as a LiveCycle PDF.  Is there a way to batch this conversion?  Either through development activities or through a batch job?

 

Thanks for your advice.

ALC-PDG-016-004 Error while converting Microsoft Word file for PDF generation

$
0
0

All,

 

This short-lived process has been working for years now and suddenly We are getting this exception . We are using Adobe LiveCycle ES3 and Microsoft word 2007. Please help.

 

I am using a process called "create pdf" which creates a pdf from a word file. While doing so , I am getting the below exception.

 

[6/21/17 9:32:37:269 EDT] 00000145 GeneratePDFIm A   ALC-PDG-001-000-

Job ID for the submitted createPDF job =Filecbec99-e911eb-52b3cd-c52434-1e92a8-ff9eae

[6/21/17 9:32:39:534 EDT] 00000145 BMCCaller     A   ALC-PDG-001-024-File: Time Job Submitted: 6/21/17 9:32 AM for job = Filecbec99-e911eb-52b3cd-c52434-1e92a8-ff9eae

[6/21/17 9:32:39:534 EDT] 00000145 BMCCaller     A   ALC-PDG-001-017-File: Job Submitted by User: usersystemcontext

[6/21/17 9:32:39:550 EDT] 00000145 BMCCaller     A   ALC-PDG-001-016-File: Job Type: Convert to PDF

[6/21/17 9:32:39:612 EDT] 00000145 BMCCaller     A   ALC-PDG-001-022-File: Security Settings Used: No Security

[6/21/17 9:32:39:612 EDT] 00000145 BMCCaller     A   ALC-PDG-001-023-File: FileType Settings Used: Standard

[6/21/17 9:32:39:987 EDT] 00000145 CryptoUtil    A   encryptBytes: Building secret key for length: 16

[6/21/17 9:32:40:003 EDT] 00000145 CryptoUtil    A   encryptBytes: Building secret key for length: 16

[6/21/17 9:32:40:003 EDT] 00000145 CryptoUtil    A   encryptBytes: Building secret key for length: 16

[6/21/17 9:32:40:003 EDT] 00000145 CryptoUtil    A   encryptBytes: Building secret key for length: 16

[6/21/17 9:32:40:019 EDT] 00000145 CryptoUtil    A   encryptBytes: Building secret key for length: 16

[6/21/17 9:32:40:019 EDT] 00000145 CryptoUtil    A   encryptBytes: Building secret key for length: 16

[6/21/17 9:32:40:081 EDT] 00000145 ImpersonatedC W   ALC-BMC-001-028: Service PDFMakerSvc: Reducing maximum pool size from 20 to 3 to match number of impersonation credentials.

[6/21/17 9:32:40:128 EDT] 00000145 BMCCaller     A   ALC-PDG-001-021-File: PDF Settings Used: D:\Apps\Adobe\Adobe LiveCycle ES3\temploc\pdfg-SYSTEM\07\d031-53ba4b-a10d05-0f4434-d5f73e-169cc3\pdfg Standard(2) 7682959480813099376.joboptions

[6/21/17 9:32:40:191 EDT] 00000145 ImpersonatedC A   Service PDFMakerSvc: Resource ProcessResource@8820882(name=pdfgen.exe,pid=0) acquired credential wassit1

[6/21/17 9:32:40:191 EDT] 00000145 ProcessResour A   ALC-BMC-001-505: Service PDFMakerSvc: Starting native process with command line D:\Apps\IBM\WebSphere\AppServer\profiles\aSIT\installedApps\adobe\aSITServer01\ServicesNa tives2\bin\ProcessLauncher.exe wassit1 - "D:\\Apps\\IBM\\WebSphere\\AppServer\\profiles\\aSIT\\installedApps\\adobe\\aSITServer01\ \PDFMakerSvc\\bin\\dll\\pdfgen.exe" False -WinStaName WinSta0 -DeskName PDF-PDb17060002 -beginExecutable "C:\\Program Files (x86)\\Java\\jdk1.6.0_26\\bin\\javaw.exe" -endExecutable -Xmx64m -cp "D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/installedApps/adobe/aSITServer01/PDFMakerS vc/bin/adobe-appmon.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/installedApps/adobe/ aSITServer01/PDFMakerSvc/bin/adobe-bslj.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/ installedApps/adobe/aSITServer01/PDFMakerSvc/bin/adobe-csa.jar;D:/Apps/IBM/WebSphere/AppSe rver/profiles/aSIT/installedApps/adobe/aSITServer01/PDFMakerSvc/bin/adobe-generatepdf-clie nt.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/installedApps/adobe/aSITServer01/PDFM akerSvc/bin/adobe-pdfg-common-jaxb.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/insta lledApps/adobe/aSITServer01/PDFMakerSvc/bin/adobe-pdfg-common.jar;D:/Apps/IBM/WebSphere/Ap pServer/profiles/aSIT/installedApps/adobe/aSITServer01/PDFMakerSvc/bin/adobe-pdfg-commonbm c.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/installedApps/adobe/aSITServer01/PDFMa kerSvc/bin/adobe-pdfg-idl-bmc-websphere.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/ installedApps/adobe/aSITServer01/PDFMakerSvc/bin/adobe-pdfg-idl-bmc.jar;D:/Apps/IBM/WebSph ere/AppServer/profiles/aSIT/installedApps/adobe/aSITServer01/PDFMakerSvc/bin/adobe-utiliti es.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/installedApps/adobe/aSITServer01/PDFM akerSvc/bin/comfyj-2.4.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/installedApps/ado be/aSITServer01/PDFMakerSvc/bin/jaxb-api.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT /installedApps/adobe/aSITServer01/PDFMakerSvc/bin/jaxb-impl.jar;D:/Apps/IBM/WebSphere/AppS erver/profiles/aSIT/installedApps/adobe/aSITServer01/PDFMakerSvc/bin/jaxb-libs.jar;D:/Apps /IBM/WebSphere/AppServer/profiles/aSIT/installedApps/adobe/aSITServer01/PDFMakerSvc/bin/jn iw2.9.5_pdfmapi1.0.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/installedApps/adobe/a SITServer01/PDFMakerSvc/bin/jniw2.9.5_ppt2.6.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/ aSIT/installedApps/adobe/aSITServer01/PDFMakerSvc/bin/jniw2.9.5_word8.1.jar;D:/Apps/IBM/We bSphere/AppServer/profiles/aSIT/installedApps/adobe/aSITServer01/PDFMakerSvc/bin/jniwrap-3 .6.1.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/installedApps/adobe/aSITServer01/PD FMakerSvc/bin/namespace.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/installedApps/ad obe/aSITServer01/PDFMakerSvc/bin/PDFMakerConverterServer.jar;D:/Apps/IBM/WebSphere/AppServ er/profiles/aSIT/installedApps/adobe/aSITServer01/PDFMakerSvc/bin/winpack-3.6.jar;D:/Apps/ IBM/WebSphere/AppServer/profiles/aSIT/installedApps/adobe/aSITServer01/ServicesNatives2/ja rs/adobe-bslj.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/installedApps/adobe/aSITSe rver01/ServicesNatives2/jars/jacorb/jacorb.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aS IT/installedApps/adobe/aSITServer01/ServicesNatives2/jars/jacorb/avalon-framework-4.1.5.ja r;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/installedApps/adobe/aSITServer01/ServicesN atives2/jars/jacorb/concurrent-1.3.2.jar;D:/Apps/IBM/WebSphere/AppServer/profiles/aSIT/ins talledApps/adobe/aSITServer01/ServicesNatives2/jars/jacorb/logkit-1.2.jar;D:/Apps/IBM/WebS phere/AppServer/profiles/aSIT/installedApps/adobe/aSITServer01/ServicesNatives2/jars/jacor b/antlr-2.7.2.jar" com.adobe.native2pdf.bmc.PDFMakerServer -IOR IOR:00bdbdbd0000002249444c3a636f6d2f61646f62652f736572766963652f4d616e616765723a312e3000b dbd00000001000000000000035c000102bd0000001d46535345434d51313156572e667373612e73746174652e6 96e2e757300bd23900000001f4c4d4249000000156c687c68001500050442522d3200080100000000000000bd0 0000009000000010000001400bdbdbd0501000100000000000101000000000049424d0a0000000800bd0001160 0000200000026000000020002bdbd49424d04000000050005020102bdbdbd0000001f0000000400bd000300000 0200000000400bd0001000000250000000400bd000300000021000002880001bdbd000000040002bdbd0000002 40000002000bd00260002bdbd000000010000000d31302e31392e3130342e343000bdd33400400000000000080 6062b1200021e02000000280401000806062b1200021e020000001864656661756c7457494d46696c654261736 5645265616c6d0000000000000001494210ce0000001d0000001964656661756c7457494d46696c65426173656 45265616c6d00bdbdbd00000000000000000042bdbd000000240000002000bd00660042bdbd000000010000000 d31302e31392e3130342e343000bdd335004000000000000806062b1200021e02000000280401000806062b120 0021e020000001864656661756c7457494d46696c6542617365645265616c6d0000000000000001494210ce000 0001d0000001964656661756c7457494d46696c6542617365645265616c6d00bdbdbd00000000000000000002b dbd000000240000002000bd00260002bdbd000000010000000d31302e31392e3130342e343000bdd3340040000 0000000080606678102010101000000280401000806066781020101010000001864656661756c7457494d46696 c6542617365645265616c6d0000000000000001494210ce0000001d0000001964656661756c7457494d46696c6 542617365645265616c6d00bdbdbd00000000000000000042bdbd000000240000002000bd00660042bdbd00000 0010000000d31302e31392e3130342e343000bdd33500400000000000080606678102010101000000280401000 806066781020101010000001864656661756c7457494d46696c6542617365645265616c6d00000000000000014 94210ce0000001d0000001964656661756c7457494d46696c6542617365645265616c6d00bdbdbd00000000000 00000000000140000000800bd007e0001d335   -AppServer websphere

[6/21/17 9:32:44:597 EDT] 00000144 WordToPDFConv A   ALC-PDG-001-001-Begin processing job : D:\Apps\Adobe\Adobe LiveCycle ES3\temploc\pdfg-SYSTEM\07\d031-53ba4b-a10d05-0f4434-d5f73e-169cc3\File.doc

[6/21/17 9:32:46:972 EDT] 00000144 WordToPDFConv W   ALC-PDG-001-000-PDFMaker launch/openDoc failed 1 times for job=Filecbec99-e911eb-52b3cd-c52434-1e92a8-ff9eae

[6/21/17 9:32:48:550 EDT] 00000144 WordToPDFConv A   ALC-PDG-001-000-Calling function to clean registrys Resiliency entry

[6/21/17 9:32:51:706 EDT] 00000144 WordToPDFConv A   ALC-PDG-001-000-Calling function to clean registrys Resiliency entry

[6/21/17 9:32:53:144 EDT] 00000144 WordToPDFConv A   ALC-PDG-001-000-Calling function to clean registrys Resiliency entry

[6/21/17 9:32:54:706 EDT] 00000144 WordToPDFConv A   ALC-PDG-001-001-Begin processing job : D:\Apps\Adobe\Adobe LiveCycle ES3\temploc\pdfg-SYSTEM\07\d031-53ba4b-a10d05-0f4434-d5f73e-169cc3\File.doc

[6/21/17 9:32:55:706 EDT] 00000144 WordToPDFConv W   ALC-PDG-001-000-PDFMaker launch/openDoc failed 1 times for job=Filecbec99-e911eb-52b3cd-c52434-1e92a8-ff9eae

[6/21/17 9:32:57:097 EDT] 00000144 WordToPDFConv A   ALC-PDG-001-000-Calling function to clean registrys Resiliency entry

[6/21/17 9:33:00:050 EDT] 00000144 WordToPDFConv A   ALC-PDG-001-000-Calling function to clean registrys Resiliency entry

[6/21/17 9:33:01:332 EDT] 00000145 BMCCaller     A   ALC-PDG-001-028-File: Job Completion Status: Failed

[6/21/17 9:33:01:347 EDT] 00000145 BMCCaller     A   ALC-PDG-001-025-File: Time Job Completed: 6/21/17 9:33 AM for job = Filecbec99-e911eb-52b3cd-c52434-1e92a8-ff9eae

[6/21/17 9:33:01:347 EDT] 00000145 BMCCaller     A   ALC-PDG-001-030-File: Waiting time in queue: 0 ms for job = Filecbec99-e911eb-52b3cd-c52434-1e92a8-ff9eae

[6/21/17 9:33:01:347 EDT] 00000145 BMCCaller     A   ALC-PDG-001-026-File: Time of Job Execution: 22,157 ms for job = Filecbec99-e911eb-52b3cd-c52434-1e92a8-ff9eae

[6/21/17 9:33:01:347 EDT] 00000145 GeneratePDFIm E   ALC-PDG-001-000-ALC-PDG-016-004-An error was encountered while processing the Microsoft Word file for PDF generation.

[6/21/17 9:33:01:347 EDT] 00000145 GeneratePDFIm A   ALC-PDG-001-000-Conversion failed : ALC-PDG-016-004-An error was encountered while processing the Microsoft Word file for PDF generation.

[6/21/17 9:33:01:363 EDT] 00000145 GeneratePDFIm A   ALC-PDG-001-000-Trying to find a fallback route if available

[6/21/17 9:33:01:363 EDT] 00000145 GeneratePDFIm A   ALC-PDG-001-000-Couldn't obtain fallback filetype setting. Cannot try fallback route

[6/21/17 9:33:01:800 EDT] 00000145 AWS           E   An exception was thrown with name com.adobe.livecycle.generatepdf.client.ConversionException message:ALC-PDG-016-004-An error was encountered while processing the Microsoft Word file for PDF generation. while invoking service GeneratePDFService and operation CreatePDF2 and no fault routes were found to be configured.

Add Header and Footer in Live Cycle ES2

$
0
0

Hi,

 

We are quite new to the use of live cycle pdf generation. Can anyone help us with information as to how we can add header and footers to our pdf files using livecycle ES2.

 

And further, we would like to know whether header and footer adding is available in the trial version of Livecycle ES2?

Error Converting PDF to TIFF

$
0
0
I'm trying to use the toImage service in Common/Convert PDF and I'm getting errors saying my input PDF is not flattened. So, I added a transformPDF step before my toImage. When I write the output from the transformPDF step to the file system and open it with reader it seems to be flattened (i.e. no fields everything is static). However, when I take that output and run it through the toImage service I still get this exception:

com.adobe.livecycle.convertpdfservice.exception.ConvertPdfException: Input Document is not a flattened PDF Document

Anybody have any ideas how to get this conversion to work?

Thanks,
Bryan

Acrobat Pro Extended 9 with Adobe LiveCycle PDF Generator 8.2.1. This Is Work ?

$
0
0

Hi

I’m having problems to get LCES PDF-generator.

 

After install Adobe LiveCycle PDF Generator  8.2.1 and Acrobat Professional 8.1.5 all work perfect.

 

The Question is - "Adobe LiveCycle PDF Generator 8.2.1  with  AcrobatPro Extended 9 NOT WORK. Because ?. "

Thank you.

Unable to convert an image (.bmp) to PDF

$
0
0

I have a written servlet that uses Adobe LiveCycle API to convert files to PDF. This works. I have a problem with one image (.BMP) for which the PDF conversion fails. I then tried converting the image to PDF using Adobe Acrobat. I see the following error:

 

 

error.JPG

 

I am able to open the image file without any issues. Why does Acrobat think the file is corrupt? Is there a way to find out if an image is OK for PDF conversion, either manually or programmatically? Attaching the image file for reference.

Combine .ps files using PDF Generator

$
0
0

Hi all,

 

Right now we are using the Livecycle to combine the PDF's to printer, this process was successfully running.

 

We got a mail from printer saying that there is repetation of same fonts name displayed in the combine pdf, that need to resolve.

 

We have used "RunFlex" option in acrobat professional version to distill the .ps to combine PDF file, this was working fine.

 

I need to configure a process to combine the .ps file.

 

I configured the PDF's using the "invoke" option.

 

Please advice.

Failed convertion MS Office files with PDFGenerator ES4

$
0
0

hello all,I followedthe steps to setPDGF

http://blogs.adobe.com/livecycle/2013/03/file-format-specific-pdfg-configuration-requireme nts-in-livecycle-es4.html#comment-22733

 

 

http://blogs.adobe.com/livecycle/2013/03/requirements-and-recommendations-for-running-live cycle-pdf-generator-es4-on-windows-2008-server.html



But I hadtrouble convertingMS Office files, I hope you can help me, this is thelog

 

 

2013-08-21 15:16:13,512 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-2) ALC-PDG-001-024-Market Analysis.xls: Time Job Submitted: 8/21/13 3:16 PM for job = Market Analysis.xls36ae4c-c68308-6401de-92af94-5a730a-24eb28

2013-08-21 15:16:13,512 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-2) ALC-PDG-001-017-Market Analysis.xls: Job Submitted by User: administrator

2013-08-21 15:16:13,512 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-2) ALC-PDG-001-016-Market Analysis.xls: Job Type: Convert to PDF

2013-08-21 15:16:13,535 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-2) ALC-PDG-001-022-Market Analysis.xls: Security Settings Used: No Security

2013-08-21 15:16:13,535 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-2) ALC-PDG-001-023-Market Analysis.xls: FileType Settings Used: Standard

2013-08-21 15:16:17,126 INFO  [com.adobe.truststore.crypto.CryptoUtil] (http-0.0.0.0-8080-2) encryptBytes: Building secret key for length: 16

2013-08-21 15:16:17,269 INFO  [com.adobe.service.ProcessResource] (http-0.0.0.0-8080-2) ALC-BMC-001-505: Service ColorProfileSvc: Starting native process with command line "C:\\Adobe\\Adobe LiveCycle ES4\\jboss\\server\\lc_turnkey\\svcnative\\ColorProfileSvc\\ColorProfileService.exe"  -IOR IOR:000000000000002249444C3A636F6D2F61646F62652F736572766963652F4D616E616765723A312E30000 000000000020000000000000100000102000000000E3139322E3136382E312E313138000DC8000000183232303 53832343831392F42522D312F0100000000000000000000050000000000000008000000004A414300000000010 000002000000000050100010000000100010001000101090000000205010001000101000000002100000070000 00000000000010000000000000024000000200000007E00000000000000010000000E3139322E3136382E312E3 13138000DC90040000000000008060667810201010100000017040100080606678102010101000000076465666 1756C7400000000000000000000000000000000000000002000000004000000000000001F00000004000000030 00000010000002000000000000000020000002000000004000000000000001F0000000400000003   -AppServer jboss

2013-08-21 15:16:18,236 INFO  [com.adobe.service.ProcessResource] (RequestProcessor-2) ALC-BMC-001-508: Service ColorProfileSvc: Native process PID = 3640

2013-08-21 15:16:18,347 WARN  [com.adobe.service.ImpersonatedConnectionManager] (http-0.0.0.0-8080-2) ALC-BMC-001-028: Service PDFMakerSvc: Reducing maximum pool size from 20 to 1 to match number of impersonation credentials.

2013-08-21 15:16:18,356 INFO  [com.adobe.pdfg.BMCCaller] (http-0.0.0.0-8080-2) ALC-PDG-001-021-Market Analysis.xls: PDF Settings Used: C:\Adobe\Adobe LiveCycle ES4\temp\pdfg-WIN-1DW2XDEOS5W_\07\2b1f-8676be-6e23aa-bc3ffe-65a7fb-710d7f\pdfg Standard 3188855403719139527.joboptions

2013-08-21 15:16:18,426 INFO  [com.adobe.service.ImpersonatedConnectionManager] (http-0.0.0.0-8080-2) Service Native2PDFSvc: Resource ProcessResource@1028ade(name=pdfgen.exe,pid=0) acquired credential administrator

2013-08-21 15:16:18,427 INFO  [com.adobe.service.ProcessResource] (http-0.0.0.0-8080-2) ALC-BMC-001-505: Service Native2PDFSvc: Starting native process with command line C:\Adobe\Adobe LiveCycle ES4\jboss\server\lc_turnkey\svcnative\ServicesNatives2\bin\ProcessLauncher.exe administrator - "C:\\Adobe\\Adobe LiveCycle ES4\\jboss\\server\\lc_turnkey\\svcnative\\Native2PDFSvc\\bin\\dll\\pdfgen.exe" True -WinStaName WinSta0 -DeskName PDF-NA7f4a50002 -beginExecutable "C:\\Adobe\\Adobe LiveCycle ES4\\Java\\jdk1.6.0_31\\jre\\bin\\javaw.exe" -endExecutable -Xmx64m -cp "C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/adobe-appmon.jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/adobe-bslj.jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/adobe-csa.jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/adobe-generatepdf-client.jar;C:/A dobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/adobe-pdfg-common-jaxb.jar;C:/Ado be/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/adobe-pdfg-common.jar;C:/Adobe/Ad obe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/adobe-pdfg-commonbmc.jar;C:/Adobe /Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/adobe-pdfg-idl-bmc-websphere.jar; C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/adobe-pdfg-idl-bmc.jar;C:/Adobe/A dobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/adobe-utilities.jar;C:/Adobe/Adob e LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/comfyj-2.4.jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jaxb-api.jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jaxb-impl.jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jaxb-libs.jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jniw2.9.5_acrobat1.1.jar;C:/Adobe /Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jniw2.9.5_autocad1.1.jar;C:/Adobe /Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jniw2.9.5_autocad2007.jar;C:/Adob e/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jniw2.9.5_excel1.3.jar;C:/Adobe/A dobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jniw2.9.5_pdfmapi1.0.jar;C:/Adobe /Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jniw2.9.5_project4.4.jar;C:/Adobe /Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jniw2.9.5_publisher1.0.jar;C:/Ado be/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jniw2.9.5_visio4.a.jar;C:/Adobe/A dobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jniw2.9.5_word8.1.jar;C:/Adobe/Ad obe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jniwrap-3.6.1.jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/jni_wrapper_infopath10.jar;C:/Ado be/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/namespace.jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/Native2PDFConverterServer.jar;C:/ Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/Native2PDFSvc/bin/winpack-3.6.jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/ServicesNatives2/jars/adobe-bslj.jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/ServicesNatives2/jars/jacorb/jacorb.jar;C:/Adobe/Ad obe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/ServicesNatives2/jars/jacorb/avalon-framework-4.1.5 .jar;C:/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/ServicesNatives2/jars/jacorb/concurrent-1.3.2.jar;C :/Adobe/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/ServicesNatives2/jars/jacorb/logkit-1.2.jar;C:/Adob e/Adobe LiveCycle ES4/jboss/server/lc_turnkey/svcnative/ServicesNatives2/jars/jacorb/antlr-2.7.2.jar" com.adobe.native2pdf.bmc.Native2PDFConverterServer -IOR IOR:000000000000002249444C3A636F6D2F61646F62652F736572766963652F4D616E616765723A312E30000 000000000020000000000000100000102000000000E3139322E3136382E312E313138000DC8000000183232303 53832343831392F42522D322F0100000000000000000000050000000000000008000000004A414300000000010 000002000000000050100010000000100010001000101090000000205010001000101000000002100000070000 00000000000010000000000000024000000200000007E00000000000000010000000E3139322E3136382E312E3 13138000DC90040000000000008060667810201010100000017040100080606678102010101000000076465666 1756C7400000000000000000000000000000000000000002000000004000000000000001F00000004000000030 00000010000002000000000000000020000002000000004000000000000001F0000000400000003   -AppServer jboss

2013-08-21 15:16:22,092 INFO  [com.adobe.service.J2EEConnectionFactoryManagerPeerImpl] (http-0.0.0.0-8080-2) Service: Native2PDFSvc resource: ProcessResource@1028ade(name=pdfgen.exe,pid=0) applying queue wait adjustment of 3s to timeout of transaction: TransactionImple < ac, BasicAction: -3f57fe8a:c005:5215284e:3455 status: ActionStatus.RUNNING >. Supplied timeout: 300s, Effective timeout: 297s.

2013-08-21 15:16:22,093 INFO  [com.adobe.service.J2EEConnectionFactoryManagerPeerImpl] (http-0.0.0.0-8080-2) Service: Native2PDFSvc successfully scheduled an interrupt for transaction: TransactionImple < ac, BasicAction: -3f57fe8a:c005:5215284e:3455 status: ActionStatus.RUNNING > after 297s.

2013-08-21 15:16:23,170 INFO  [com.adobe.native2pdf.bmc.ExcelToPdfConverter] (RequestProcessor-4) ALC-PDG-001-001-Begin processing job : C:\Adobe\Adobe LiveCycle ES4\temp\pdfg-WIN-1DW2XDEOS5W_\07\2b1f-8676be-6e23aa-bc3ffe-65a7fb-710d7f\Market Analysis.xls

2013-08-21 15:20:53,222 INFO  [com.adobe.native2pdf.bmc.ExcelToPdfConverter] (RequestProcessor-4) ALC-PDG-001-000-The system cannot find the file specified.

2013-08-21 15:21:08,289 INFO  [com.adobe.native2pdf.bmc.ExcelToPdfConverter] (RequestProcessor-4) ALC-PDG-001-000-Native2Pdf BMC Conversion timed out - Shutting down JVM!

2013-08-21 15:21:09,021 INFO  [STDOUT] (ProcessResource@1028ade(name=pdfgen.exe,pid=0) Output Reader)

 

ERROR: API        = ReadFile(1)

2013-08-21 15:21:09,021 INFO  [STDOUT] (ProcessResource@1028ade(name=pdfgen.exe,pid=0) Output Reader)        ERROR CODE =

 

ERROR: API        = ReadFile(2)

2013-08-21 15:21:09,023 WARN  [jacorb.giop.conn] (ClientMessageReceptor1) Abnormal connection termination. Lost 1 outstanding replie(s)!

2013-08-21 15:21:09,052 INFO  [STDOUT] (ProcessResource@1028ade(name=pdfgen.exe,pid=0) Output Reader)        ERROR CODE = 109

       MESSAGE    = The pipe has been ended.

2013-08-21 15:21:09,100 WARN  [com.adobe.service.ProcessResource] (ProcessResource@1028ade(name=pdfgen.exe,pid=0) Error Reader) ALC-BMC-001-024: Service Native2PDFSvc: Process ProcessResource@1028ade(name=pdfgen.exe,pid=0) terminated abnormally with error code {3}

2013-08-21 15:21:09,102 INFO  [com.adobe.service.ImpersonatedConnectionManager] (ProcessResource@1028ade(name=pdfgen.exe,pid=0) Error Reader) Service Native2PDFSvc: Resource ProcessResource@1028ade(name=pdfgen.exe,pid=0) returned credential administrator

2013-08-21 15:21:26,076 ERROR [com.adobe.service.ProcessResource] (http-0.0.0.0-8080-2) ALC-BMC-001-001: Unexpected exception while rolling back transaction

 

 

Best regards

ADOBE® LIVECYCLE® PDF Generator ES4 Error.

$
0
0

Hi All,

 

While converting .tiff files to pdf files (Through watch folder) it gives this error in the server log file.:

ALC-BMC-001-001: Unexpected exception while logging BSLJ service

 

But the converted files are OK and all the files are getting converted.

 


Please guide me with this issue.

 

 

2014-02-06 15:00:43,937 INFO  [com.adobe.service.J2EEConnectionFactoryManagerPeerImpl] (WorkManager(2)-18) Service: Img2PDFSvc resource: ProcessResource@49fe98d9(name=java.exe,pid=0) applying queue wait adjustment of 0s to timeout of transaction: TransactionImple < ac, BasicAction: -3f57f8b5:dd5c:52f354df:27ba status: ActionStatus.RUNNING >. Supplied timeout: 300s, Effective timeout: 300s.

2014-02-06 15:00:43,937 INFO  [com.adobe.service.J2EEConnectionFactoryManagerPeerImpl] (WorkManager(2)-18) Service: Img2PDFSvc successfully scheduled an interrupt for transaction: TransactionImple < ac, BasicAction: -3f57f8b5:dd5c:52f354df:27ba status: ActionStatus.RUNNING > after 300s.

2014-02-06 15:00:43,953 ERROR [com.adobe.service.ProcessResource] (RequestProcessor-2) ALC-BMC-001-001: Unexpected exception while logging BSLJ service

Viewing all 31905 articles
Browse latest View live


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