Hi Albert<br><br>             Thank you for giving me tips.<br>  I included #if defined(ENABLE_PNG) <br>                 #include &quot;PNGWriter.h&quot;<br>                 #endif<br><br>  that is what in some places you were doing.<br>
<br><br>  About Object&#39;s freeing issue. It is not setting the value at all if we free it in the function.<br>  I saw in other places also if we initialize the objects then they are not freeing, but if we get some value in to the objects <br>
usng dict.lookup(&quot;key&quot;, &amp;obj); then they are freeing it. This is what I found.<br><br><br>So please give me update on this.<br><br>Thank you<br>A Srinivas<br><br><div class="gmail_quote">On Wed, Feb 23, 2011 at 5:46 PM,  <span dir="ltr">&lt;<a href="mailto:poppler-request@lists.freedesktop.org">poppler-request@lists.freedesktop.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Send poppler mailing list submissions to<br>
        <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.freedesktop.org/mailman/listinfo/poppler" target="_blank">http://lists.freedesktop.org/mailman/listinfo/poppler</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:poppler-request@lists.freedesktop.org">poppler-request@lists.freedesktop.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:poppler-owner@lists.freedesktop.org">poppler-owner@lists.freedesktop.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of poppler digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Font substitution in Poppler (Albert Astals Cid)<br>
   2. Re: Patch for embedding videos in to the pdf. (srinivas adicherla)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 22 Feb 2011 20:23:44 +0000<br>
From: Albert Astals Cid &lt;<a href="mailto:aacid@kde.org">aacid@kde.org</a>&gt;<br>
Subject: Re: [poppler] Font substitution in Poppler<br>
To: <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
Message-ID: &lt;<a href="mailto:201102222023.44914.aacid@kde.org">201102222023.44914.aacid@kde.org</a>&gt;<br>
Content-Type: Text/Plain;  charset=&quot;iso-8859-1&quot;<br>
<br>
A Dimarts, 22 de febrer de 2011, <a href="mailto:jose.aliste@gmail.com">jose.aliste@gmail.com</a> va escriure:<br>
&gt; Hi,<br>
&gt;<br>
&gt; while reading GlobalParams.cc in poppler directory, I&#39;ve noticed that<br>
&gt; when substituting, we only take into account substitutions for a given<br>
&gt; font that are ttf or pfb. So I wondered  why is this so? and, what<br>
&gt; would be the path to implement support for otf substitutions?<br>
<br>
Before worrying about the substitution have you checked if a pdf with a otf<br>
font embedded renders correctly?<br>
<br>
Albert<br>
<br>
&gt;<br>
&gt;<br>
&gt; Greetings<br>
&gt;<br>
&gt; Jos?<br>
&gt; _______________________________________________<br>
&gt; poppler mailing list<br>
&gt; <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/poppler" target="_blank">http://lists.freedesktop.org/mailman/listinfo/poppler</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 23 Feb 2011 17:46:52 +0530<br>
From: srinivas adicherla &lt;<a href="mailto:srinivas.adicherla@gmail.com">srinivas.adicherla@gmail.com</a>&gt;<br>
Subject: Re: [poppler] Patch for embedding videos in to the pdf.<br>
To: <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:AANLkTimtinmd__D762OhdiJQ0JAnDDzTi-rxq4XtZykp@mail.gmail.com">AANLkTimtinmd__D762OhdiJQ0JAnDDzTi-rxq4XtZykp@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi Albert<br>
<br>
          Thank you for your suggestions. Sorry it was long gap since you<br>
gave those suggestions. I was so busy after that.<br>
<br>
- about &quot;#include &lt;png.h&gt;&quot;. I don&#39;t know how to check for those in<br>
configure/cmake files.<br>
If any one can give me any ideas how to do, it will be really helpful. I<br>
just check for #ENABLE_PNG and including it. I don&#39;t know whether it is<br>
right or not.<br>
<br>
- Other things I used valgrind for memory leaks. Still in some places like<br>
&quot;object.initDict(xref)&quot; it is showing definitely leak some bytes.<br>
  How to overcome those things. Not only in my code still in poppler some<br>
places it is showing leaking memory for initDict(xref) or initArray(xref).<br>
  But we cannot free those objects explicitly in our code, if we do like<br>
