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

Problem with RadPdfprocessing

1 Answer 73 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
lupotana
Top achievements
Rank 1
lupotana asked on 06 Mar 2015, 10:54 AM
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.
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

:-(


1 Answer, 1 is accepted

Sort by
0
Tanya
Telerik team
answered on 09 Mar 2015, 02:16 PM
Hi Marco,

As I tested on our end the document.Pages.Count property seems to be working as expected. Most probably the reason for this behavior is something in the document you are trying to import. You could check if the document is imported successfully or open a support ticket and send it to us to investigate the cause of the behavior.

Regards,
Tanya
Telerik
Tags
General Discussions
Asked by
lupotana
Top achievements
Rank 1
Answers by
Tanya
Telerik team
Share this question
or