Assuming that your jpeg files are oriented the right direction already, it
should be as simple as specfiying the X/Y coordinates to draw the image on
the page.  Take note that the X/Y coordinates start with 0,0 being in the
bottom left corner of the page.  Please post the code snippet you are
working with.

On Thu, Nov 6, 2014 at 11:09 PM, <podofo-users-requ...@lists.sourceforge.net
> wrote:

> Send Podofo-users mailing list submissions to
>         podofo-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/podofo-users
> or, via email, send a message with subject or body 'help' to
>         podofo-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>         podofo-users-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Podofo-users digest..."
>
>
> Today's Topics:
>
>    1. pdftextextractor (Svetlana Watkins)
>    2. About PoDoFo DrawImage (wangg...@visteam.com)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 7 Nov 2014 14:21:54 +1100
> From: Svetlana Watkins <svetlana.watk...@gmail.com>
> Subject: [Podofo-users] pdftextextractor
> To: podofo-us...@lists.sf.net
> Message-ID:
>         <
> caoxah_qydlyegngl7bxbjzwaxj+atp3x5qgc3c0ldsetngv...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Would someone know why the l & m operators are mentioned in the
> pdftextextractor tool accompanying the podofo source files?
>
> I'm not quiet sure why it was necessary for text extraction for this tool.
>
>  if( eType == ePdfContentsType_Keyword )
>         {
>             // support 'l' and 'm' tokens
>             if( strcmp( pszToken, "l" ) == 0 ||
>                 strcmp( pszToken, "m" ) == 0 )
>             {
>                 dCurPosX = stack.top().GetReal();
>                 stack.pop();
>                 dCurPosY = stack.top().GetReal();
>                 stack.pop();
>             }
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Fri, 7 Nov 2014 10:35:58 +0800
> From: "wangg...@visteam.com" <wangg...@visteam.com>
> Subject: [Podofo-users] About PoDoFo DrawImage
> To: podofo-users <podofo-us...@lists.sf.net>
> Message-ID: <2014110710355750181...@visteam.com>
> Content-Type: text/plain; charset="gb2312"
>
> Dear PoDoFo:
>     I am a Chinese, i'm from shanghai. My English is not good, First of
> all, I'm sorry.
> I'm interested in PoDoFo, but I found some problems in the process of use.
> The question is DrawImage in a PDF file. I want to draw a picture of a JPG
> format in the  file the lower left corner,
> but in the upper left corner and JPG is Mirror images in horizontal
> direction.I will give you my files as attachments.
> I hope you can solve the problem I've ever met. I wish you can reply me as
> soon as possible, thank you!
> With my good wishes!
>
>
>  Sincerely yours,wanggang
>
>
>
>
> wangg...@visteam.com
> -------------- next part --------------
> An HTML attachment was scrubbed...
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: SignFile.pdf
> Type: application/octet-stream
> Size: 216342 bytes
> Desc: not available
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
>
>
> ------------------------------
>
> _______________________________________________
> Podofo-users mailing list
> Podofo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/podofo-users
>
>
> End of Podofo-users Digest, Vol 100, Issue 2
> ********************************************
>
------------------------------------------------------------------------------
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to