Spire.PDFViewer is a powerful PDF Viewer component for .NET. It allows developers to load PDF document from stream, file and byte array.

Wed Aug 30, 2023 8:49 am

Hello, i'm evaluating Spire Pdf Viewer,when loading the drawing pdf, the loading is very slow.
All the drawings used are vector diagrams, about 20M in size.
Is it the poor support for vector diagrams, or is it the problem I use
private void frmMain_Load(object sender, EventArgs e)
{
string base64 = DataProvider.GetBase64Stream(119131);
var ms = new MemoryStream(Convert.FromBase64String(base64));
pdfDocumentViewer1.LoadFromStream(ms);
}
Versions are:Spire.PDFViewer .NET 7.12.0

15797622650
 
Posts: 1
Joined: Wed Aug 30, 2023 8:42 am

Thu Aug 31, 2023 4:00 am

Hi,

Thank you for your inquiry.
Based on the information you provided, we are unable to determine the cause of your issue. Therefore, please offer the following message to help us do further investigation.Thank you in advance.
1)Your test Pdf document. You can attach it here or send it to us via email( [email protected]
2)Application type, such as .NET Framework 4.8
3)Your test environment, such as OS info (E.g. Windows 7, 64-bit) and the RAM info (E.g. 16G)

Sincerely
Ula
E-iceblue support team
User avatar

Ula.wang
 
Posts: 282
Joined: Mon Aug 07, 2023 1:38 am

Sun Oct 08, 2023 9:22 am

Hi,

I would like to know if you have resolved the issue you have encountered, and our team hope to have more communication with you. If the problem exsists,You can attach it here or send it to us via email( [email protected] ). Thank you in advance.

Sincerely
Ula
E-iceblue support team
User avatar

Ula.wang
 
Posts: 282
Joined: Mon Aug 07, 2023 1:38 am

Return to Spire.PDFViewer

cron