Tuesday, November 02, 2010

Write PDF Conversion Application With Just 2 Lines of Code

Here's how to write a PDF to Word or PDF to HTML applications with just 2 lines of code using BCL easyConverter SDK 3.0:

1 | Set oConverter = CreateObject("EasyConverter.PDF2Word.3")
2 | oConverter.ConvertToWord("C:\input.pdf", "C:\output.doc")

Download the Resources to Get Started:





For Writing PDF to Word Applications





For Writing PDF to HTML Applications

Tuesday, August 10, 2010

PDF Online Services are now better than ever

Not only that we added more PDF services and bandwidth, we also improved the conversion engines (SDK) to increase the quality of the document output. Check it out yourself:
  1. Doc2PDF Online
    Convert your Office Documents to PDF
  2. PDF2Word Online
    Convert your PDF to Word for editing and reuse.
  3. PDF2HTML Online
    Convert your PDF to HTML4
  4. Web2PDF Online
    Convert the HTML Pages in your Websites to PDF
  5. PDF Online Premium (Signup required)
    • Create PDF with Advanced Options
    • Merge your PDFs
    • Apply Watermark to your PDF

Hear from satisfied PDF Online users

Thank you so much for the PDF converter! Helpful, easy, fast and - gosh! - gratis! The best discover of the year, in my preferred sites. - Monic

Just wanted to thank you for offering such a fabulous service. It was fast, painless and solved my problem of sending Excel spreadsheets to Mac users, which distorted my original configuration into something unusable. I can’t thank you enough! - Deborah

[read more] [follow us on Twitter] [share us on Facebook]

Wednesday, June 02, 2010

Publish Any Office Document to the Web through 3 Easy Steps

Publish Any Office Document to the Web through 3 Easy Steps:
  1. Convert the document to PDF using our Doc2PDF Online conversion service.
  2. Convert PDF to accurate HTML with our new PDF2HTML Online conversion service.
  3. Download the HTML and upload it to your webpage.
Also, to help serve you better, we have increased our capacity by:
  • Network bandwidth — 50%
  • Conversion capacity — 60%

Tuesday, June 01, 2010

New: Accurate PDF to HTML Online Conversion Service

Some of you may remember that our first free service was not document to PDF conversion, but conversion of PDF to HTML. Now the service is back! We just released PDF2HTML Online, a free PDF to HTML Online Conversion Service. Try it and see what kind of HTML output quality you will get.

The key features of this service are:
  • HTML4 Output
    PDF2HTML Online creates HTML4 Output that can accurately preserve your PDF layout.
  • Single Page Output
    PDF2HTML Online combines all pages into one HTML page.
  • Image Extraction
    PDF2HTML Online allows you to reuse the images from your PDF by extracting and putting them in a separate folder.
  • Preserve Hyperlinks
    PDF2HTML Online converts PDF hyperlinks into HTML hyperlinks.
We are really excited of the possibilies that PDF2HTML can bring, and are looking forward to hear your feedbacks.

    Wednesday, April 07, 2010

    easyPDF SDK's In-Memory PDF Processing

    Using BCL easyPDF SDK's PDFProcessorHandle class, you can open your PDF document once and perform many repeated operations on it without ever re-parsing it or writing to disk. All operations are done in memory! 

    The more operations you do on your PDF documents, the more you stand to gain from PDFProcessorHandle in BCL easyPDF SDK 6.1.
     
    View Sample Codes in VB, VB.NET, and C#

    easyPDF SDK's Operations that support In-Memory PDF Processing are:

    • Merging PDFs
    • Adding Contents, such as attachments, note, stamp, to PDF
    • Append, Delete, and Extract PDF Bookmarks
    • Extract PDF Hyperlinks
    • Rotate PDF Pages
    • Get PDF Information such as page count and page size.
    • Set PDF Metadata
    • Learn more...