Search found 21 matches

by ryancole11
Mon Apr 25, 2022 11:37 pm
Forum: Example requests & Code samples
Topic: Auto generate PDF annotation page?
Replies: 1
Views: 5027

Auto generate PDF annotation page?

I'm trying to recall whether a feature that I remember is something that was found in GdPicturePro or another library. I've reviewed the documentation but can't seem to spot what I'm looking for. I'll go ahead and ask here too ... Does GdPicturePro have a feature that will build a page that contains...
by ryancole11
Thu Jul 26, 2012 5:06 pm
Forum: PDF
Topic: Latest GdPicture won't open very large PDFs
Replies: 6
Views: 3741

Re: Latest GdPicture won't open very large PDFs

I had initially been testing in 32-bit build mode, but I just tested it in 64-bit build mode and I receive the same error.
by ryancole11
Thu Jul 26, 2012 4:53 pm
Forum: PDF
Topic: Latest GdPicture won't open very large PDFs
Replies: 6
Views: 3741

Re: Latest GdPicture won't open very large PDFs

Hmm. The return code is "PdfCanNotOpenFile". It opens just fine with Adobe Reader, though. I'd send it to you but it's 2.5GB, so that's not an option.
by ryancole11
Wed Jul 25, 2012 10:49 pm
Forum: PDF
Topic: Latest GdPicture won't open very large PDFs
Replies: 6
Views: 3741

Latest GdPicture won't open very large PDFs

I'm trying to simply open and print the page count of a very large PDF. The PDF is about 2.5GB in size, because of the number of embedded attachments that it contains. I've specified not to load it in memory, but I still cannot print the number of pages in the document. If I try to print the page co...
by ryancole11
Tue Dec 20, 2011 6:29 pm
Forum: General discussions
Topic: How to convert PDF into an image-only PDF?
Replies: 4
Views: 12587

How to convert PDF into an image-only PDF?

Hi all, I'm trying to open a PDF, loop through all of the pages in the PDF and render them to an image, and then insert that image into a new, second PDF. The end result is an image-only copy of the first PDF. I used to be able to do this, but it looks like the only option for rendering an image of ...
by ryancole11
Mon Jul 18, 2011 11:59 pm
Forum: Image Processing & Document Imaging
Topic: GdPicturePro crashes inside of Spoon Studio
Replies: 1
Views: 3567

GdPicturePro crashes inside of Spoon Studio

Hi all, We're using Spoon Studio to run our .NET application. Spoon Studio is a .NET virtualization or sandboxing tool. Our .NET app uses GdPicturePro. This may or may not be related to GdPicturePro directly, but I'd like to put all possible lures out there and see if any lead to potential solutions...
by ryancole11
Mon May 23, 2011 8:23 pm
Forum: PDF
Topic: Why are my page dimensions for my new PDF not correct?
Replies: 4
Views: 3324

Re: Why are my page dimensions for my new PDF not correct?

Great. That fixed it. Thanks, Loic!
by ryancole11
Mon May 23, 2011 5:43 pm
Forum: PDF
Topic: Why are my page dimensions for my new PDF not correct?
Replies: 4
Views: 3324

Re: Why are my page dimensions for my new PDF not correct?

Well, I have modified my code a little bit. I have corrected the repeating pages and the weird dimensions. I am running into another issue, though. GdPicture Pro doesn't seem to be able to save these images into PDF at anything higher than 150 DPI. As soon as I bump it up to 200 DPI, or more, it fai...
by ryancole11
Mon May 23, 2011 4:58 pm
Forum: PDF
Topic: Why are my page dimensions for my new PDF not correct?
Replies: 4
Views: 3324

Re: Why are my page dimensions for my new PDF not correct?

Also, the resulting PDFs repeat every page for some reason. Something I'm doing must be totally wrong. :(
by ryancole11
Fri May 20, 2011 11:54 pm
Forum: PDF
Topic: Why are my page dimensions for my new PDF not correct?
Replies: 4
Views: 3324

Why are my page dimensions for my new PDF not correct?

Hi all, I'm working on migrating from the ActiveX API to the .NET API. They're slightly different. I'm simply opening an existing PDF and saving it, as images only, to a new PDF. My code is producing a new PDF but with incorrect page dimensions, or something. The new PDF looks pretty messed up. My c...
by ryancole11
Thu May 19, 2011 4:53 pm
Forum: Image Processing & Document Imaging
Topic: Can I save a PDF as a regular PDF, instead of PDF/A?
Replies: 3
Views: 2836

Re: Can I save a PDF as a regular PDF, instead of PDF/A?

I'm using the .NET version.

Here's the complete code for what I am doing. Is there something I can do to make these come out as regular PDFs?

http://dpaste.org/aQOr/
by ryancole11
Wed May 18, 2011 9:49 pm
Forum: Image Processing & Document Imaging
Topic: Can I save a PDF as a regular PDF, instead of PDF/A?
Replies: 3
Views: 2836

Can I save a PDF as a regular PDF, instead of PDF/A?

Hello,

I'm using GdPicture Pro to merge to PDFs. The resulting PDF is a PDF/A, though. Is it possible to just save these as a regular PDF?

Thanks
by ryancole11
Wed May 18, 2011 9:45 pm
Forum: PDF
Topic: PdfAddImageFromGdPictureImage not adding PDF Callouts
Replies: 2
Views: 2307

Re: PdfAddImageFromGdPictureImage not adding PDF Callouts

Never mind. This is working now. The setting that I needed to enable was "PdfDisplayFormField". The things that were being hidden without this are not form fields, so it's a little counter-intuitive.
by ryancole11
Tue May 17, 2011 9:12 pm
Forum: PDF
Topic: PdfAddImageFromGdPictureImage not adding PDF Callouts
Replies: 2
Views: 2307

PdfAddImageFromGdPictureImage not adding PDF Callouts

Hello, I'm using GdPicture Pro .NET to take a non-flattened PDF and turn it into a flattened PDF. I'm simply using PdfAddImageFromGdPictureImage to take pages from one PDF and place them into a new one as an image. The problem, though, is that the original PDF has "callouts", or text boxes...
by ryancole11
Thu May 05, 2011 6:25 pm
Forum: OCR, MRC & Document understanding
Topic: Sample Programm doesn't produce searchable pdf file
Replies: 6
Views: 5057

Re: Sample Programm doesn't produce searchable pdf file

Alright, give me about 30 minutes. I'm in the middle of something, at the moment.