Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 277 for

error handling conversion

(0.49 sec)
  1. Is it possible to set a 'FallbackFont' - Free S...

    Is it possible to set a default fallback font when converting to PDF? I am aware of the DefaultFont property on certain LoadOptions classes. My use case that is that I have “try anything to convert” method which does n…...Conversion Product Family rthomas95...Arial or similar. This is the error I get, which makes perfect sense...

    forum.groupdocs.com/t/is-it-possible-to-set-a-f...
  2. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Conversion Product Solution GroupDocs...GroupDocs.Metadata API supports handling EXIF metadata in PNG images...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...

    docs.groupdocs.com/conversion/java/load-email-d...
  4. Comparison Compare method in GroupDocs (C#) iss...

    I am encountering an issue while using the Compare method in the GroupDocs Comparison library for comparing Excel files. The Error message I receive is: Error: Error occurred while converting document This issue occur…... The error message I receive is: Error : Error occurred while...Comparer.Compare() method. The error does not seem to occur with...

    forum.groupdocs.com/t/comparison-compare-method...
  5. Running Examples | GroupDocs

    Learn how to run code examples in GroupDocs.Conversion for Python via .NET....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Python...

    docs.groupdocs.com/conversion/python-net/gettin...
  6. GroupDocs.Conversion for .NET 26.3 – March 2026...

    GroupDocs.Conversion for .NET 26.3 enhances format support, fixes critical bugs, and introduces iCalendar Conversion, improved font Handling, and PDF/A compliance....Conversion for .NET 26.3 – March 2026...the update NuGet GroupDocs.Conversion for .NET 26.3 is now available...

    blog.groupdocs.com/conversion/groupdocs-convers...
  7. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...filename (but different content) Error converting DCM file Image Export...OCR’ is missing in GroupDocs.Conversion for Java documentation How...

    forum.groupdocs.com/t/free-support-policies/6034
  8. Generate Output in Different Format | GroupDocs

    Convert assembled documents to different formats (e.g., DOCX to PDF, DOCX to HTML) during assembly....Conversion Product Solution GroupDocs...specified format Note Format conversion is automatic based on the...

    docs.groupdocs.com/assembly/net/basic-usage-dif...
  9. Unable to set margins when converting .eml to ....

    I use the code below to convert .eml files to .pdf. However, setting the margins using options.setMarginBottom(12), options.setMarginTop(12), options.setMarginLeft(12), and options.setMarginRight(12) no long…...Conversion Product Family java jayleggett...} catch (Exception e) { log.error("Problems converting email due...

    forum.groupdocs.com/t/unable-to-set-margins-whe...
  10. Verify Digital signatures in image | GroupDocs

    This topic explains how to verify digital signatures embedded in images using steganography (LSB technique) with GroupDocs.Signature API....Conversion Product Solution GroupDocs...DetectedProbability}% probability" ); } } Handling Verification Results Detailed...

    docs.groupdocs.com/signature/net/verify-digital...