Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 18,441 for

converter

(0.73 sec)
  1. Convert PDF to HTML programmatically using C#

    Let's convert a PDF document to HTML using a few lines of code. Automate PDF conversion within .NET application to convert whole document or selected pages.... Converting a PDF to HTML allows the...article, we will learn how to convert PDF documents into PDF format...

    blog.groupdocs.com/conversion/convert-a-pdf-doc...
  2. Conversion error on Azure Linux App Service usi...

    Hi, I’m encountering a runtime exception when attempting to convert documents using GroupDocs.Conversion.CrossPlatform on an Azure Linux App Service (.NET 8). Despite using the CrossPlatform package, conversions fail w…...exception when attempting to convert documents using GroupDocs.Conversion...GroupDocs.Conversion.Converter.Convert(...) From the stack trace...

    forum.groupdocs.com/t/conversion-error-on-azure...
  3. .NET Conversion from RTF/DOCX to PDF exception ...

    Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…...“Cannot access a closed stream” converting a MSG file with attachment...filename) { Converter converter = new Converter(() => new MemoryStream(result...

    forum.groupdocs.com/t/net-conversion-from-rtf-d...
  4. Xml to Md | GroupDocs

    This article demonstrates how to convert Text to Markdown with GroupDocs.Markdown for Java....Developer guide / Basic Usage / Convert files to various formats /...Use GroupDocs.Markdown to convert TXT, XML, and other text-based...

    docs.groupdocs.com/markdown/java/convert/export...
  5. Issue with Font :- "Leelawadee UI" - Free Suppo...

    Hi, When we try to convert a document with the ‘Leelawadee UI’ font to PDF, we encounter some issues in characters. Can you please suggest something here?...5:20am 1 Hi, When we try to convert a document with the ‘Leelawadee...font folder")); Converter converter = new Converter("your document...

    forum.groupdocs.com/t/issue-with-font-leelawade...
  6. Converting Presentation file with broken summar...

    We are running into an issue with GroupDocs.Conversion v26.1.0 when trying to convert a presentation document that contains broken summary links. We get the following exception: GroupDocs.Conversion.Exceptions.GroupDoc…...Converting Presentation file with broken summary links leads...Conversion v26.1.0 when trying to convert a presentation document that...

    forum.groupdocs.com/t/converting-presentation-f...
  7. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....Password = "secret" }; using var converter = new MarkdownConverter (...xlsx" , loadOptions ); converter . Convert ( "load-password-instance...

    docs.groupdocs.com/markdown/net/load-a-password...
  8. Get document info | GroupDocs

    Retrieve document metadata such as format, page count, title, and author without converting...{ try ( MarkdownConverter converter = new MarkdownConverter (...)) { DocumentInfo info = converter . getDocumentInfo (); System...

    docs.groupdocs.com/markdown/java/get-document-i...
  9. How to Convert Outlook Email to Word in Java

    This article walks you through the process to convert Outlook email to Word in Java and creates a sample code for Java Email to Word ability using a few API calls....Redaction Product Family How to Convert Outlook Email to Word in Java...learn the procedure of how to convert Outlook email to Word in Java...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert DOCX to HTML using Java

    In this topic, you will explore how to convert DOCX to HTML using Java. Moreover, we will provide a code example to export DOCX to HTML in Java without using extra tools....Redaction Product Family How to Convert DOCX to HTML using Java Microsoft...situations where you might need to convert these DOCX documents into HTML...

    kb.groupdocs.com/conversion/java/how-to-convert...