Convert any file to PDF

I am looking for a PDF converter which can convert my files in my DMS (any extension i.e .xls, .dwg, .lic, .bmp etc.) into a PDF. I will not have those tools, i.e office, autocad etc. installed on my server or desktop.

Does your tool do that?


This message was posted using Aspose.Live 2 Forum

Hi,

Thanks for considering Aspose.

Aspose.Pdf is a component which is used to generate PDF documents from scratch. You can use our API to generate PDF documents, or you can transform XML or XSL-FO file into PDF format. You can even convert conventional image formats into PDF file or convert the Excel worksheets into PDF format (Aspose.Cells is required).
For more related information, please visit How-to: Convert a Document to PDF if you need to convert Word file into PDF, you can use How-to: Convert a Document to PDF.
Aspose.Pdf to transform PowerPoint document into Pdf. For more details, please visit Converting to PDF File.
If Aspose. Cells to produce a PDF from an Excel file, please visit Convert an XLS File to PDF Format and Convert XLS file (containing images or charts) to PDF If you need to convert an Excel file into PDF format, you need to use AsposeCells and AsposePdf to accomplish this requirement. A PDF document can be created from an image source. An image source can be of EMF, WMF, TIFF, CCIT, JPEG, BMP, PNG, Exif, Request more information on converting Image format into Pdf file, please visit How to convert an Image to PDF.

When using Aspose.Pdf and Aspose.Cells to convert Excel worksheets into PDF format, you need both components because Aspose.Cells converts the contents of Excel document into an intermediate XML file and AsposePdf uses that XML file to generate a pdf document.
If you need a single component:
You can use Direct to PDF save method of Aspose. Words to convert word documents into PDF format.
In recent versions of Aspose.cells have a new method to save the excel worksheet directly into PDF format therefore use a single component to accomplish your requirement.
Aspose.Slides convert the PowerPoint presentation into PDF format without using AsposePdf.

I’m afraid we don’t have any single component which can fulfil all the above-specified requirements because different components offer a variety of different features besides the conversion capability.
For a detailed list of the features offered by AsposePdf, please visit:

In case of any further query, please feel free to contact

Thanks. But you still are providing PDF conversion for selected formats only…right? For example, for .dwg or .lic i cannot get a PDF… right?

Hi,

Thanks for considering Aspose.

I am afraid currently Aspose.Pdf does not support the conversion of .DWG file format into PDF document but, for the sake of implementation, I have logged this requirement as PDFNET-16134 in our issue tracking system under New Features list. We will further look into the details of this requirement and will keep you updated on the status of implementation.

Regarding your other requirement on converting .LIC files into PDF format, in case your license file is in simple text format, you can convert it into PDF format using Aspose.Pdf. For more related information, please visit Converting text file to PDF

In case I have not properly understood your requirement or you have any further query, please feel free to contact.

We apologize for your inconvenience.

navvat:
Thanks. But you still are providing PDF conversion for selected formats only…right? For example, for .dwg or .lic i cannot get a PDF… right?

Hi,

Thanks for your patience.

Recently we have introduced a new product named Aspose.Imaging which provides the capabilities to work with different image formats but I am afraid currently it does not support AutoCad images. However for the sake of correction, this issue is logged as IMAGING-33154 in our issue tracking system. The development team will further look into the details of this requirement and we will keep you posted on the status of correction. Please be patient and spare us little time.

Please note that the earlier request logged as PDFNET-16134 is closed because now this feature request will be entertained in Aspose.Imaging. We are sorry for your inconvenience.

The issues you have found earlier (filed as IMAGING-33154) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
(1)

Do your support IPYNB to PDF

@michaelxp,

Aspose may not natively support .ipynb (Jupyter Notebook) to PDF conversion directly. I think you might use Jupyter or relevant tools to convert .ipynb.html or .md. Then use Aspose.HTML or Aspose.Words to convert HTML/Markdown → PDF.