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.

Wed Mar 21, 2018 6:41 pm

I am testing your tool to generate PDF/A compliant files from RTF documents. I started trying Spire.PDF, but the results were not as I expected. After I noticed Spire.Doc has the same-ish functionality.

My code is as follow:

Code: Select all
Document document = new Document();
document.LoadFromFile("input.rtf", FileFormat.Rtf);

var pdfList = new ToPdfParameterList();
pdfList.PdfConformanceLevel = Spire.Pdf.PdfConformanceLevel.Pdf_A1B;
document.SaveToFile("output.pdf", pdfList);


However, the footer is not being rendered at all. Am I missing something?

Thanks in advance,
Leonardo

leomoty
 
Posts: 2
Joined: Mon Mar 19, 2018 2:08 pm

Thu Mar 22, 2018 3:09 am

Hello Leonardo,

Thanks for your post. Your code is correct. I have noticed the issue and posted it to our DEV team. Once it's fixed, we will let you know. We apologize for the inconvenience.

Best regards,
Simon
E-iceblue support team
User avatar

Simon.yang
 
Posts: 620
Joined: Wed Jan 11, 2017 2:03 am

Mon Apr 09, 2018 9:33 am

Hello Leonardo,

Glad to inform you the issue has been fixed. Welcome to download Spire.Doc Pack(hot fix) Version:6.4.5 and give it a try.

Best regards,
Simon
E-iceblue support team
User avatar

Simon.yang
 
Posts: 620
Joined: Wed Jan 11, 2017 2:03 am

Wed Apr 11, 2018 6:22 am

Hello,

Hope you are doing well.
Did you try the hotfix? Has it resolved your issue?
We will appreciate it if you could give us some feedback.

Best regards,
Simon,
E-iceblue support team
User avatar

Simon.yang
 
Posts: 620
Joined: Wed Jan 11, 2017 2:03 am

Wed Apr 11, 2018 11:03 am

Simon.yang wrote:Hello,

Hope you are doing well.
Did you try the hotfix? Has it resolved your issue?
We will appreciate it if you could give us some feedback.

Best regards,
Simon,
E-iceblue support team


Hello Simon,

I am doing fine, I hope you are as well.

Yes I did try the hotfix, it indeed solves my issue. I am still waiting for my boss to decide which venue to pursue, but that does actually put your product as an option.

Thanks for the quick fix.

Sincerely,
Leonardo

leomoty
 
Posts: 2
Joined: Mon Mar 19, 2018 2:08 pm

Thu Apr 12, 2018 1:24 am

Hello Leonardo,

Thanks for your prompt feedback. I am looking forward to hearing from you soon. Have a good day.

Best regards,
Simon
E-iceblue support team
User avatar

Simon.yang
 
Posts: 620
Joined: Wed Jan 11, 2017 2:03 am

Return to Spire.Doc