Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

PDF to HTML

$
0
0
Hello, dear support.
I have 3 questions, according to the subject:
1. Is it possible to convert PDF to HTML with images as base64?
2. Is it possible to somehow convert PDF to HTML and save result into MemoryStream (not to physical file)?
3. What the root cause of an exception "Can't initialize IPdfStreamAccessor". Unfortunately, StackTrace has obfuscated items, but I see that the problem with "Buffer length has incorrect length". 
Is it necessary to send you a file to reproduce the issue?
Sample code:
using (var pdfDocument = new Document("demo.pdf"))
{
pdfDocument.Save("result.html", new HtmlSaveOptions());
}

Please keep me posted.
Thanks in advance & Best Regards,
Mikhail.

Viewing all articles
Browse latest Browse all 3131

Trending Articles