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 12, 2024 1:40 pm

Hi Team,

We are currently using spire license with the version of 8.4.1 . We are ready to upgrade the latest version if all the below points are fixed or fullfilled. If your okay then provide us the trail subscription , so that we will test at our end and upgrade the license to that specific fixed version.
Curently Our enviornment:
OS :- ubuntu 20.04
Code Language:- Dotnet Sdk with 5.0

1) Dynamic font styles
We need the support of the documents fonts changes means if i have specific font style in the document before the conversation then it should automatically should generate that specific font sytle. we are expecting this functionality , because now the approach is we maunally update few fonts files in machine if they are found then we are getting expected otherwise specific font style is missing in the converted file.
Topic Name:-
a) Font Family Issue in Conversion from HTML to PDF (8.4.1)
b)Custom Fonts not applied while converting from HTML to PDF

2) Graph,pie chats missing
We need the support of pie charts,progress bars and graphs. As of now when we are having graphs ,pie charts and others graphical type feature in html file missing those graphical features in converted pdf files and other converted files.

3) Large file size after conversation.
We are facing a new issue on conversation of pdf to html. the size of pdf is 640kb and after conversation to html the size got increased to 27mb which is not able to load chrome browser as we are using this converstion in another application after conversation of file it is showing "Not enough memory to load this page and browser becomming unresponsive" but need to load in browser, we need to know why the size of the file got increase to 27mb. We are unable to attach the sample files as we zip the files we getting 9mb file which is not supported here, if you need the files please share the link so that we will attach files their.
tracking number SPIREPDF-7248

4) Third-party css and jss files
When we are converting html file to pdf few text and fields are missing in converted pdf file , need your help to resolve this issue sharing sample Please refer once suggest us on this
bug tracking system with reference SPIREPDF-6828

Thanks
Ceipal Admin.

ceipalAdmin
 
Posts: 83
Joined: Mon Apr 22, 2019 6:31 am

Fri Dec 13, 2024 7:13 am

Hello Ceipal Admin,

Thanks for your inquiry.

We are more than happy to provide you with a trial license for the latest version of Spire.PDF for .NET. Please provide us with your email address, and we will send it to you via email.

Regarding 1) the font styles issue and 2)Graph,pie chats missing issue, could you please clarify if this occurred before or after implementing the new solution with the Google Chrome plugin that Doris provided to you on Jul 30, 2024?
If the font issues still occur when using the new solution with the Google Chrome plugin, could you share your HTML document along with any custom font files you're using? This would allow me to test and verify each issue one by one.

Here is the code snippet for the new solution:
Code: Select all
static void TestChrome()
{
    string chromeLocation = @"/MyChromeExe";
    ChromeHtmlConverter converter = new ChromeHtmlConverter(chromeLocation);
    ConvertOptions options = new ConvertOptions();
    options.Timeout = 10 * 3000;
    options.PageSettings = new PageSettings(PaperFormat.A4)
    {
        MarginTop = 0,
        MarginLeft = 0,
        MarginRight = 0,
        MarginBottom = 0
    };
    converter.ConvertToPdf("1.html", "1.pdf", options);
}


For further reference, you can consult the documentation here: https://www.e-iceblue.com/Tutorials/NET/Spire.PDF-for-.NET/Program-Guide/Conversion/C-Convert-HTML-to-PDF-using-ChromeHtmlConverter.html

The cause of the SPIREPDF-7248 issue was that the title in the top-left corner of your PDF document was composed of numerous Bézier curves rather than being rendered as text using a font. After conversion to HTML, this resulted in excessive space usage. We have optimized this section by reducing redundant data, which has decreased the document size from 27,562KB to 17,073KB.

According to our records, the new solution recommended by Doris should resolve the SPIREPDF-6828 issue. Have you still been experiencing problems after applying this solution?

Sincerely,
Amy
E-iceblue support team
User avatar

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

Mon Dec 16, 2024 4:58 am

Hi Team,

Can you please share us the approach to send our email to you as we cannot share here it is publicly viewable to everyone ..



Thanks,
Ceipal Admin

ceipalAdmin
 
Posts: 83
Joined: Mon Apr 22, 2019 6:31 am

Mon Dec 16, 2024 6:23 am

Hi Ceipal Admin,

Please send your information to [email protected] by email. Thank you!

Sincerely,
Amy
E-iceblue support team
User avatar

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

Return to Spire.PDF