<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Booklet</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Booklet]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 09 May 2026 05:58:41 +0000</pubDate>
  <lastBuildDate>Tue, 09 Nov 2021 20:08:37 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=786</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Booklet : Hi Klaus,QP.RemoveSharedContentStreams...]]></title>
   <link>http://www.quickpdf.org/forum/booklet_topic786_post15924.html#15924</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 786<br /><strong>Posted:</strong> 09 Nov 21 at 8:08PM<br /><br />Hi Klaus,<br><br>QP.RemoveSharedContentStreams after calling CapturePage should help...<br>...more than 14 years later ;-)<br><br>]]>
   </description>
   <pubDate>Tue, 09 Nov 2021 20:08:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/booklet_topic786_post15924.html#15924</guid>
  </item> 
  <item>
   <title><![CDATA[Booklet : Ulrich Kobsa helps me in this...]]></title>
   <link>http://www.quickpdf.org/forum/booklet_topic786_post3797.html#3797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=303">KHentschel</a><br /><strong>Subject:</strong> 786<br /><strong>Posted:</strong> 21 Sep 07 at 5:19AM<br /><br /><FONT size=2>Ulrich Kobsa helps me in this case (many thanks also from this point Ulli)</FONT><DIV>&nbsp;</DIV><DIV><FONT size=2>The "OpenAction Object Referenz" was not correct after the CapturePage / DrawCapturePage.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>The Solution was:</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>After i create the Booklet File i open this File with QP again and set over the "SetOpenActionDestination" function the OpenAction to the first page. Now everything run fine without an error.<B><FONT face=Arial color=#504fb4 size=4></B></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Fri, 21 Sep 2007 05:19:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/booklet_topic786_post3797.html#3797</guid>
  </item> 
  <item>
   <title><![CDATA[Booklet : Hello together,  i have a problem...]]></title>
   <link>http://www.quickpdf.org/forum/booklet_topic786_post3791.html#3791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=303">KHentschel</a><br /><strong>Subject:</strong> 786<br /><strong>Posted:</strong> 20 Sep 07 at 8:22AM<br /><br /><FONT face="Arial, Helvetica, sans-serif" size=2>Hello together,</FONT><DIV>&nbsp;</DIV><DIV><FONT face="Arial, Helvetica, sans-serif" size=2>i have a problem with the creation of a booklet PDF.</FONT></DIV><DIV><FONT face="Arial, Helvetica, sans-serif" size=2></FONT>&nbsp;</DIV><DIV><FONT face="Arial, Helvetica, sans-serif" size=2>I use one given File and create from this a 2 up Booklet File. The creation runs fine but then when i call the PDF File there raise up&nbsp;an Acrobat Error Message:</FONT></DIV><DIV><FONT face="Arial, Helvetica, sans-serif" size=2></FONT>&nbsp;</DIV><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><FONT face=C&#111;nsolas><FONT face="Arial, Helvetica, sans-serif"><FONT size=2>"seitenstrukturdaten des dokuments enthalten einen ungültigen knoten"</FONT></P><DIV><FONT size=2></FONT></DIV><P><FONT size=2>After i press the OK Button i see (and can print) the correct file.</FONT></P><DIV><FONT size=2></FONT></DIV><DIV><FONT size=2>I hope someone can help me.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Best regards</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Klaus Hentschel</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>here is my code (Visual FoxPro)</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono">*** Code ***<BR>lcInFile = 'd:\daten\infile.pdf'<BR>lcOutFile = 'd:\daten\outfile.pdf'</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">loPDF = CREATEOBJECT("iSED.QuickPDF")<BR>loPDF.UnlockKey('your Key')<BR>lnPDF = loPDF.LoadFromFile(lcInFile)<BR>loPDF.SetOrigin(1)<BR>loPDF.SetPagelayout(0)<BR>loPDF.SetPageMode(0)<BR>lnPages = loPDF.PAGECOUNT()<BR>lnReqPages = CEILING(lnPages / 2)<BR>lnWidth = loPDF.PAGEWIDTH()<BR>lnHeight = loPDF.PAGEHEIGHT()<BR>llDrawLeft = .T.<BR>lnAngle = 90</FONT></DIV><DIV><FONT face="Courier New, Courier, mono"></FONT>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono">loPDF.NewPages(lnReqPages)</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">DIMENSION laCapture(lnPages,2)<BR></FONT></DIV><DIV><FONT face="Courier New, Courier, mono">FOR lnCount = 1 TO lnPages<BR>&nbsp;&nbsp; laCapture(lnCount,1) = loPDF.CapturePage(1)<BR>&nbsp; &nbsp;laCapture(lnCount,2) = CEILING((lnCount) / 2)</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">ENDFOR</FONT></DIV><DIV><FONT face="Courier New, Courier, mono"></FONT>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono">FOR lnCount = 1 TO lnPages<BR>&nbsp; &nbsp;IF llDrawLeft<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lnLeft = 0<BR>&nbsp;&nbsp;&nbsp;ELSE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lnLeft = lnHeight / 2<BR>&nbsp;&nbsp; ENDIF<BR></DIV></FONT><DIV><FONT face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp;llDrawLeft = NOT llDrawLeft</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">&nbsp; &nbsp;loPDF.SelectPage(laCapture(lnCount,2))<BR>&nbsp; &nbsp;loPDF.SetPageSize('A4 Landscape')<BR></DIV><P =MsoPlainText style="MARGIN: 0cm 0cm 0pt"><FONT face=C&#111;nsolas size=2>&nbsp;&nbsp; loPDF.DrawCapturedPage(laCapture(lnCount,1), lnLeft, 0, lnHeight / 2, lnWidth)</FONT></P><DIV>&nbsp;&nbsp; loPDF.RotatePage(360 - lnAngle)<BR></DIV><DIV>ENDFOR</DIV><DIV><BR>loPDF.SaveToFile(lcOutFile)<BR></DIV><DIV>RELEASE loPDF<BR></DIV></FONT></FONT></FONT>]]>
   </description>
   <pubDate>Thu, 20 Sep 2007 08:22:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/booklet_topic786_post3791.html#3791</guid>
  </item> 
 </channel>
</rss>