Search found 8 matches

by tjimenez
Mon Feb 25, 2013 6:48 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: How To: Export a certain page of PDF to JPG file.
Replies: 7
Views: 8506

Re: How To: Export a certain page of PDF to JPG file.

It works perfect, Alex !!!
Thanks!

I have not been able to find this information in the "Vintasoft.Imaging.chm".
At least, in a way so clear as you explain ...

Have you got any document with more information than this one ?
by tjimenez
Mon Feb 25, 2013 3:20 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: How To: Export a certain page of PDF to JPG file.
Replies: 7
Views: 8506

Re: How To: Export a certain page of PDF to JPG file.

Ok, I'll do something like this, but adding JPEGencoder : Imports System.IO Imports Vintasoft.Imaging Imports Vintasoft.Pdf Imports Vintasoft.Imaging.Codecs Module Module1 Sub Main() SavePdfPagesAsJpeg("d:\PdfTest.pdf", "d:\jpegDir\") End Sub Public Sub SavePdfPagesAsJpeg(ByVal p...
by tjimenez
Mon Feb 25, 2013 3:12 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: How To: Analyze the position of each image
Replies: 2
Views: 9509

Re: How To: Analyze the position of each image

Okay, good explanation.
Thank you very much.
by tjimenez
Mon Feb 25, 2013 3:10 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: How To: Analyze the position of each word in the text
Replies: 2
Views: 4123

Re: How To: Analyze the position of each word in the text

Okay, it's a lot easier than I thought.
Thank you very much for your efficiency.
by tjimenez
Mon Feb 25, 2013 3:10 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: How To: Export a certain page of PDF to JPG file.
Replies: 7
Views: 8506

Re: How To: Export a certain page of PDF to JPG file.

Okay, it's a lot easier than I thought.
Thank you very much for your efficiency.
by tjimenez
Sun Feb 24, 2013 9:18 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: How To: Analyze the position of each image
Replies: 2
Views: 9509

How To: Analyze the position of each image

Hello, We are testing your "VintaSoftPDF.NET SDK" & "VintaSoftImaging.NET SDK" to get the following: Explore each image in the PDF file to know his position (X,Y,width and height -rounding box-) If we have next portion of code: ------------------------------------------------...
by tjimenez
Sun Feb 24, 2013 9:11 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: How To: Export a certain page of PDF to JPG file.
Replies: 7
Views: 8506

How To: Export a certain page of PDF to JPG file.

Hello, We are testing your "VintaSoftPDF.NET SDK" & "VintaSoftImaging.NET SDK" to get the following: Create a JPG file from a page of PDF file, similary to your "Document > Save Current Page As..." from "VintaSoft PDF Reader Demo v3.1" If we have next port...
by tjimenez
Sun Feb 24, 2013 9:08 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: How To: Analyze the position of each word in the text
Replies: 2
Views: 4123

How To: Analyze the position of each word in the text

Hello, We are testing your "VintaSoftPDF.NET SDK" & "VintaSoftImaging.NET SDK" to get the following: Explore each word in the text of PDF file for to know his position (X,Y,width and height -rounding box-) If we have next portion of code: -------------------------------------...