@hemalp Could you please attach your input GENERAL.doc document here for testing? We will check the issue and provide you more information. Also, please specify what is the target framework of your application.
@hemalp
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): WORDSNET-25237
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
Also, it is not quite correct to use Document.ExtractPages method when the target format is fixed page (PDF, XPS, Image etc). In this case you should use FixedPageSaveOptions.PageSet property:
Document doc = new Document(@"C:\Temp\in.doc");
Aspose.Words.Saving.ImageSaveOptions options = new Aspose.Words.Saving.ImageSaveOptions(Aspose.Words.SaveFormat.Tiff);
options.TiffCompression = Aspose.Words.Saving.TiffCompression.Ccitt4;
options.ColorMode = Aspose.Words.Saving.ColorMode.Grayscale;
options.Resolution = 300;
for (int page = 0; page < doc.PageCount; page++)
{
options.PageSet = new PageSet(page);
doc.Save(Path.Combine($@"C:\Temp\out{page}.tiff"), options);
}
@hemalp The issue is resolved in the current codebase. The fix will be included into the next 23.5 version of Aspose.Words. We will be sure to let you know once it is released.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.