Search found 19 matches

by maxvalt
Fri Nov 19, 2021 11:05 am
Forum: Example requests & Code samples
Topic: Draw a text in a PDF file - Visual Basic 6
Replies: 6
Views: 9608

Re: Draw a text in a PDF file - Visual Basic 6

hank you for the idea.
Good day
by maxvalt
Thu Nov 18, 2021 4:47 pm
Forum: Example requests & Code samples
Topic: Draw a text in a PDF file - Visual Basic 6
Replies: 6
Views: 9608

Re: Draw a text in a PDF file - Visual Basic 6

Unfortunately not.
I should put an inscription on the first sheet of a pdf document ...
and I don't understand how to do it in vb6 ....
patience
by maxvalt
Wed Nov 17, 2021 6:45 pm
Forum: Example requests & Code samples
Topic: Draw a text in a PDF file - Visual Basic 6
Replies: 6
Views: 9608

Re: Draw a text in a PDF file - Visual Basic 6

Thanks Fabio
do you speak italian ? ;-)
I need to have a visual basic 6 code.....
I'm sorry for the delay in replying but I have not received any notice on my email ...massimo.valtolina@pantarei-si.it

I have this old version.... GdPicture Pro 5 - Imaging ToolKit 5.13.0.9
by maxvalt
Fri Oct 29, 2021 5:17 pm
Forum: Example requests & Code samples
Topic: Draw a text in a PDF file - Visual Basic 6
Replies: 6
Views: 9608

Draw a text in a PDF file - Visual Basic 6

Hi,
I have to modify an old vb6 project, I should insert a text for each page in a PDF.
Unfortunately I only have the licensed components but not the documentation and I don't understand how to do it
Can anyone help me ?
Thanks in advance
by maxvalt
Fri Nov 20, 2015 6:07 pm
Forum: PDF
Topic: PDF Draw a text
Replies: 8
Views: 5804

Re: PDF Draw a text

Thanks Jean
Bye
M
by maxvalt
Fri Nov 20, 2015 11:38 am
Forum: PDF
Topic: PDF Draw a text
Replies: 8
Views: 5804

Re: PDF Draw a text

Hi Jean
but I have not the last release....I have 8.5 ...
Do you know if exist a path o major release of 8.5 ?

Thanks.
M
by maxvalt
Thu Nov 19, 2015 10:33 am
Forum: PDF
Topic: PDF Draw a text
Replies: 8
Views: 5804

Re: PDF Draw a text

Hi Jean In attach a PDF example zipped and the code that I use. Thanks in advance. M Dim oGdPicturePDF As New GdPicturePDF Dim status As GdPictureStatus = oGdPicturePDF.LoadFromFile("D:\Test\2.pdf", False) If status = GdPictureStatus.OK Then MessageBox.Show(oGdPicturePDF.GetPageCount) ' 18...
by maxvalt
Tue Nov 17, 2015 3:56 pm
Forum: PDF
Topic: PDF Draw a text
Replies: 8
Views: 5804

Re: PDF Draw a text

Hi Jean
I used the example code and I have this error : This pdf does not have a first page
but it has 15 pages... I check with MessageBox.Show(oGdPicturePDF.GetPageCount)
do you have any ides ?
Thanks in advance.
by maxvalt
Mon Nov 16, 2015 7:15 pm
Forum: PDF
Topic: PDF Draw a text
Replies: 8
Views: 5804

PDF Draw a text

Hi,
I can't to draw a text in a PDF if this PDF has a font integrated.
This PDF is generated from a Panasonic scanner.
If I convert a PDF in TIFF and after TIFF to PDF, the font is not present and I can to draw a text...

I hope that you understand me.
Bye
Massimo

I have 8.5 release...
by maxvalt
Fri Sep 18, 2015 7:32 pm
Forum: PDF
Topic: create two page A4 from one page A3
Replies: 4
Views: 3905

Re: create two page A4 from one page A3

Thanks Loic
but I have a 8.5 version...
Bye
by maxvalt
Fri Sep 11, 2015 6:12 pm
Forum: PDF
Topic: create two page A4 from one page A3
Replies: 4
Views: 3905

Re: create two page A4 from one page A3

Thanks you.
It'a a good idea.
Massimo
by maxvalt
Thu Sep 03, 2015 6:32 pm
Forum: PDF
Topic: create two page A4 from one page A3
Replies: 4
Views: 3905

create two page A4 from one page A3

Hi,
I have a PDF file with some page in A3 and I need to create a new PDF file with page in A4.
For every page in A3 format I need to create two page in A4 format... do you have any idea ?
Thanks in advance.
Massimo
by maxvalt
Wed Jul 22, 2015 10:17 am
Forum: PDF
Topic: after annotation size files becomes big
Replies: 2
Views: 2927

Re: after annotation size files becomes big

Thanks Loic
M
by maxvalt
Tue Jul 21, 2015 10:09 am
Forum: PDF
Topic: after annotation size files becomes big
Replies: 2
Views: 2927

after annotation size files becomes big

Hello, I'm using a test program to annotation text into a file pdf multipage (C:\Program Files (x86)\GdPicture.NET 8\samples\AnyCPU\vb.net\Annotations\VB-Annotations.vbproj). After burn annotation and save file I have the dimension of original file big from 292 kb to 2900 kb with only 2 annotation t...
by maxvalt
Sat May 23, 2015 9:58 am
Forum: Document Viewing
Topic: view a specif part of image
Replies: 2
Views: 4068

Re: view a specif part of image

Ok thanks
I need to adjust view box.
I can try to understand how it works.
Thanks