<?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 : doc or excel to pdf</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 : doc or excel to pdf]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 20:49:22 +0000</pubDate>
  <lastBuildDate>Tue, 18 Apr 2006 02:05:35 +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=393</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[doc or excel to pdf : Hi! Sorry. This isn&amp;#039;t possible......]]></title>
   <link>http://www.quickpdf.org/forum/doc-or-excel-to-pdf_topic393_post1704.html#1704</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 393<br /><strong>Posted:</strong> 18 Apr 06 at 2:05AM<br /><br />Hi!<br />Sorry. This isn't possible... i think.<br />What about using the ghostscript-dll?<br />Best regards,<br />Ingo<br />]]>
   </description>
   <pubDate>Tue, 18 Apr 2006 02:05:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/doc-or-excel-to-pdf_topic393_post1704.html#1704</guid>
  </item> 
  <item>
   <title><![CDATA[doc or excel to pdf : hi ingo and thanks,  Very interesting...]]></title>
   <link>http://www.quickpdf.org/forum/doc-or-excel-to-pdf_topic393_post1700.html#1700</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=341">kaliand</a><br /><strong>Subject:</strong> 393<br /><strong>Posted:</strong> 17 Apr 06 at 4:44PM<br /><br />hi ingo and thanks,<br /><br />Very interesting the sample above and sure it will be usefull to me, but maybe my question was not well expressed, becouse i'm looking the way to create a pdf from a postscript "ps", like i do with distiller, for exemple :<br /><br />********************<br />Dim w as new word.application<br />Dim pdf as new Distiller6<br /><br />w.Documents.open "Mydocument"<br />w.visible = false<br />w.printout printtofile=true,destination"Mydocument.ps"<br />w.ActiveDocument.close<br />w.quit<br />set w = nothing<br /><br />pdf.FileToPdf"MyDocument.ps","MyDocument.pdf","JobObtions"<br />set pdf= nothing<br /><br />***********************<br /><br />So i would like to do something similar with the iSED.dll that i bought because it seems to me they did a great job with this llibary and i'd like to use it as much as it possible.<br /><br />Best regards!]]>
   </description>
   <pubDate>Mon, 17 Apr 2006 16:44:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/doc-or-excel-to-pdf_topic393_post1700.html#1700</guid>
  </item> 
  <item>
   <title><![CDATA[doc or excel to pdf : Hi!  No, the direct way isn&amp;#039;t...]]></title>
   <link>http://www.quickpdf.org/forum/doc-or-excel-to-pdf_topic393_post1696.html#1696</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 393<br /><strong>Posted:</strong> 17 Apr 06 at 3:33PM<br /><br />Hi!<br /><br />No, the direct way isn't possible.<br />I've found a vb-sample:<br />Public Sub Save_SaveAs()<br /><br />&nbsp;&nbsp;&nbsp;' **********************************************<br />&nbsp;&nbsp;&nbsp;' This macro replaces the default functionality<br />&nbsp;&nbsp;&nbsp;' of the FileSaveAs command.<br />&nbsp;&nbsp;&nbsp;' **********************************************<br />&nbsp;&nbsp;&nbsp;Dim myDialog As Dialog<br />&nbsp;&nbsp;&nbsp;Set myDialog = Dialogs(wdDialogFileSaveAs)<br />&nbsp;&nbsp;&nbsp;' Display the Dialog and save the document.<br />&nbsp;&nbsp;&nbsp;If myDialog.Display Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ActiveDocument.SaveAs myDialog.Name, myDialog.Format, _<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;myDialog.LockAnnot, myDialog.Password, myDialog.AddToMru, _<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;myDialog.WritePassword, myDialog.RecommendReadOnly, _<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;myDialog.EmbedFonts, myDialog.NativePictureFormat, _<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;myDialog.FormsData, myDialog.SaveAsAOCELetter<br />&nbsp;&nbsp;&nbsp;End If<br />End Sub<br /><br />With this one you can use the save_as-function... choose "pdf"... this should work.<br /><br />Best regards,<br />Ingo<br />]]>
   </description>
   <pubDate>Mon, 17 Apr 2006 15:33:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/doc-or-excel-to-pdf_topic393_post1696.html#1696</guid>
  </item> 
  <item>
   <title><![CDATA[doc or excel to pdf : Hi!  is it possible to create...]]></title>
   <link>http://www.quickpdf.org/forum/doc-or-excel-to-pdf_topic393_post1689.html#1689</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=341">kaliand</a><br /><strong>Subject:</strong> 393<br /><strong>Posted:</strong> 16 Apr 06 at 6:12PM<br /><br />Hi!<br /><br />is it possible to create a pdf with dll from a microsoft officce word or excel? like distiller does?<br /><br />regards!<br />]]>
   </description>
   <pubDate>Sun, 16 Apr 2006 18:12:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/doc-or-excel-to-pdf_topic393_post1689.html#1689</guid>
  </item> 
 </channel>
</rss>