Link

Can BuildVu convert files in memory?

Yes. The PDF to SVG and PDF to HTML converters can both accept a PDF file as a byte[] or an InputStream when running from Java.

//SVG with byte[]
PDFtoSVGConverter converter = new PDFtoSVGConverter(pdfByteArray, outputDir, conversionOptions, viewerOptions);
//SVG with InputStream
PDFtoSVGConverter converter = new PDFtoSVGConverter(pdfInputStream, outputDir, conversionOptions, viewerOptions);

//HTML with byte[]
PDFtoHTML5Converter converter = new PDFtoHTML5Converter(pdfByteArray, outputDir, conversionOptions, viewerOptions);
//HTML with InputStream
PDFtoHTML5Converter converter = new PDFtoHTML5Converter(pdfInputStream, outputDir, conversionOptions, viewerOptions);

Output can then be configured to stream to memory.


What's included in your BuildVu trial?

  • Access to download the SDK and run it locally.
  • Access to the cloud trial to convert documents in the IDR cloud.
  • Access to the Docker image to set up your own trial server in the cloud.
  • Communicate with IDR developers to ask questions & get expert advice.
  • Plenty of time to experiment and build a proof of concept.
  • Over 100 articles to help you get started and learn about BuildVu.
  • An exceptional PDF to HTML converter that took over 20 years to build!

Start Your Free Trial