PDF to HTML examples?

Hello,

I’m interested in your product, but I need to evaluate the ability to convert PDFs into HTML - and I was bit surprised you don’t have any examples of conversion process or output on your website.

Can you point me to examples?

Thanks,

Damian

Submitted from: http://saaspose.com/

Hi Damian,

Can you please share which development platform are you using? This will help us sharing related links with you. You can also check REST and SDK examples at Convert PDF Document to HTML Format|Documentation and Aspose.PDF Cloud · GitHub respectively. Working how-to samples can be downloaded from Aspose.PDF Cloud · GitHub

Best Regards,
Muhammad Ijaz
Support Developer, Saaspose Sialkot Team
http://www.saaspose.com

I'm interested in Rails for the development side - and for your tools
for converting PDF to HTML - but I want to see the quality of the
conversion. Can you forward links to this?

thanks,

Damian

> Support <mailto:notifications-support@saaspose.zendesk.com>
> Tuesday, December 11, 2012 5:24 AM

Hi Damian,

You can sign up for a free trial account, download saaspose_common.rb from GitHub - aspose-pdf-cloud/aspose-pdf-cloud-ruby: Ruby library for communicating with the Aspose.PDF Cloud API and use this example https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-ruby/blob/master/test/pdf_tests.rb#L3038 to convert PDFs to HTML or other supported formats.

You can also download our RUBY SDK from GitHub - aspose-pdf-cloud/aspose-pdf-cloud-ruby: Ruby library for communicating with the Aspose.PDF Cloud API and use the following code:

require 'saasposesdk'

Common::Product.setBaseProductUri('http://api.saaspose.com/v1.0')

appSID = '3395ba5c-3442*********************'
appKey = 'e8dd1b027459*********************'

Common::SaasposeApp.new(appSID,appKey)

test = Pdf::Pdfconverter.new("test.pdf")
test.convert_local_file("E:\\test.pdf", "test.zip", "html")

If you want us to convert your samples, please attach your samples and we will send you the output HTML.

Best Regards,
Muhammad Ijaz
Support Developer, Saaspose Sialkot Team
http://www.saaspose.com

Hi Damian,

Did the suggestion from our support team helped? Have you started working with the Saaspose APIs? Do you need any further assistance? If you any help, please do let us know. We'll be glad to help you.

Thanks & Regards
Shahzad Latif
Saaspose Support Team.