Search

You searched for the word(s):
Showing page 4 of 4 (37 total posts) < 1 second(s)
  • Re: Missing Images in PDF

    I gave up on ASP.NET 1.1 and installed 2.0 along with VS 2005.&nbsp; I put in the latest version of cute editor and it's working fine now.&nbsp; I'm really not sure what was wrong but hopefully the other guy in this thread got his working.
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on June 21, 2006
  • Re: Missing Images in PDF

    &lt;CE:Editor id=''Editor1'' style=''Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 16px'' TemplateItemList=''[saveRTF,savePDF]'' UseRelativeLinks=false RemoveServerNamesFromUrl=false EditCompleteDocument=''true'' AllowPasteHtml=''false'' ThemeType=''Office2003_BlueTheme'' runat=''server''&gt;&lt;/CE:Editor&gt;Both of those tags are in there.
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on June 21, 2006
  • Re: Missing Images in PDF

    Ok this doesn't really make sense.&nbsp; I pasted in your HTML and it worked fine.&nbsp; Why will it not work with the HTML the editor generates on its own then?&nbsp; Here is an example of what it generated and did not save the image: &nbsp; &lt;div&gt;Should be a cat under this!&lt;br&gt;&lt;img ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on June 20, 2006
  • Re: Missing Images in PDF

    The same thing seems to be happenning to me.&nbsp; When I save a PDF file the images are not included in it at all.&nbsp; Please see my working example at http://hcecorp.com/hcecproject/savefile.aspx &nbsp; When you click the Save PDF it will generate the PDF and send it out to your browser for a download.&nbsp; It also seems to be working quite ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on June 20, 2006
  • Re: Saving rtf file.

    I got it working.&nbsp; I had to save the file on the server first, then initiate the download to the client machine.&nbsp; If anyone is interested, it looks like this (I haven't gotten to deleting the temp file yet): private void Editor1_PostBackCommand(object sender, System.Web.UI.WebControls.CommandEventArgs ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on June 20, 2006
  • Re: Saving rtf file.

    The example is nice but it doesn't really help me unless I can see the code behind it.&nbsp; I'm trying to get the file to save directly to the client machine on the save button click rather than having it save it to the server like what is done in the example.&nbsp; Should I be using another function to get the text out of the editor to put it ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on June 19, 2006
  • Saving rtf file.

    Hi, I'm trying to get the editor's save button to download a rft file on click.&nbsp; I have it basically working except for the fact that the saved file does not open properly.&nbsp; What can I do to make this happen?Here's a code snippet:private void Editor1_PostBackCommand(object sender, System.Web.UI.WebControls.CommandEventArgs ...
    Posted to Cute Editor for .NET (Forum) by UnlnvlslblE on June 19, 2006