Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 18,447 for

converter

(1.47 sec)
  1. Receiving CultureNotFoundException - Free Suppo...

    Hey, our app is set to globalization-invariant mode. I see we get CultureNotFoundExceptions because GroupDocs.Conversion requires cultures. Is there any way yo bypass this? Why are cultures needed in the conversion? Tha…...InvariantCulture; try { var converter = new Converter("input.txt"); // Ensure...input file is a text file converter.Convert("output.pdf"); } catch...

    forum.groupdocs.com/t/receiving-culturenotfound...
  2. How to run examples | GroupDocs

    This article describes how to run GroupDocs.Markdown for Python via .NET code examples.... Create convert.py with the following code: convert.py from groupdocs...MarkdownConverter def convert (): """Convert a document to Markdown...

    docs.groupdocs.com/markdown/python-net/how-to-r...
  3. Question regarding GroupDocs.Conversion for .NE...

    When converting a DWG file to PDF, the print settings from the first page were applied to all sheets, and the sheet-specific print settings were not reflected. How can I resolve this issue? Example: Sheet 1 page orien…...August 7, 2026, 4:31am 1 When converting a DWG file to PDF, the print...conversion to PDF, all sheets were converted with Portrait orientation...

    forum.groupdocs.com/t/question-regarding-groupd...
  4. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature.... ReadDecimal (); } } var converter = TypeDescriptor . GetConverter...typeof ( T )); return ( T ) converter . ConvertFrom ( result );...

    docs.groupdocs.com/signature/net/search-embed-n...
  5. After groupdocs.convertion updation in 25.2.1 x...

    it thorugh error like this Unhandled exception thrown while processing 26356a6d-4d91-431e-9537-37e54f06d5d8. Original exception message: Invalid left or right margin, Left margin in inch: 0.7875, Right margin in inch: 0…...convertion updation in 25.2.1 xml,xlsx file is...is not converted to pdf GroupDocs.Conversion Product Family dotnet...

    forum.groupdocs.com/t/after-groupdocs-convertio...
  6. Symbol font in Word is not reproduced in HTML o...

    We are using GroupDocs.Conversion to convert to HTML and PDF, but wherever the Symbol font is used in our docs, the output is an empty no-glyph-available box. The formulas with the Symbol chars in them are actually crit…...Conversion to convert to HTML and PDF, but wherever...references that font, the converter cannot find it, so it substitutes...

    forum.groupdocs.com/t/symbol-font-in-word-is-no...
  7. Quick start guide | GroupDocs

    Get started with GroupDocs.Markdown for Python via .NET in minutes -- convert documents to Markdown with a single line of code...This guide shows you how to convert documents to Markdown with...MarkdownConverter Example 1: Convert Word to Markdown The simplest...

    docs.groupdocs.com/markdown/python-net/quick-st...
  8. Add watermark during document preview, only one...

    How to set the watermark parameters in com. groupdocs. viewer. Converter. options. HTML Options to ensure even distribution of watermarks on each page?... converter. options. HTML Options to...

    forum.groupdocs.com/t/add-watermark-during-docu...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format...parameter to the instance of Converter class Instantiate ImageConvertOptions...

    blog.groupdocs.com/groupdocs.blog/page/38/
  10. Async API | GroupDocs

    Use async methods for non-blocking document conversion in web apps and serverless... Converting asynchronously AsyncStatic...main ( String [] args ) { // Convert to string String md = MarkdownConverterAsy...

    docs.groupdocs.com/markdown/java/async-api/