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

converter

(0.38 sec)
  1. 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...
  2. 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/
  3. 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...
  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. 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...
  6. 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...
  7. 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...
  8. Fluent syntax | GroupDocs

    Compose conversions with the FluentConverter API in GroupDocs.Conversion for .NET — entry-stage configuration, load and convert stages, page-by-page output, and document inspection....Methods Entry Configure the converter before any source is opened... WithOptions(LoadOptions) Convert Specify the target and conversion...

    docs.groupdocs.com/conversion/net/fluent-syntax/
  9. 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...
  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/