Best method of generating .TIFF from Aspose.Pdf XML?

Is Aspose.Pdf.Kit.PdfConverter (2 seconds per page, fax quality) the best way to create a .TIFF using Aspose products?


We currently create PDF documents using Aspose.Pdf for .NET to process its native XML format (), and would prefer to use the same format to generate .TIFF files as well (as efficiently as possible).

For example, Aspose.Words directly supports a SaveToImage method… is there any plan for an Aspose.Pdf for .NET equivalent?

Thanks in advance for any pointers you can provide to the best solution.

Hello Jed,

Thanks for using our products.

I have logged this requirement in our issue tracking system as PDFNET-17015. We will investigate this issue in details and see if we can support this feature or not. Please spare us little time and will get back to you, shortly.

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

We apologize for your inconvenience.

Hello!


Has any progress been made on this issue in the past [almost] 6 months?

Checking in again to see if there has been any progress on this issue.


TIFF conversion is currently CPU-intensive enough that we would probably consider paying more for a separate product just to do the conversion from PDF to TIFF.

Hi Jed,

Sorry for a delayed response.

Have you tried the latest version of merged Aspose.Pdf for .NET v6.7? I would like to update you that Aspose.Pdf for .NET and Aspose.Pdf.Kit for .NET have been merged into a single product i.e. Aspose.Pdf for .NET. We have made a lot of performance changes in Aspose.Pdf for .NET regarding conversion of PDF file to TIFF. Please download and try the latest version of Aspose.Pdf for .NET and let us know if it fits your requirement. You may check the following sample code regarding migrating your code from Aspose.Pdf.Kit to Aspose.Pdf for .NET (all the features of Aspose.Pdf.Kit have been merged into Aspose.Pdf for .NET under Aspose.Pdf.Facades namespace).

Migration from Aspose.Pdf.Kit to Aspose.Pdf 6.x
Also, you may check the following documentation links for your reference regarding PDF to TIFF conversion. In case you still face some performance issue, please share your template PDF file and sample code, we will check it and improve the performance.

Convert PDF File to Single TIFF Image (Facades)

Convert PDF File to Single TIFF Image using Settings (Facades)
Moreover, Aspose.Pdf for .NET DOM also supports conversion from PDF to TIFF. You can also check the following documentation links and try the DOM APIs.
Convert Particular PDF Page to TIFF Image
Convert All PDF Pages to Single TIFF Image
Sorry for the inconvenience,