Search found 5 matches

by bentigano
Fri Oct 12, 2012 4:13 pm
Forum: Document Viewing
Topic: Loading thumbnails in ThumbnailEx control
Replies: 4
Views: 8816

Re: Loading thumbnails in ThumbnailEx control

The issue had to do with the order in which I was processing the command-line args of documents to open and when the application actually starts (Application.Run.) In the Main method of my application, I was calling methods on the main form that would actually open the documents (even before I calle...
by bentigano
Fri Oct 12, 2012 2:21 pm
Forum: Document Viewing
Topic: Loading thumbnails in ThumbnailEx control
Replies: 4
Views: 8816

Re: Loading thumbnails in ThumbnailEx control

Actually, after some further investigating, you're right. It has something to do with how I'm opening the document. The tool we've created is a PDF manipulation tool (dragging and drogging pages between different docs, rotating, re-ordering, etc.) and we have a few different ways of opening the docu...
by bentigano
Thu Oct 11, 2012 8:37 pm
Forum: Example requests & Code samples
Topic: [VB.NET/C#] Resize PDF to specific page dimensions
Replies: 5
Views: 8349

Re: Resize PDF

Thanks so much for your help, Loic!
by bentigano
Thu Oct 11, 2012 8:36 pm
Forum: Document Viewing
Topic: Loading thumbnails in ThumbnailEx control
Replies: 4
Views: 8816

Loading thumbnails in ThumbnailEx control

We're currently using GdPicture v9 - mainly the PDF portion of the library. In one of our applications, we have a ThumbnailEx control that loads its data from a GdViewer. The question I have is regarding the PreloadAllItems property of the ThumbnailEx control. If I set that to False, then my 100-pag...
by bentigano
Tue Aug 14, 2012 3:00 pm
Forum: Example requests & Code samples
Topic: [VB.NET/C#] Resize PDF to specific page dimensions
Replies: 5
Views: 8349

Re: Resize PDF

Has there been any progress on this? We are using v9, and I'm trying to accomplish the same thing. Basically, we have a legal document that we'd like to convert to letter size (8.5" x 11"), with a .5" margin. We are able to do this with PdfTron, but are converting everything over to G...