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 Jul 25, 2019 10:47 pm

Hello.
I am using Spire.PDF.
It is very useful. But I have a question.
I created a pdf file embed a prc file.
All of the node names are the same name that is 'node'.
Can I change the node name?
Thank you.

gurum77
 
Posts: 3
Joined: Sat Jun 29, 2019 9:39 pm

Fri Jul 26, 2019 2:53 am

Hello,

Thanks for your inquiry.
Sorry that I am not clear about your issue. Could you please share your input file, full testing code and output file to help us have a better understanding? You could send these materials to us via email (support@e-iceblue.com). Thanks in advance.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Tue Aug 13, 2019 10:29 pm

I attached a screenshot.
That I want to do is to change the name of nodes.
But I don't know how to do.

I just added a 3d model using prc file.
But the names of all nodes are the same like 'node'.
Can I change the node name?


Following is part of my code.

// 3d 주석 생성
Pdf3DAnnotation annotation = new Pdf3DAnnotation(rect, prcFileName);
annotation.Activation = new Pdf3DActivation();
annotation.Activation.ActivationMode = Pdf3DActivationMode.PageOpen;

// 3d view 정의해서 3d 주석에 추가
Pdf3DView view = new Pdf3DView();
view.Background = new Pdf3DBackground(new PdfRGBColor(Color.White));
view.ViewNodeName = "Huen";
view.RenderMode = new Pdf3DRendermode(Pdf3DRenderStyle.Solid);
view.InternalName = "Huen";
view.ExternalName = "Huen";
view.LightingScheme = new Pdf3DLighting();

view.LightingScheme.Style = Pdf3DLightingStyle.Day;
annotation.Views.Add(view);



// 3d 주석 추가
page.AnnotationsWidget.Add(annotation);

gurum77
 
Posts: 3
Joined: Sat Jun 29, 2019 9:39 pm

Wed Aug 14, 2019 9:02 am

Hello,

Thanks for your response.
Could you please provide us your .prc file? So that we can investigate your issue accurately and provide a solution accordingly. You could attached it here or send it to us via email (support@e-iceblue.com). Thanks in advance.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Fri Aug 16, 2019 12:53 am

Thank you for your reply.
I attach .prc file this reply.
Thank you.

gurum77
 
Posts: 3
Joined: Sat Jun 29, 2019 9:39 pm

Fri Aug 16, 2019 8:57 am

Hello,

Thanks for your sharing.
After further investigation, we found that the node's name is actually the name of 3D Object in your prc file. Even in Adobe, the node name could not be modified. Sorry it is not available to modify the node name using our Spire.Pdf. The way to change it is to change the object name in your prc file. Hope you can understand.
If there is any other question related to our product in the future, just feel free to contact us.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Return to Spire.PDF