Download Free Trial
Request Pricing
QuickStart Video
Watch a
QuickStart Video to see how easy it is to convert Word to PDF.
Complete PDF Features
- “We evaluated many PDF tools and drivers. We even wrote our own. Except for BCL’s easyPDF SDK, all had limitations we couldn’t live with. Some only converted from MS Office and not very well. Others could not do annotation or text stamping on PDF documents. None were as easy to use and as easy to integrate.” Read the case study
Here are the things you can do you with Java and easyPDF SDK
- The PDFProcessor.PrintToPhysicalPrinter method in the easyPDF SDK can be used with C# to easily print pdf files silently to any Printer installed on your machine without any dialog box or need for user input at the time of printing.
- The PDFProcessor Object of easyPDF SDK has multiple ways you can extract text from a PDF file. Specifically, ExtractText can be used to perform Bulk Extractions of all of the Text on a Page of the PDF, while ExtractText2 allows you to target a specific area of the page of a PDF to extract and read pdf text. This can be done using C#, Java, and other Programming Languages.