render pdf file

Discussions about image processing and document imaging.
anvasi
Posts: 33
Joined: Fri Dec 12, 2008 1:16 pm

render pdf file

Post by anvasi » Sat Mar 06, 2010 6:17 pm

Hi ,

Why is not posible render a multipage PDF with GDpicture such as multitiff file?


Best Regards,

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: render pdf file

Post by Loïc » Mon Mar 08, 2010 9:18 am

Hi,

I not understand your question.

maybe you are looking for a way to convert multipage PDF to multipage TIFF ? See: viewtopic.php?t=1482

With best regards,

Loïc

anvasi
Posts: 33
Joined: Fri Dec 12, 2008 1:16 pm

Re: render pdf file

Post by anvasi » Wed Mar 10, 2010 4:22 pm

Hi Loic,

I want to say that , if you do CreateGDPictureImageFromFile on a tiff image return one PDfID <> 0 but if you do the same operation with a PDF file , the PDFID is 0.


Best regards,

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: render pdf file

Post by Loïc » Wed Mar 10, 2010 4:24 pm

OK !

Well the GdPictureImaging class is not able to handle PDFs. However, this feature will be introduced soon ;)
Currently you have to use the GdViewer class.

With best regards,

Loïc

steves
Posts: 59
Joined: Fri Oct 17, 2008 4:38 pm

Re: render pdf file

Post by steves » Mon Mar 15, 2010 2:26 pm

Loïc wrote:OK !

Well the GdPictureImaging class is not able to handle PDFs. However, this feature will be introduced soon ;)
Currently you have to use the GdViewer class.

With best regards,

Loïc
im also eager to use this feature :P

Cheers
Steve

anvasi
Posts: 33
Joined: Fri Dec 12, 2008 1:16 pm

Re: render pdf file

Post by anvasi » Thu Mar 18, 2010 11:23 pm

Thanks Loic.

steves
Posts: 59
Joined: Fri Oct 17, 2008 4:38 pm

Re: render pdf file

Post by steves » Fri Apr 02, 2010 12:58 pm

Loïc wrote:OK !

Well the GdPictureImaging class is not able to handle PDFs. However, this feature will be introduced soon ;)
Currently you have to use the GdViewer class.

With best regards,

Loïc
Will this feature be available in version 6.7 ?.
When i purchased V6 back in July last year it was going to be introduced soon then.

Cheers
Steve

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: render pdf file

Post by Loïc » Fri Apr 02, 2010 2:35 pm

Hi Steve,

Good news: the feature have been fully implemented. We will release next GdPicture.NET version next week (we have to fix support issues first :D ).

Cheers,

Loïc

steves
Posts: 59
Joined: Fri Oct 17, 2008 4:38 pm

Re: render pdf file

Post by steves » Fri Apr 02, 2010 3:27 pm

Thanks Brill :D :D

Thanks Loic.

steves
Posts: 59
Joined: Fri Oct 17, 2008 4:38 pm

Re: render pdf file

Post by steves » Mon Apr 12, 2010 11:30 am

Hi Loic,

Ive just downloaded the new version 6.7 and i am struggling to get the pdf into the image.

im using the following code

Code: Select all

 npdfID = Me.image.PdfReaderLoadFromFile(imagename)
 Me.Viewer.DisplayFromGdPictureImage(Me.image.PdfReaderRenderPageToGdPictureImage(npdfID, 300, False))
I get the following message "Pdf Import plugin not unlocked!"

Can you assist with the problem.

Thanks
Steve

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: render pdf file

Post by Loïc » Mon Apr 12, 2010 12:01 pm

Hi Steve,

This feature is available in GdPicture.NET Document Imaging SDK edition & GdPicture.NET Document Imaging SDK Edition Ultimate.

Do you have such toolkit ?

Note: Code to try

Code: Select all

         Dim GdPictureImaging As New GdPictureImaging

        GdPictureImaging.SetLicenseNumber(YOUR_KEY)
        Dim PdfID As Integer = GdPictureImaging.PdfReaderLoadFromFile("c:\test.pdf")
        GdViewer1.DisplayFromPDFHandle(PdfID)


Cheers,

Loïc

steves
Posts: 59
Joined: Fri Oct 17, 2008 4:38 pm

Re: render pdf file

Post by steves » Mon Apr 12, 2010 12:06 pm

Hi Loic,

Im using an upgrade version

Thank you for your purchase of:

(1) - Upgrade to GdPicture.NET - GdPicture Pro Imaging SDK to GdPicture.NET Document Imaging SDK

I believe its the right one.

The image displays ok just get the unlock message.

Cheers
Steve

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: render pdf file

Post by Loïc » Mon Apr 12, 2010 12:09 pm

Damn ! I forgot to handle upgraded editions :roll:

Please contact us at esales (at) gdpicture (dot) com. We will send you a fix in a minute.

Loïc

steves
Posts: 59
Joined: Fri Oct 17, 2008 4:38 pm

Re: render pdf file

Post by steves » Mon Apr 12, 2010 12:11 pm

Email sent loic :)

Cheers
Steve

User avatar
Loïc
Site Admin
Posts: 5881
Joined: Tue Oct 17, 2006 10:48 pm
Location: France
Contact:

Re: render pdf file

Post by Loïc » Mon Apr 12, 2010 12:21 pm

And the reply too !

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest