Search found 22 matches

by Chess
Tue Feb 05, 2013 12:26 pm
Forum: Annotations
Topic: Annotation - dot grip
Replies: 1
Views: 10210

Annotation - dot grip

Hello,

Is it possible to reduce the size of the dot that surrounding annotation when it in resize mode :
-> I'am using annotation to define OMR zone template. If the document viewer is not enough zoomed, the small annotation square is hard to use.

Thanks.
by Chess
Fri Feb 01, 2013 6:42 pm
Forum: Annotations
Topic: Annotation tag
Replies: 1
Views: 10017

Annotation tag

Hello, Is there an generic object with the annotation class (like textbox.Tag object). I would like to synchronise an object list. For example : private void GdViewer1_AnnotationAddedByUser(int AnnotationIdx) { MyClass obj = new MyClass(); GdPicture9.Annotation ano = GdViewer1.GetAnnotationFromIdx(A...
by Chess
Tue Nov 13, 2012 2:09 pm
Forum: PDF
Topic: Opening big PDF file
Replies: 3
Views: 2170

Re: Opening big PDF file

Hello Loïc,

I try today the lastest release (9.3.5) and it work correctly with both pdf file (1,2 gb / 3,3 gb) in x86, x64 or AnyCpu.

Thanks very much for the quick fix.
by Chess
Thu Nov 08, 2012 10:58 am
Forum: PDF
Topic: Opening big PDF file
Replies: 3
Views: 2170

Opening big PDF file

Hello, I try to count bookmark in PDF File using these simple function : private void traiteFichier(string fic) { GdPicturePDF nPdf = new GdPicturePDF(); GdPictureStatus st = nPdf.LoadFromFile(fic, false); // I also try with true if (st != GdPictureStatus.OK) { MessageBox.Show("Erreur " + ...
by Chess
Tue Aug 07, 2012 11:57 am
Forum: PDF
Topic: [Tutorial] Reducing PDF size by altering the embedded images
Replies: 10
Views: 25836

Re: Reducing PDF size by altering the embedded images [UPDA

Hello,

Thanks for this sample, but I don't find the ReplaceImage function in API (8 or 9).

Code: Select all

gdPicturePDF.ReplaceImage(imageResName, ImageID, False, True)
I try use this sample in C#, with GdPicture .net 9.

Thanks.
by Chess
Tue Jul 10, 2012 6:06 pm
Forum: PDF
Topic: SetMetaData method
Replies: 3
Views: 2772

Re: SetMetaData method

Thanks for help.

It seem that it work with non PDF/A file. With PDF/A, my custom schema (foobar machines) disappears. I suppose that my xml data have some mistake for PDF/A struct.

Regards,

Chess.
by Chess
Fri Jun 29, 2012 5:34 pm
Forum: PDF
Topic: SetMetaData method
Replies: 3
Views: 2772

SetMetaData method

Hello, I try to use this function for insert XMP meta in a PDF document. I provide metadata file has attachement. When I create a new PDF, using the SetMetaData function, all seem fine. When I open my PDF file (with Acrobat 9 (not the reader)), I don't see my XMP data (File -> Properties -> Metadata...