This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, March 12, 2013 1:08:19 AM(UTC)
Groups: Registered
Posts: 2
i use below code to save pdf to streem
Codecs.Save(_viewer.Image, mm, RasterImageFormat.RasPdf, 24)
but when i tray to save docx or xlsx file to streem by same code after change the format
Dim mm As MemoryStream
mm = New System.IO.MemoryStream()
Dim Codecs As New Codecs.RasterCodecs
Codecs.Save(_viewer.Image, mm, RasterImageFormat.Xlsx, 24)
i face problem below
Feature not supported
what i can do
#2
Posted
:
Tuesday, March 12, 2013 5:29:39 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
According to our documentation, our toolkit doesn't support writing DOCX and XLSX files as a raster image. It only supports loading these formats as raster image
This means the RasterCodecs.Save() method should not be used to save these file formats.
Note that although other classes of LEADTOOLS support saving Office files (such as OCR result or Document Converters), the RasterCodecs class doesn't.
Edited by moderator Thursday, December 1, 2016 7:15:16 PM(UTC)
| Reason: Not specified
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.