Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Thu Dec 19, 2024 1:40 am

When generating PDFs using ChromeHtmlConverter, the cache created by Chrome (for example, the directory spire-user-data-dir1543049989212700 and the files under it) remains undeleted.
Since it is created every time a PDF is generated, it puts a strain on storage.
It is not created when using the QT plugin.
Do I need to delete this cache manually?

matsufuji
 
Posts: 8
Joined: Tue Aug 06, 2024 4:57 am

Thu Dec 19, 2024 7:02 am

Hello,

Thank you for your inquiry.

We will provide you with a method to clear these cache files. I have created a task for the developers and requested that they implement it as soon as possible. The task tracking number is SPIREPDF-7287.

Our issue tracking system is not open to the public. I will keep you informed of the progress.

If you have any further questions or need additional assistance, please do not hesitate to contact us.

Sincerely,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2908
Joined: Wed Jun 27, 2012 8:50 am

Thu Jan 23, 2025 1:30 am

Hello,

Thank you for your patience.

I'm glad to inform you that SPIREPDF-7287 has been resolved. No additional methods need to be called, and temporary cache files are automatically cleaned up. Welcome to download and test [Spire.PDF for Java Version:11.1.2].
Our website link: https://www.e-iceblue.com/Download/pdf-for-java.html
Install from Maven Repository:
Code: Select all
<repositories>
    <repository>
        <id>com.e-iceblue</id>
        <name>e-iceblue</name>
        <url>https://repo.e-iceblue.com/nexus/content/groups/public/</url>
    </repository>
</repositories>
<dependency>
    <groupId>e-iceblue</groupId>
    <artifactId>spire.pdf</artifactId>
    <version>11.1.2</version>
</dependency>

If you have any questions, please let us know.

Sincerely,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2908
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.PDF