Search found 33 matches

by anvasi
Thu Apr 18, 2013 3:15 pm
Forum: PDF
Topic: Pdf with annotations to heavy
Replies: 1
Views: 2360

Re: Pdf with annotations to heavy

hi,

someone can help me?

Regards
by anvasi
Tue Apr 16, 2013 5:47 pm
Forum: PDF
Topic: Pdf with annotations to heavy
Replies: 1
Views: 2360

Pdf with annotations to heavy

hi,

I have one pdf and when i add annotations the weight of the image is very heavy. Is possible to reduce the weight of the image?
when i use this command for burn the annotations GdViewer.BurnAnnotationsToPage(True) the pdf increase a lot

Thanks for all
by anvasi
Wed Dec 22, 2010 12:19 pm
Forum: Image Processing & Document Imaging
Topic: SetNativeImage in net version
Replies: 1
Views: 2083

SetNativeImage in net version

Hello loïc, I am spending an application of vb6 to vb.net and change from the activex to gdpicture net. I do not achieve that it works because the property SetNativeImage net does not exist in gdpicture. Which would be his equivalence? The process divides an image tif of more than 25 pages in parts ...
by anvasi
Mon Nov 08, 2010 3:40 pm
Forum: Image Processing & Document Imaging
Topic: Create a multitiff image with CreateClonedGdPictureImageArea
Replies: 1
Views: 2028

Create a multitiff image with CreateClonedGdPictureImageArea

Hi Loïc, we have one images DIN A3 and we need to create two images DIN A4. With my code i can two create it but when i add the 2 image on the new multitiff return errorgeneric on this part : Dim errores As GdPictureStatus errores = imaging.TiffAddToMultiPageFile(mipagina, identi) Can you help me? T...
by anvasi
Thu Mar 18, 2010 11:23 pm
Forum: Image Processing & Document Imaging
Topic: render pdf file
Replies: 15
Views: 8203

Re: render pdf file

Thanks Loic.
by anvasi
Wed Mar 10, 2010 4:22 pm
Forum: Image Processing & Document Imaging
Topic: render pdf file
Replies: 15
Views: 8203

Re: render pdf file

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,
by anvasi
Sat Mar 06, 2010 6:17 pm
Forum: Image Processing & Document Imaging
Topic: render pdf file
Replies: 15
Views: 8203

render pdf file

Hi ,

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


Best Regards,
by anvasi
Mon Jan 11, 2010 3:23 pm
Forum: OCR, MRC & Document understanding
Topic: PdfOCRCreateFromMultipageTIFF hangs
Replies: 5
Views: 4456

Re: PdfOCRCreateFromMultipageTIFF hangs

hi Loic, I have the same problem as danindem. On some images i want to create pdf files with OCR using PdfOCRCreateFromMultipageTIFF but The process stop without notifying any mistake. I send you my code and the image Where the mistake is produced on esupport (at) gdpicture (dot) com. Thanks a lot,
by anvasi
Tue Nov 17, 2009 7:17 pm
Forum: Image Processing & Document Imaging
Topic: Example to Write Barcode on PDF
Replies: 8
Views: 4244

Re: Example to Write Barcode on PDF

With regards to the problem we previously mentioned in the above posts (according to the .dll we can only add images to a PDF *before* PDFNewPage. But if I have place several pages in the PDF (each with a different bar code) how can I do this? Obviously, for the first there is no proble - but for pa...
by anvasi
Mon Nov 16, 2009 6:41 pm
Forum: Image Processing & Document Imaging
Topic: Example to Write Barcode on PDF
Replies: 8
Views: 4244

Re: Example to Write Barcode on PDF

Hi Loic, this is the code : PdfID = oGdPictureImaging.PdfNewPdf("c:\circulo\recibos_" & dia & "\" & Format(orden.ToString, "00000") & Mid(registro, 22, 10) & ".pdf", False, "", "Catimatge", "", "", &q...
by anvasi
Mon Nov 16, 2009 5:14 pm
Forum: Image Processing & Document Imaging
Topic: Example to Write Barcode on PDF
Replies: 8
Views: 4244

Re: Example to Write Barcode on PDF

Hi Loic,

This is two coordenates such as "10,10", but the first problem is here :

Code: Select all

addimagen = oGdPictureImaging.PdfAddImageFromFile(PdfID, "C:\codigo.tif")
this return addimage = 0


Thanks a lot,
by anvasi
Mon Nov 16, 2009 4:36 pm
Forum: Image Processing & Document Imaging
Topic: Example to Write Barcode on PDF
Replies: 8
Views: 4244

Re: Example to Write Barcode on PDF

Hi Loic, Is true, i don´t know what did i do. I have another problem :oops: :oops: , With this code : pdfidbc1 = oGdPictureImaging.CreateNewGdPictureImage(700, 20, System.Drawing.Imaging.PixelFormat.Format24bppRgb, Color.White) aa = oGdPictureImaging.Barcode1DWrite(pdfidbc1, Barcode1DWriterType.Barc...
by anvasi
Sun Nov 15, 2009 7:57 pm
Forum: Image Processing & Document Imaging
Topic: Example to Write Barcode on PDF
Replies: 8
Views: 4244

Example to Write Barcode on PDF

Hi Loic, i try to write barcodes on pdf's files. I create one image and i write the barcode on this image for after include the barcode on a pdf file. My code is : Dim aa As GdPicture.GdPictureStatus pdfidbc1 = oGdPictureImaging.CreateNewGdPictureImage(100, 20, System.Drawing.Imaging.PixelFormat.For...
by anvasi
Thu Nov 12, 2009 9:57 am
Forum: PDF
Topic: Write Barcode
Replies: 1
Views: 2153

Write Barcode

Hello Loic, Is it posible to write barcodes without using the pluging barcode recognition? If i want to write a barcode into a pdf file with this : oGdPictureImaging.Barcode1DWrite(PdfID, Barcode1DWriterType.Barcode1DWriterCode39, "11111", 10, 10, 10, 10, Color.Black) The gdpicturestatus r...
by anvasi
Sun Oct 18, 2009 5:54 pm
Forum: PDF
Topic: Add single pdf into a pdf multipage
Replies: 3
Views: 3378

Re: Add single pdf into a pdf multipage

Hi Loic,

Thanks a lot.

Best regards,