This is a migrated thread and some comments may be shown as answers.

Telerik.Windows.Pdf.Documents.Fixed.Model.Navigation;

3 Answers 133 Views
Documentation
This is a migrated thread and some comments may be shown as answers.
Lily
Top achievements
Rank 1
Veteran
Lily asked on 03 May 2019, 04:51 PM

Hi,

I'm currently new to Telerik, which my company used in the past. One of my first task is to upgrade and copy a project by manually rewriting the files to avoid publishing issues.  I came across an error which I can't seem to find the solution.  It appears that Pdf class is no longer under Telerik.Windows.  I see that there's a Telerik.Pdf now but I can't seem to figure out what to use to make my project error-free.  Can anyone help me with this?

 

Visual Studio Error at the beginning of my form:
using Telerik.Windows.Pdf.Documents.Fixed.Model.Navigation;



Severity: Error, Code: CS0234, Description: The type or namespace name 'Pdf' does not exist in the namespace 'Telerik.Windows' (are you missing an assembly reference?), Project: Label Printing PVC, File:C:\Users\Lily\Documents\Visual Studio 2017\Projects\Label Printing PVC\Label Printing PVC\APrintLabelSystemProdGroupNew.cs, Line 10, Suppression State: Active


3 Answers, 1 is accepted

Sort by
0
Tanya
Telerik team
answered on 07 May 2019, 01:11 PM
Hi Lily,

The PdfProcessing library doesn't include a namespace starting with Telerik.Windows.Pdf.... The namespace which you can use to access the members related to the functionalities providing navigation is Telerik.Windows.Documents.Fixed.Model.Navigation.

Hope this is helpful.

Regards,
Tanya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Lily
Top achievements
Rank 1
Veteran
answered on 09 May 2019, 09:15 PM
Thank you! Its strange, because on the old file that was done of VS2013 has it without any errors.  But I'm copying it into VS2017 and it doesn't work.  But what you gave me seems to work so I'll just leave it be.
0
Tanya
Telerik team
answered on 13 May 2019, 12:15 PM
Hi Lily,

I am happy to hear that everything is now working as expected. Something I just noticed is that the PdfViewer control from the UI for WinForms suite includes such a namespace: https://docs.telerik.com/devtools/winforms/api/telerik.windows.documents.fixed.model.navigation.html. I am not sure which one of the components you need to use but if you don't need UI for the scenario, you can go with the members of Telerik.Windows.Documents.Fixed.Model.Navigation which are related to PdfProcessing.

Regards,
Tanya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Documentation
Asked by
Lily
Top achievements
Rank 1
Veteran
Answers by
Tanya
Telerik team
Lily
Top achievements
Rank 1
Veteran
Share this question
or