No announcements
Found 824601 threads
-
5 Votes
Convert word doc to pdf
Hi, I am using .net2005 and I am converting Word documents PDF using c#.net by using MS Word dll.Answered | 41 Replies | 139826 Views | Created by mrleokarthik - Wednesday, January 10, 2007 11:51 AM | Last reply by - Thursday, October 25, 2018 9:47 AM -
0 Votes
Converting pdf file to word file
I don't know how to convert a PDF file to a Word file using C# but I know how to do it using VBA.Answered | 9 Replies | 2830 Views | Created by ARZARE - Sunday, November 22, 2015 1:16 PM | Last reply by Michael Brrr - Wednesday, January 20, 2016 8:46 AM -
1 Votes
CONVERT WORD VBA TO VB.NET?
Also, VBA Forms and controls (if you are using them) cannot be converted.Answered | 6 Replies | 4155 Views | Created by REDTAIL_CODEGUY - Monday, September 12, 2011 9:21 PM | Last reply by REDTAIL_CODEGUY - Wednesday, September 14, 2011 3:25 PM -
1 Votes
Convert PDF to doc /word
0) { //Convert PDF to Word if (f.ToWord(pathToWord)==0) { //Show result in MS ...Answered | 2 Replies | 6741 Views | Created by AshokTeli - Tuesday, July 20, 2010 1:55 PM | Last reply by MagnetPeterson - Friday, February 24, 2012 12:48 PM -
2 Votes
Convert word documents to SharePoint pages
There's another module that takes care of converting Word documents into PDF and other formats.Answered | 8 Replies | 9222 Views | Created by chester23 - Wednesday, January 18, 2012 9:41 AM | Last reply by Colin at Kaboodle - Friday, August 2, 2013 6:35 AM -
0 Votes
Convert Amount into Words in SSRS Report
http://techcreeze.blogspot.co.uk/2008/11/convert-amount-into-words-according-to.html Regards, Balwant.Answered | 1 Replies | 3336 Views | Created by catnes - Friday, January 8, 2016 9:26 AM | Last reply by Balwant Patel - Friday, January 8, 2016 10:45 AM -
0 Votes
Convertion from HTML to word Document ???
Hi, Check these ...Answered | 6 Replies | 2408 Views | Created by A.Mallesh - Friday, January 25, 2013 2:18 PM | Last reply by A.Mallesh - Monday, February 4, 2013 10:12 AM -
3 Votes
Convert Currency to Words (Indian Format) in Crystal Reports
numbers to words.Answered | 16 Replies | 82050 Views | Created by Tasnim M - Tuesday, May 29, 2007 1:17 PM | Last reply by SAPDon - Monday, June 13, 2011 5:07 PM -
0 Votes
EPUB Converter from Word in .NET
You could look at the following links to convert word to EPUB file format.Answered | 2 Replies | 524 Views | Created by Vo Hoang Ngoi - Thursday, August 8, 2019 1:38 AM | Last reply by Jack J Jun - Wednesday, August 21, 2019 8:09 AM -
0 Votes
converting text to number
Try this - put 1 in a cell and Copy select the range you want to convert to numbers PasteSpecial, ...Answered | 4 Replies | 4551 Views | Created by johnboy0276 - Wednesday, December 8, 2010 3:29 PM | Last reply by johnboy0276 - Wednesday, December 8, 2010 4:24 PM -
0 Votes
Words to number. five hundred twentythree<>523
Create a mapping between words to numbers like (I think you have to do it from 1-99).Answered | 2 Replies | 1636 Views | Created by artxach - Wednesday, August 17, 2011 11:08 AM | Last reply by Adavesh - Wednesday, August 17, 2011 11:40 AM -
1 Votes
Convert numbers stored as numbers to numbers stored as text
The solution also optionally sets a number of leading zeros for the value converted to text (passed as a parameter from the calling procedure).Answered | 2 Replies | 401 Views | Created by THTC - Saturday, October 29, 2016 9:07 PM | Last reply by THTC - Sunday, October 30, 2016 8:45 PM -
0 Votes
How to convert the number to OrdText format in c#?
public static string NumberToWords(int number) { if (number == 0) return "zero"; if (number < 0) ...Answered | 2 Replies | 723 Views | Created by Pradeep L(c23) - Tuesday, January 12, 2016 7:10 AM | Last reply by Pradeep L(c23) - Wednesday, January 13, 2016 12:08 PM -
2 Votes
Text-To-Number Converter?
For your information from Small Basic Blog : Text to Binary Converter - Small Basic Featured Program.Answered | 4 Replies | 1107 Views | Created by Ardiezc Quazhulu - Saturday, March 9, 2013 2:20 AM | Last reply by Ardiezc Quazhulu - Saturday, March 9, 2013 5:16 PM -
0 Votes
Converting Ms Word to Pdf format
Converting a Word document to PDF, without Microsoft Word, is a rather complicated process especially if both .doc (structured storage) and .docx (XML) types are ...Answered | 2 Replies | 1014 Views | Created by ulasank - Monday, March 9, 2015 4:15 PM | Last reply by Peter_Kern - Monday, March 23, 2015 10:35 PM -
0 Votes
Word to PDF: Spaces converted to Tabs
My answer remains the same: There is nothing in the Word programming APIs that can affect how Word exports to PDF.Answered | 3 Replies | 1048 Views | Created by Jescemine Nongrum - Friday, June 20, 2014 7:10 AM | Last reply by Cindy Meister MVP - Wednesday, June 25, 2014 2:56 PM -
1 Votes
Convert datetime to a number?
Hi Werner , SELECT replace(replace(replace(convert(VARCHAR(MAX), CAST('2012-04-10 08:15:45.451' AS ...Answered | 6 Replies | 3029 Views | Created by Werner Clausen - Friday, April 27, 2012 9:21 AM | Last reply by Werner Clausen - Friday, April 27, 2012 9:59 AM -
1 Votes
Read page number of word document by interop word
In a Word document file, there are no pages.Answered | 2 Replies | 2096 Views | Created by Mirosi - Thursday, June 19, 2014 12:04 PM | Last reply by Charles Kenyon - Tuesday, July 18, 2017 8:19 PM -
2 Votes
query to convert exponential to number
i want to query which converts 9.99E125 to number ....can anyone help me Avogadro's number is ...Answered | 13 Replies | 47003 Views | Created by Latheesh - Thursday, January 6, 2011 5:50 AM | Last reply by Kalman Toth - Wednesday, January 12, 2011 7:20 PM -
7 Votes
Converting strings to numbers in tables
There is a function str to convert your varchar data to float.Answered | 8 Replies | 602 Views | Created by SimonKEvans - Monday, April 11, 2016 8:35 AM | Last reply by Jingyang Li - Monday, April 11, 2016 2:18 PM
No announcements