Hi, i've a problem with RadPdfprocessing.
There isn't a Group Post in Forum and the documentation is very very small.
My problem is on the step 0.
Test.pdf ha 1 pages but document.Pages.Count = 0
:-(
                                There isn't a Group Post in Forum and the documentation is very very small.
My problem is on the step 0.
PdfFormatProvider provider = new PdfFormatProvider();RadFixedDocument document = new RadFixedDocument();                  using (Stream input = File.OpenRead(@"C:\Test.pdf")){document = provider.Import(input);}Test.pdf ha 1 pages but document.Pages.Count = 0
:-(

