Does the docx to PDF conversion internally use the file system, e.g. for temporary data?

Does the Aspose Words docx to PDF conversion use the file system for storing e.g. temporary data in some way? We’re investigating the hardware requirements for running a network service using the library and need to know whether disk access is relevant.

@stephan Aspose.Words generally does not require file system access. But you should note that for proper document layout and saving to PDF Aspose.Words requires font files to be accessible. There are several options to provide font files to Aspose.Words which do not require access to file system. Please check the Specify TrueType Fonts Location article for more info.

1 Like