SFTP support for putty ppk v3
Although the new file format was introduced for Putty in version 0.75 (of 2021) there is still no support for the new V3 format in Xceed SFTP, requiring to convert files to the old format. Are there any plans to upgrade this to the new version as 4 years
Style.CustomFormat propagates to other cells in range
Hello, we are using Xceed.Workbooks.NET to generate an Excel file and we've encountered an issue, where we set a custom date time format to the first column of the sheet like this: Sheet.Columns[0].Style.CustomFormat = customDateTimeformat; Later on,
Charts missing in pdf when using ConvertToPdf
Hello, we are using Xceed.Words.NET for creating a docx document and it works nicely. When we're trying to convert such document into pdf, the charts are missing completely. There are other minor issues with the pdf, eg. image in the title page, text
How to preserve the total section page count during Pdf conversion?
Hi, when converting a word document that has multiple sections with individual page numbering, the resulting pdf file does not display the correct number from the SectionPages field. In the word document the pages are numbered 1/5, 2/5, 3/5, etc. but
Table Of Contents behavior when DocX.ConvertToPdf
When I programmatically create multiple table of contents items in a Word Document, it behave perfect. But when I save it to PDF it: a) Use only update and display the first TOC item in the PDF. Is this a PDF format constraint or an Xceed issue? b) The
delete content of bookmark
How can I delete the remaining unfilled tables in my Word template? The template contains a group of bookmarks, and each bookmark has a table. I had try : bookmark.Paragraph.Remove(false); doc.Bookmarks.Remove(bookmark); but it had no
Generating word document with ordered numbering
Hello, Please help me with this problem: I have a docx template that I am trying to populate from c# code in a Windows Application. Here is the template format I have. 1. %CasesListDescription% - Paragraph 1 which will be dynamically generated. (This
How to keep formating of the previous row/cell when insert new to a table
Hello, Please help me with this problem: I have a docx with a table in it. The table contain only header row and 1 empty row. I have already set formatting for the table to use specific font-size/font-name... When inserting data to the table, all the
ConvertToPdf method in Docker linux environment
Hi. We are using Xceed.Words.NET to process an docx file, replace some text variables and generate a pdf with the result. The process work fine in my Windows environment but when i deploy it in Docker production environment (linux) the method DocX.ConvertToPdf()
Indent a paragraph in Word for .Net
I use the indent option in Word to indent pictures and images. I also use the indent option to indent lists of bullet items. Is this feature available in the current version of Words for .Net I can't tell from reading the release notes of recent
Words for .NET - Rotate a textbox
Hello, I can't find a way to rotate a textbox (shape). Is this even possible and if so, how does it work? Thank you for your support.
Words for .NET
Hi, Is it possible insert a document i a specific point of the document ? I'm using g_document.InsertDocument(mydocpath); but add the file on bottom of document.
FTP I/O error when trying to send file
Hi there, I’m using the Xceed.ftp .Net component to send a file to a remote ftp server. This is an intranet applications, so the connection to the ftp server does not have to be secure. This is how my code looks like: ftp = new Xceed.Ftp.FtpClient();
Converting an AbstractFile to an IO.Stream
Can somebody please tell me how to get a remote file with Xceed sFtp as a System.IO.Stream instead of an FileSystem.AbstractFile? Or, It is a way to convert an FileSystem.AbstractFile to an IO.Stream? Thanks
Exception while trying to upload a file
So I have followed the documentation on the Xceed website, but I am not able to get my file to upload. using( SSHClient ssh = new SSHClient() ) { ... ssh.Connect( host ); ... ssh.Authenticate( username, password ); ... using( SFtpSession sftp = new SFtpSession(
Using SendFile on a file that is open for updates
Hi, I have a file that consistently gets updated several times a minutes (after a day, the file rolls to a new one). Every hour, I need to FTP that file so that I have a snapshot while the file is being updated. But, when I use SendFile, I get an FtpException
Xceed .FTP timeout GetFolderContents
I get a timeoutexception when I do GetFolderContents however when filezilla connects to the site it’s succeeding but it is using a workaround Binding data connection source IP to control connection source IP 172.30.30.55 14:14:09 Command: PASV 14:14:09
No folder content returned by either GetFiles or GetItems
Hi. I am using Xceed FTP Version latest version (evaluation). I am getting FTP Timeout Exception in some cases, but the exception does not occur within the ‘normal’ sequence of the code, so it cannot be caught and handled, and it is causing the application