This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, October 26, 2011 11:25:32 AM(UTC)
Groups: Registered
Posts: 5
I am trying to figure out how to take a docx and save it as pdf, is this possible with leadtools?
#2
Posted
:
Thursday, October 27, 2011 12:49:33 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
LEADTOOLS supports loading Docx format as raster image and save it to raster PDF file. You can load the Docx file by using the RasterCodecs.Load() method and then save it to PDF format by using the RasterCodecs.Save() method.
You can load the DOCX file and save it to PDF format by using the LEADTOOLS C# Main demo that ships with LEADTOOLS SDK. You can find the demo's exe here:
[LEADTOOLS 17.5]\Bin\Dotnet\Win32\CSMainDemo_Original.exe
Note that after running the demo, you need to enable (select) the menu "Preferences\Load Text Files" to support loading document and text file formats.
Note that if you want to save the DOCX file as document PDF format (not as raster image), there are other options such as OCR and Virtual printer.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
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.