Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 18,197 for

converter

(0.07 sec)
  1. The conversion call is stuck and never comes ou...

    When converting a particular document, the process gets stuck at the convert call and never comes out of it or takes an unusually long time to complete(2-3 days). This is making our application unusable and affecting mul…...April 2, 2025, 8:55am 1 When converting a particular document, the...process gets stuck at the convert call and never comes out of...

    forum.groupdocs.com/t/the-conversion-call-is-st...
  2. 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...
  3. Document conversion are hanging in 24.1 Version...

    HI We are in middle of upgrading our jar of 22.8.1 to 24.1 of Groupdocs conversion . Recently when we tried deploying our wars into our servers even simple conversions are hanging as threads are in hanging state for ver…...convert(Unknown Source) com.groupdocs...groupdocs.conversion.Converter.convert(Unknown Source) com.groupdocs...

    forum.groupdocs.com/t/document-conversion-are-h...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...– a multi-format document converter with support for Microsoft...it easy to integrate the converter into any ECM, CMS, or Java...

    blog.groupdocs.com/groupdocs.blog/page/92/
  5. 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...
  6. 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/
  7. ObjectDisposedException: Cannot access a closed...

    I am having issue while converting .eml and .pptx to PDF using memory stream. The same code works just fine for .png and *.html. I just replace the LoadOptions based on the file type. See below for the LoadOptions I a…...1 I am having issue while converting .eml and .pptx to PDF using...since you want to obtain the converted document as a stream and handle...

    forum.groupdocs.com/t/objectdisposedexception-c...
  8. Ինչպես փոխարկել XLSX-ը DOCX-ի C#-ի միջոցով

    Այս հոդվածում դուք կառաջնորդվեք, թե ինչպես փոխարկել XLSX-ը DOCX-ի C#-ի միջոցով: Նաև կներկայացվի կոդի օրինակ՝ ցույց տալու, թե ինչպես արտահանել XLSX-ը DOCX C#-ով:...փոխակերպելու համար Նախաձեռնեք Converter դասի օբյեկտը` տրամադրելով...ընտրանքները՝ օգտագործելով Converter.GetPossibleConversio մեթոդը...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  9. Conversion.NETFramework starting v25.12 and up,...

    Hello, until version 25.11 the integration into a COM object was seamless. Since version 25.12, with the integration of the embedded fonts, using Value Tuple, it is no more possible to integrate into COM as it leads to l…...public class Converter { public string Convert(string input)...=> ConversionLibrary.Converter.Convert(input); // call into the...

    forum.groupdocs.com/t/conversion-netframework-s...
  10. How to Convert XLSX to PDF using Java

    This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java....Redaction Product Family How to Convert XLSX to PDF using Java This...you through the procedure to convert XLSX to PDF using Java , including...

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