One to pdf conversion

Hi,

I’ve converted the attached .one files to pdf and there are several issues visible in the pdfs:
1. Drawings don’t render
2. Hyperlinks work
3. Date overlaps with the time

I’ve attached 2 sample OneNote files and the results of conversion to PDF.

Here is the code I use for conversion:
private PDFDocument MakePdfDoc(Document doc)
{
PDFDocument pdf = null;

if (doc != null)
{
MemoryStream ms = new MemoryStream();
doc.Save(ms, SaveFormat.Pdf);
pdf = new PDFDocument(ms, true);
}
return pdf;
}

Is this code correct or do I need to do something else to produce the correct results?

Thanks

Hi Chris,


Thank you for contacting support. We managed to replicate the said issues as follows:

File Name: Experiment Two.one
NOTENET-546 - OneNote to PDF conversion, hyperlinks does not work
NOTENET-548 - OneNote to PDF conversion, drawings are not rendered
NOTENET-549 - OneNote to PDF conversion, the date text overlaps with time

File Name: Experiment One.one
NOTENET-552 - OneNote to PDF conversion, the date text overlaps with time
NOTENET-550 - OneNote to PDF conversion, drawings are not rendered

Your post has also been linked to these issues. We’ll keep you informed regarding any available updates. We’re sorry for the inconvenience caused.

what’s the status on this?

Hi Chris,


Thank you for the inquiry. We’re sorry to share with you that the linked issue ids are pending for the analysis and not resolved yet. We have asked the responsible developer to take a look at your issue shortly. We’ll let you know once an update is available from him.

Hi Chris,

Thank you for being patient. We have received a response from our product team. Please refer to the recent statuses table:

Issue Ids Status Comment
NOTENET-548 Open Investigation is in progress, we’ll provide you an ETA once the investigation is finished.
NOTENET-546 Open, planned for version 1.5 Our product team has plans to include its fix in Aspose.Note version 1.5. It is expected to be released in May, 2015. Note: It is not resolved yet.
NOTENET-549 Open, planned for version 1.4 Our product team has plans to include its fix in Aspose.Note version 1.4. It is expected to be released in April, 2015. Note: It is not resolved yet.
NOTENET-550 Open Investigation is in progress, we’ll provide you an ETA once the investigation is finished.
NOTENET-552 Open, planned for version 1.4 Our product team has plans to include its fix in Aspose.Note version 1.4. It is expected to be released in April, 2015. Note: It is not resolved yet.

Please feel free to reply us in case of any confusion or questions.

Hi Chris,


Thank you for being patient. We have a good news for you that the issue ids NOTENET-549 and NOTENET-552 have now been marked as resolved. If there is no issue in the QA phase, then their fixes will be included in the next version of Aspose.Note for .NET 1.4.0. We’ll inform you via this forum thread as soon as the new release is published.

  • The issues you have found earlier (filed as NOTENET-549;NOTENET-552) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by Aspose Notifier.

Hi Chris,


Thank you for being patient. We have a good news for you that the issue id NOTENET-546 has now been resolved. If there is no issue in the QA phase, then this fix will be included in the next version of Aspose.Note for .NET 1.5.0. We’ll inform you via this forum thread as soon as the new release is published.

  • The issues you have found earlier (filed as NOTENET-546) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by Aspose Notifier.

The issues you have found earlier (filed as NOTENET-548) have been fixed in this update. This message was posted using Bugs notification tool by alexei.s

The issues you have found earlier (filed as NOTENET-550) have been fixed in this update. This message was posted using Bugs notification tool by alexei.s