Convert PDF to DOC using C# exports the small size images like thumbnails

Convert PDF to DOC using C# exports the small size images like thumbnails. The output should be same page size of PDF

input.pdf (35.6 KB)

// Load the source PDF file
using (var converter = new Converter("input.pdf"))
{
    var options = converter.GetPossibleConversions()["doc"].ConvertOptions;

    // Convert to DOC format
    converter.Convert("converted.doc", options);
}

@tahir.manzoor
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): CONVERSIONNET-6568

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.