that. If we delete like that that value for that dictionary key it is not<br>
setting.<br>
<br>
So is it fine?<br>
<br>
Please kindly give suggestios.<br>
<br>
Thank you all in advance.<br>
<br>
--<br>
A Srinivas<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
On Wed, Feb 16, 2011 at 1:30 AM, &lt;<a href="mailto:poppler-request@lists.freedesktop.org">poppler-request@lists.freedesktop.org</a>&gt;wrote:<br>
<br>
&gt; Send poppler mailing list submissions to<br>
&gt;        <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
&gt;<br>
&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>
&gt;        <a href="http://lists.freedesktop.org/mailman/listinfo/poppler" target="_blank">http://lists.freedesktop.org/mailman/listinfo/poppler</a><br>
&gt; or, via email, send a message with subject or body &#39;help&#39; to<br>
&gt;        <a href="mailto:poppler-request@lists.freedesktop.org">poppler-request@lists.freedesktop.org</a><br>
&gt;<br>
&gt; You can reach the person managing the list at<br>
&gt;        <a href="mailto:poppler-owner@lists.freedesktop.org">poppler-owner@lists.freedesktop.org</a><br>
&gt;<br>
&gt; When replying, please edit your Subject line so it is more specific<br>
&gt; than &quot;Re: Contents of poppler digest...&quot;<br>
&gt;<br>
&gt;<br>
&gt; Today&#39;s Topics:<br>
&gt;<br>
&gt;   1. Re: Patch for embedding videos in to the pdf. (Albert Astals Cid)<br>
&gt;   2. Re: pdf import in Inkscap using poppler_glib and<br>
&gt;      poppler_cairo (Albert Astals Cid)<br>
&gt;   3. Re: Patch for embedding videos in to the pdf. (Albert Astals Cid)<br>
&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------<br>
&gt;<br>
&gt; Message: 1<br>
&gt; Date: Tue, 15 Feb 2011 19:13:09 +0000<br>
&gt; From: Albert Astals Cid &lt;<a href="mailto:aacid@kde.org">aacid@kde.org</a>&gt;<br>
&gt; Subject: Re: [poppler] Patch for embedding videos in to the pdf.<br>
&gt; To: <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
&gt; Message-ID: &lt;<a href="mailto:201102151913.10014.aacid@kde.org">201102151913.10014.aacid@kde.org</a>&gt;<br>
&gt; Content-Type: Text/Plain;  charset=&quot;us-ascii&quot;<br>
&gt;<br>
&gt; A Dimarts, 15 de febrer de 2011, srinivas adicherla va escriure:<br>
&gt; &gt; Hi all,<br>
&gt;<br>
&gt; Hi<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt;     I made a patch for embedding videos into the pdf file. I created a<br>
&gt; &gt; Screen annotation, and add a Rendition action to it. For appearance I<br>
&gt; took<br>
&gt; &gt; the image from the user (only accepting png), later I will do for others<br>
&gt; &gt; also. I tested opening the embedded pdf files using Adobe and Foxit<br>
&gt; Reader<br>
&gt; &gt; it was successfully opened for me. I tried for swf and mpg files.<br>
&gt; &gt; I am asking the user to specify the image because there are lot of video<br>
&gt; &gt; formats, so its time consuming for creating an image from the video frame<br>
&gt; &gt; for all types. ( May be in the future i add that or anybody can help me<br>
&gt; in<br>
&gt; &gt; that).<br>
&gt; &gt;<br>
&gt; &gt; I added the same in bugzilla.<br>
&gt;<br>
&gt; Bad idea, don&#39;t do this. Either do it here or in the bugzilla but not in<br>
&gt; both.<br>
&gt; In two places just makes more difficult to follow the dicussion.<br>
&gt;<br>
&gt; Albert<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; Please give me suggestions to make this successful.<br>
&gt; &gt;<br>
&gt; &gt; Thanks in Advance.<br>
&gt; &gt; A Srinivas<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 2<br>
&gt; Date: Tue, 15 Feb 2011 19:23:42 +0000<br>
&gt; From: Albert Astals Cid &lt;<a href="mailto:aacid@kde.org">aacid@kde.org</a>&gt;<br>
&gt; Subject: Re: [poppler] pdf import in Inkscap using poppler_glib and<br>
&gt;        poppler_cairo<br>
&gt; To: <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
&gt; Message-ID: &lt;<a href="mailto:201102151923.43633.aacid@kde.org">201102151923.43633.aacid@kde.org</a>&gt;<br>
&gt; Content-Type: Text/Plain;  charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; A Dimarts, 15 de febrer de 2011, Pino Toscano va escriure:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; Alle marted? 15 febbraio 2011, the Adib ha scritto:<br>
&gt; &gt; &gt; currently Inkscape uses poppler internal API to read in pdf files.<br>
&gt; &gt; &gt; Those API breaks/changes from time to time.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Now I try importing pdf via poppler cairo surface and those cairo<br>
&gt; &gt; &gt; surface as svg backend. So far that works.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; But I do not have any control over the process:<br>
&gt; &gt; &gt; - I can not set bitmap dpi<br>
&gt; &gt; &gt; - I can not specify if text stays text or convert to path<br>
&gt; &gt; &gt; etc.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Do you have any sugestions?<br>
&gt; &gt;<br>
&gt; &gt; What I proposed more than one year ago:<br>
&gt; &gt; <a href="http://sourceforge.net/mailarchive/message.php?msg_id=24162410" target="_blank">http://sourceforge.net/mailarchive/message.php?msg_id=24162410</a><br>
&gt;<br>
&gt; That&#39;d work me too :D<br>
&gt;<br>
&gt; Also if your custom inkscape converter does not depend in inkscape i see no<br>
&gt; reason why we could not have it inside poppler too if you commit to<br>
&gt; maintaining it here (this way you&#39;d be much safer to API changes)<br>
&gt;<br>
&gt; Albert<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 3<br>
&gt; Date: Tue, 15 Feb 2011 19:50:51 +0000<br>
&gt; From: Albert Astals Cid &lt;<a href="mailto:aacid@kde.org">aacid@kde.org</a>&gt;<br>
&gt; Subject: Re: [poppler] Patch for embedding videos in to the pdf.<br>
&gt; To: <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
&gt; Message-ID: &lt;<a href="mailto:201102151950.51464.aacid@kde.org">201102151950.51464.aacid@kde.org</a>&gt;<br>
&gt; Content-Type: Text/Plain;  charset=&quot;us-ascii&quot;<br>
&gt;<br>
&gt; A Dimarts, 15 de febrer de 2011, srinivas adicherla va escriure:<br>
&gt; &gt; Hi all,<br>
&gt; &gt;<br>
&gt; &gt;     I made a patch for embedding videos into the pdf file. I created a<br>
&gt; &gt; Screen annotation, and add a Rendition action to it. For appearance I<br>
&gt; took<br>
&gt; &gt; the image from the user (only accepting png), later I will do for others<br>
&gt; &gt; also. I tested opening the embedded pdf files using Adobe and Foxit<br>
&gt; Reader<br>
&gt; &gt; it was successfully opened for me. I tried for swf and mpg files.<br>
&gt; &gt; I am asking the user to specify the image because there are lot of video<br>
&gt; &gt; formats, so its time consuming for creating an image from the video frame<br>
&gt; &gt; for all types. ( May be in the future i add that or anybody can help me<br>
&gt; in<br>
&gt; &gt; that).<br>
&gt; &gt;<br>
&gt; &gt; I added the same in bugzilla.<br>
&gt; &gt;<br>
&gt; &gt; Please give me suggestions to make this successful.<br>
&gt;<br>
&gt; Some quick things:<br>
&gt;  * You use png.h unconditionally that is not going to work, you need to use<br>
&gt; the proper defines to see if configure/cmake found it.<br>
&gt;  * FILE *f;; &lt;- extra ;<br>
&gt;  * png_structp read_png;; &lt;- again<br>
&gt;  * error(-1, &quot;The file could not be recognized as a PNG file.&quot;); &lt;-- You<br>
&gt; don&#39;t<br>
&gt; close f here<br>
&gt;  * You don&#39;t delete imgbuf<br>
&gt;  * Wihtout having any idea png_create_info_struct seems like you should<br>
&gt; call<br>
&gt; destroy afterwards in the structure it returns<br>
&gt;  * After<br>
&gt;   MemStream *imgStream = load_from_png (img_file, &amp;imgXObj, xrefA);<br>
&gt;   if (!imgStream)<br>
&gt;     return gFalse;<br>
&gt;   you need to free all the Obj you&#39;ve allocated<br>
&gt;  * I&#39;m pretty sure<br>
&gt;   annotObj.dictSet(&quot;T&quot;, obj.initString(new GooString(video_name)));<br>
&gt;   annotObj.dictSet(&quot;Contents&quot;, obj.initString(new GooString(video_name)));<br>
&gt;   annotObj.dictSet(&quot;F&quot;, obj.initInt(4));<br>
&gt;   is leaking memory as Object is not supposed to be reused without freeing<br>
&gt; it<br>
&gt; first, please use valgrind to detect leaks in your code<br>
&gt;<br>
&gt; Albert<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; Thanks in Advance.<br>
&gt; &gt; A Srinivas<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; poppler mailing list<br>
&gt; <a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/poppler" target="_blank">http://lists.freedesktop.org/mailman/listinfo/poppler</a><br>
&gt;<br>
&gt;<br>
&gt; End of poppler Digest, Vol 72, Issue 21<br>
&gt; ***************************************<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.freedesktop.org/archives/poppler/attachments/20110223/5ee0f31c/attachment.html" target="_blank">http://lists.freedesktop.org/archives/poppler/attachments/20110223/5ee0f31c/attachment.html</a>&gt;<br>

-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: srinivas_video_embedd.patch<br>
Type: text/x-patch<br>
Size: 11746 bytes<br>
Desc: not available<br>
URL: &lt;<a href="http://lists.freedesktop.org/archives/poppler/attachments/20110223/5ee0f31c/attachment.bin" target="_blank">http://lists.freedesktop.org/archives/poppler/attachments/20110223/5ee0f31c/attachment.bin</a>&gt;<br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
poppler mailing list<br>
<a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/poppler" target="_blank">http://lists.freedesktop.org/mailman/listinfo/poppler</a><br>
<br>
<br>
End of poppler Digest, Vol 72, Issue 29<br>
***************************************<br>
</blockquote></div><br>