How to convert a Microsoft Word documents to PDF file in C# Application
Doc, Docx to Pdf
Please subscribe my channel
#MicrosoftWord #PDF #Csharp…(read more)
Convert Word 2 PDF: Word to PDF Converter
Convert PowerPoint 2 PDF: PPT to PDF Converter
Convert Excel 2 PDF: Excel to PDF Converter
Convert an Image 2 PDF: Image to PDF Converter
Convert HTML 2 PDF: HTML to PDF Converter
More Tools: PDF Converter
Thank you for the video.
Can we get the same thing but with conversion from excel to pdf ?
Здравствуйте! Помогите, пожалуйста при попытке поиска текста через:
private void SearchReplace()
{
Word.Find findObject = Application.Selection.Find;
findObject.ClearFormatting();
findObject.Text = "find me";
findObject.Replacement.ClearFormatting();
findObject.Replacement.Text = "Found";
object replaceAll = Word.WdReplace.wdReplaceAll;
findObject.Execute(ref missing, ref missing, ref missing, ref missing, ref missing,
ref missing, ref missing, ref missing, ref missing, ref missing,
ref replaceAll, ref missing, ref missing, ref missing, ref missing);
}
Выскакивает ошибка:
System.AccessViolationException: "Попытка чтения или записи в защищенную память. Это часто свидетельствует о том, что другая память повреждена."
I need help, I would appreciate your help, in my program I have 2 textboxes, source path and destination path, this exercise only has the source path so the documents are always saved where the original word is, my question is if I want to save the pdf in another destination folder that is not the source, what code should I modify?
I tried to create this program but I am getting "COMException was unhandled" error. Can you help me out, please!
Very Helpful Video Keep It Up
I appreciate your work very nice…
I hope you reach millions of subscribers u deserve it..
And i think that it could be better if you use a microphone and explain while coding..