1.Is Aspose.Total have .NET Core support? if Yes, whether it has .NET framework dependency?
2.Is Aspose.Total supports Doc/docx (Including multipage) to PDF conversion?
3.Is Aspose.Total supports xls/xlsx (including multi sheets) to PDF conversion?
4.Is Aspose.Total supports gif/JPG to PDF conversion?
5.Is Aspose. Total pdf combine/Merge?
6.Is Aspose.Total html to pdf conversion?
I have observed your comments. For above requirements you can use Aspose.Imaging for conversion JPG/GIF to PDF. I have also shared sample code with you that will help you to achieve your requirements.
using (JpegImage image = (JpegImage)Image.Load(srcPath))
{
PdfOptions exportOptions = new PdfOptions();
exportOptions.PdfDocumentInfo = new Aspose.Imaging.FileFormats.Pdf.PdfDocumentInfo();image.Save(outputFile, exportOptions);
}
For above formats my colleague from concerned teams will contact you soon to help you out.
Yes, .NET framework shall be installed on the system when Aspose.Total libraries are to be used.
Aspose.Cells provides rich features to convert Excel files to PDF. Please have a look at the following link to get working examples:
Convert Excel workbook to PDF
Yes, Aspose.PDF, Aspose.Words and Aspose.Imaging supports .NET Standard 2.0.
For your above questions can you please visit documentation link given below to achieve your requirements.
Concatenate PDF Files
HTML to PDF Conversion
Convert Word Document To PDF