Skip to main content
Known Participant
January 6, 2023
Question

SDK c++ example of creating a PDEImage from an in memory Windows bitmap

  • January 6, 2023
  • 1 reply
  • 826 views

 

I know I have seen one, and now that I am at a point where I need to do this, I can't find it.

 

This topic has been closed for replies.

1 reply

BarlaeDC
Community Expert
Community Expert
January 9, 2023

Hi,

 

I can't find a sample that does it from an in memory image but this sample does it from a image file, and might be a place to start, in the Acrobat SDK -> Snippets section ->AddImageSnip.cpp

Known Participant
January 9, 2023

I don't understand what you mean by:
"Acrobat SDK -> Snippets section ->AddImageSnip.cpp"

I found a Snippet Runner sampleapp and it has a Snippets folder, but there is no such file in the folder. Trying to run that project, but it gets errors in VS.

Known Participant
January 9, 2023

I did find a description of as being an example of ceating an XObject from a jpeg file, which would be problematic for what I am trying to do.