Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Wed Jul 18, 2012 9:08 am

Hello,

1. I have a PDF which has 3 pages, each of them being a scanned picture.

How can i get these pictures? I tried this way:

Code: Select all
For Each p As Spire.Pdf.PdfPageBase In doc.Pages
       Dim images as List(of Image) = p.ExtractImages()
Next


It doesn't work. also p.BackgroundImage is always null. Any ideea?

2. Is there any option to convert a PDF Document to Word, or other formats?

catalin
 
Posts: 48
Joined: Wed Mar 14, 2012 12:56 pm

Thu Jul 19, 2012 2:52 am

Hi catalin,

Please provide us with your files and more code, help us to better understand it. So that we can quickly fix it for you.Thank you.
I am sorry for that there no option to convert a PDF Document to Word, or other formats.

Have a great day!

Amy
e-iceblue support
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.PDF