Welcome Guest Search | Active Topics | Sign In | Register

EO.Pdf - failed to initialize conversion Options
eo_support
Posted: Thursday, January 29, 2015 10:20:36 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,066
Hi HLK Development:

EO.Pdf supports Windows Azure but it can not run on Azure website. It can only run Azure cloud service and virtual machine. The reason is because EO.Pdf requires full permission to run and Windows Azure doesn't provide that. So you must redeploy your application to cloud service or virtual machine.

Thanks!
Paul Roskilly
Posted: Wednesday, September 2, 2015 11:49:33 AM
Rank: Newbie
Groups: Member

Joined: 2/1/2012
Posts: 6
Im getting this error :

Convertion failed. Failed to initialize conversion.
EO.Pdf
at EO.Pdf.HtmlToPdfException.b(Exception A_0)
at EO.Pdf.Internal.kq.a()
at EO.Pdf.Internal.kq.b()
at EO.Pdf.HtmlToPdf.a(kq A_0)
at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc, HtmlToPdfOptions options)
at EasyWebstore.StarbucksDelivery.ProducePDF(Store store, Customer customer, DateTime deliveryDate, Stream pdfStream)
at API.Api.sendProofOfDeliveryByEmail(Int32 CompanyId, Guid ApiKey, Int32 CustomerID, String DeliveryDate, String EmailAddress)
at SyncInvokesendProofOfDeliveryByEmail(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

In the event viewer it says :

The description for Event ID 0 from source EO Debug Message cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

Code = 6. hr = 80070005
eo_support
Posted: Monday, September 7, 2015 9:09:15 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,066
Paul Roskilly wrote:
Im getting this error :

Convertion failed. Failed to initialize conversion.
EO.Pdf
at EO.Pdf.HtmlToPdfException.b(Exception A_0)
at EO.Pdf.Internal.kq.a()
at EO.Pdf.Internal.kq.b()
at EO.Pdf.HtmlToPdf.a(kq A_0)
at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc, HtmlToPdfOptions options)
at EasyWebstore.StarbucksDelivery.ProducePDF(Store store, Customer customer, DateTime deliveryDate, Stream pdfStream)
at API.Api.sendProofOfDeliveryByEmail(Int32 CompanyId, Guid ApiKey, Int32 CustomerID, String DeliveryDate, String EmailAddress)
at SyncInvokesendProofOfDeliveryByEmail(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

In the event viewer it says :

The description for Event ID 0 from source EO Debug Message cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

Code = 6. hr = 80070005


Hi,

This can be related to permission. Please try two things:

1. Try to run your application as adminstrator and see if that resolves the issue. If this works, then you may want to assign your application with an account with higher privileges;
2. Try the latest build from our download page and see if it works. The latest build may still not work, but it may give you more diagnostic messages. After it fails, you can collect runtime log information and send it to us:

http://www.essentialobjects.com/doc/common/collect_logs.aspx

See here for our email address for submitting log information:

http://www.essentialobjects.com/forum/test_project.aspx

Once we have that we will see what we can find.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.