Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Sun Nov 24, 2013 3:13 am

hi,
1-deos spire.doc component support language that uses right to left direction ?
2-also, how to update all fields including that are inside shape?
3- how can i access to custom document properties and update
its value?
thanks in advance;

afpfvd
 
Posts: 1
Joined: Sat Nov 23, 2013 10:26 pm

Mon Nov 25, 2013 6:32 am

Hello,

Thanks for your interested in Spire.Doc component.
#1, Spire.Doc can support language that uses right to left direction in word documents, but the feature is not supported when converting word documents to PDF documents at present, sorry for that.
#2, please kindly try the line, doc.IsUpdateFields = true;.
#3, please kindly refer to the following code.
Code: Select all
            document.BuiltinDocumentProperties.Title = "Document Demo Document";
            document.BuiltinDocumentProperties.Subject = "demo";
            document.BuiltinDocumentProperties.Author = "James";
            document.BuiltinDocumentProperties.Company = "e-iceblue";
            document.BuiltinDocumentProperties.Manager = "Jakson";
            document.BuiltinDocumentProperties.Category = "Doc Demos";
            document.BuiltinDocumentProperties.Keywords = "Document, Property, Demo";
            document.BuiltinDocumentProperties.Comments = "This document is just a demo.";


Please feel free to contact us for further inquiry.

Best regards,
Amy
E-iceblue support team
User avatar

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

Fri Nov 29, 2013 8:31 am

Hello,

Did you try sample code? Have your issues been resolved?
Thanks for your feedback.

Best regards,
Amy
E-iceblue support team
User avatar

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

Mon Jul 24, 2017 8:17 am

Hi

I want to know did you solve the #1 issue ( Spire.Doc can support language that uses right to left direction in word documents, but the feature is not supported when converting word documents to PDF documents at present, sorry for that)
because I will need to convert word --> pdf in RTL language

Thanks in advance
amy.zhao wrote:Hello,

Thanks for your interested in Spire.Doc component.
#1, Spire.Doc can support language that uses right to left direction in word documents, but the feature is not supported when converting word documents to PDF documents at present, sorry for that.
#2, please kindly try the line, doc.IsUpdateFields = true;.
#3, please kindly refer to the following code.
Code: Select all
            document.BuiltinDocumentProperties.Title = "Document Demo Document";
            document.BuiltinDocumentProperties.Subject = "demo";
            document.BuiltinDocumentProperties.Author = "James";
            document.BuiltinDocumentProperties.Company = "e-iceblue";
            document.BuiltinDocumentProperties.Manager = "Jakson";
            document.BuiltinDocumentProperties.Category = "Doc Demos";
            document.BuiltinDocumentProperties.Keywords = "Document, Property, Demo";
            document.BuiltinDocumentProperties.Comments = "This document is just a demo.";


Please feel free to contact us for further inquiry.

Best regards,
Amy
E-iceblue support team

ofir
 
Posts: 1
Joined: Sun Jul 23, 2017 10:27 am

Mon Jul 24, 2017 8:46 am

Dear ofir,

Thanks for your inquiry.
Sorry that the issue is still not resolved at present. We will let you know when there is any great progress.
So sorry for the inconvenivence caused.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.Doc