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

error handling conversion

(0.37 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 JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Conversion Product Solution GroupDocs...GroupDocs.Metadata API supports handling EXIF metadata in JPEG images...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. 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.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Conversion Product Solution GroupDocs...GroupDocs.Metadata API supports handling EXIF metadata in PNG images...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. 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
  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. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...example: Handle incorrect password You should handle cases when...

    docs.groupdocs.com/parser/python-net/load-passw...
  7. 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...
  8. 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...
  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. 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...