About 321 results
Open links in new tab
  1. Convert DWG to PDF - social.msdn.microsoft.com

    Feb 26, 2015 · I need to convert a DWG file in my C# application to PDF. I can't afford more than 100 $ on a third party library. Anyone has any idéa? I have google:d for weeks without any luck.. Best …

  2. Convert XAML or XPS to PDF - social.msdn.microsoft.com

    Nov 18, 2009 · Not sure how do you define "expensive", but there were discussions regarding the 3rd party components that can do the conversion. Like this one: Convert FlowDocument or XPS to PDF …

  3. How to print iframe src as pdf using itextsharp in c#

    Mar 25, 2019 · I need to print classic asp page as pdf using itextsharp. I used iframe to load classic asp page in aspx and now I want to print that iframe as pdf. So please help.

  4. Merged Cells Problem in Excel Export - social.msdn.microsoft.com

    Sep 21, 2011 · I have a basic matrix report but whenever I export this report to Excel, some of the cells end up becoming merged. Is there any way to avoid this using Reporting Services instead of …

  5. Convert Object to XML - social.msdn.microsoft.com

    Oct 7, 2021 · XSD is used to convert from an xml file into another part, isn't applied on an object. So you should use Serialized of xml instead——Just like the 2nd man's idea.

  6. convert for next to do while loop - social.msdn.microsoft.com

    Oct 5, 2014 · Question 0 Sign in to vote trying to convert this to do while loop... but cant seem to make it work, thanks Sunday, October 5, 2014 9:21 PM

  7. Cannot convert type 'int' to 'string' - social.msdn.microsoft.com

    User1502633704 posted To convert a string to System.DateTime: DateTime d=DateTime.Parse ("04/03/2004"); Mike, your code above needs to check the validity of the date.

  8. Converting input string to color. - social.msdn.microsoft.com

    May 14, 2010 · public static Color HexToColor (String hexString) // Translates a html hexadecimal definition of a color into a .NET Framework Color. // The input string must start with a '#' character …

  9. how to load excel sheet - social.msdn.microsoft.com

    Tuesday, February 28, 2012 1:38 PM 0 Sign in to vote is it not possible to load differnt table structure into each excel sheet Tuesday, February 28, 2012 3:14 PM 0 Sign in to vote yes its is possible ,after …

  10. C# - Convert the .doc/.docx to .rtf or .txt when choosing the file in ...

    Jan 8, 2016 · Is there a possibility to choose a Microsoft Word document (.doc or .docx) in openFileDialog and then it will be converted to .rtf or .txt before being loaded into RichTextBox1? I …