LEADTOOLS Support
Document
Document SDK Questions
TIFF To RasPdf always converts only first page in output PDF
#1
Posted
:
Monday, June 8, 2020 6:54:00 AM(UTC)
Groups: Registered
Posts: 60
I'm trying to convert tiff to pdf using raster codecs as shown below,
Code:
var imageDocfilename = $@"{currentPath}\Image To Pdf\test.tiff";
var codecs = new RasterCodecs();
var image = codecs.Load(imageDocfilename);
codecs.Save(image, $@"{currentPath}\Image To Pdf\test.pdf", RasterImageFormat.RasPdf, 0);
But the output pdf only contains first page in TIFF. Please assist on how to convert all pages in tiff to PDF.
#2
Posted
:
Monday, June 8, 2020 7:54:12 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 163
Was thanked: 9 time(s) in 9 post(s)
#3
Posted
:
Monday, June 8, 2020 8:51:10 AM(UTC)
Groups: Registered
Posts: 60
LEADTOOLS Support
Document
Document SDK Questions
TIFF To RasPdf always converts only first page in output PDF
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.