Solve complex problems with a couple of lines of Java
// Read an image
BufferedImage bufferedImage = JDeli.read(heicImageFile);
// Write an image
JDeli.write(bufferedImage, "heic", outputStreamOrFile);
// Convert BMP/ DICOM/ EMF/ GIF/ JPEG/ JPEG2000/ JPEGXL/ PNG/ PSD/ SGI/ TIFF/ WEBP/ WMF to HEIC in One Line
JDeli.convert(inputImageFile, heicImageFile);
import java.util.Map;
public final class ExampleUsage {
public static void main(final String[] args) {
final IDRCloudClient client = new IDRCloudClient("https://cloud.idrsolutions.com/cloud/" + IDRCloudClient.BUILDVU);
final HashMap<String, String> params = new HashMap<>();
params.put("token", "YOUR_TRIAL_TOKEN"); // Token provided to you via e-mail
params.put("input", IDRCloudClient.UPLOAD);
params.put("file", "path/to/file.pdf");
try {
final Map<String, String> results = client.convert(params);
System.out.println(" --------- ");
System.out.println(results.get("previewUrl"));
IDRCloudClient.downloadResults(results, "path/to/outputDir", "example");
} catch (final ClientException | InterruptedException e) {
e.printStackTrace();
}
}
}
HTMLConversionOptions conversionOptions = new HTMLConversionOptions();
// Set conversion options here e.g. conversionOptions.setImageScale(1.2f);
FormViewerOptions viewerOptions = new FormViewerOptions();
// Set FormViewer options here e.g. viewerOptions.setEnableFDFJavaScript(true);
File input = new File("C:/MyDocument.pdf");
File output = new File("C:/MyOutputDirectory/");
PDFtoHTML5Converter converter = new PDFtoHTML5Converter(input, output, conversionOptions, viewerOptions);
try {
converter.convert();
} catch (PdfException e) {
e.printStackTrace();
}
Viewer viewer = new Viewer();
viewer.setupViewer();
viewer.executeCommand(ViewerCommands.OPENFILE, "pdfFile.pdf");
Viewer viewer = new Viewer();
viewer.setupViewer();
viewer.executeCommand(ViewerCommands.OPENFILE, "image.tiff");
ConvertPagesToImages.writeAllPagesAsImagesToDir("inputFileOrDir", "outputDir", "bmp", 1.33f);
Helping Developers to work with PDF Documents since 1999
Do you need to solve these problems?
Our Products
100% Java SDKs to display, convert and process PDF documents
BuildVu
FormVu
JPedal
JDeli
Why Do Companies Buy Software From IDRsolutions?
Proven Java PDF Expertise
25 years of deep technical knowledge delivering robust, reliable solutions that work.
Direct Developer Support
Get answers directly from the actual software Developers in hours, not weeks.
Long-Term Partnership Focus
Small company committed to your success, not quarterly revenue targets.
Developer-First Design
Clean APIs and practical functionality over flashy features that don't solve real problems.
Predictable Costs, Lasting Value
Transparent pricing with no hidden fees, plus regular updates and new features included.
BuildVu provides the best quality conversion in terms of content integrity, image size and font quality. The product is well documented and the support team is really efficient in helping to solve random issues.
- Philippe M. (American Digital Publisher)
My company does white research papers, our papers are delivered to us in PDF format. To host the paper on our website and have the ability to track in google, we needed it in HTML format. The easy conversion has solved this problem perfectly!
- Louis I. (Writer at New York-based travel magazine)
After testing several competing libraries, we chose BuildVu over all the other options for this job. It's very reliable, meaning you will not get random errors or conversion problems; also the quality of the conversion is very high, it's configurable to meet the exact output we need, it's very well documented with the online API documentation, the developers continue to adding features and add to that a top notch customer service.
- Emilio P. (Processing Manager at Online Magazine Publisher)
BuildVu allowed us to continue providing research to users for free without a disruption in service... BuildVu gives us better output for a better price
- James Fischer (Engineering Manager at Academia.edu)
BuildVu provides an excellent tool to unchain yourself from PDF handling, moving from a proprietary, difficult to handle format to a standard HTML. The team of developers behind the product have 20 years of experience in that space and is very responsive to queries.
- Igor M. (Team leader at Global Logistics Company)
BuildVu is an easy-to-use product with a highly responsive support team. Our PDFs contain densely populated graphics and considerable data all of which are rendered with great accuracy in the HTML conversion. Using this tool has significantly enhanced our ability to update and maintain our website.
- Brian W. (Specialist in Management Consulting Company)
How do you achieve such good performance [in JDeli]? So many companies attempting writing image codecs in Java end up in far slower performance or claim better performance requires native code.
- David E. (Lead developer and founder of jAlbum)
With JDeli, we see a 55% reduction of read times for files that we care.
- Tero H. (CEO of Ai4 Technologies company)
JPedal is absolutely easy to use and it provided the best results of all libraries we tested over the years. We need to create renditions of PDF files so that people can view them conveniently in the browser. For our purposes, this is better than displaying the PDF natively in the browser.
- Roman K. (Developer at German Digital Big Data Platform)
We use this library to provide image representations of PDF documents for use in our internal business applications. (Thumbnail images, Web-based page renderings, etc.). JPedal's ability to image PDF documents is the feature we use most often in our internal business applications. I should also give a shout-out to JPedal's support team. They have been absolutely fantastic.
- Executive Sponsor in Wholesale
This solution is very easy to use. The conversion is very accurate and there are many options available to solve a wide variety of use cases. JPedal is well documented. New features and updates are frequent, and support has always been quick to solve issues and prove help. I can’t recommend them enough.
- Customer in Publishing Company
Support has been on point. A requested feature was added within a day. 10/10, would recommend.
- Johannes D. (Developer at a small business)
I approached the FormVu team and they spent time understanding our requirements and then modified their product to work with our platform. They were very responsive and easy to work with and produced exactly what we needed to support our need to convert over 1000 pdfs into browser friendly HTML.
- CTO of a leading Cloud-based EHR Company
Members of the PDF Association
IDRsolutions are a member of the PDF Association which was founded in 2006 as PDF/A Competence Center. PDF/A Association is a co-operation between numerous innovative and world leading companies that specialise in the PDF file format. They exist to promote, exchange and share information on PDF technology.
