Search found 5 matches

by Dylan
Wed Jan 05, 2022 9:28 pm
Forum: Document Printing
Topic: Printing multiple copies
Replies: 1
Views: 5044

Printing multiple copies

Currently when I print multiple copies it all goes to the same PDF (a 1 page pdf with 4 copies will print 4 pages in the same PDF) is it possible to print the documents to different PDFs? (a 1 page pdf with 4 copies will offer 4 consecutive save dialogs so you can save it as 4 different pdfs)
by Dylan
Tue Oct 05, 2021 11:27 pm
Forum: Image Processing & Document Imaging
Topic: Grabbing byte array from imageviewer after annotations
Replies: 1
Views: 5876

Grabbing byte array from imageviewer after annotations

Hey, So what I'm trying to do is to be able to grab the updated byte array from ImageViewer after annotations are made to the image, so that I am able to do things with the byte array that has the annotations in them. Is this possible? I couldn't find any methods that let me access the byte array to...
by Dylan
Tue Oct 05, 2021 11:23 pm
Forum: Image Processing & Document Imaging
Topic: ByteArray to PDF
Replies: 5
Views: 8078

Re: ByteArray to PDF

Hello Dylan, This is expected that the oGdPictureImaging.CreateGdPictureImageFromByteArray() returns a zero if you give it a PDF as input. The GdPictureImaging class is for raster images and GdPicturePDF for PDF. Here is a code snippet I made for loading a byte array into a GdPicturePDF object: byt...
by Dylan
Wed Sep 29, 2021 3:20 pm
Forum: Image Processing & Document Imaging
Topic: ByteArray to PDF
Replies: 5
Views: 8078

Re: ByteArray to PDF

Yes, oGdPictureImaging.CreateGdPictureImageFromByteArray() returns a zero. The byte array represents a pdf that I am wanting to print, still as a pdf. I am using a version 14.0.0.7, where the post I linked was using 6.6. Has this functionality been added since then? Or does anyway exist to print a p...
by Dylan
Wed Sep 29, 2021 2:59 am
Forum: Image Processing & Document Imaging
Topic: ByteArray to PDF
Replies: 5
Views: 8078

ByteArray to PDF

Hey, I am trying to use the byte array from an uploaded pdf, to just print the pdf. Essentially the same issue that was listed in this post https://gdpicture.com/forum/viewtopic.php?t=1721 Did this ever get a solution? I specifically am wanting to print a pdf without first loading it into ImageViewe...