Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 202 for

error handling conversion

(0.03 sec)
  1. Issue with Font :- "Leelawadee UI" - Free Suppo...

    Hi, When we try to convert a document with the ‘Leelawadee UI’ font to PDF, we encounter some issues in characters. Can you please suggest something here?...Conversion Product Family java sonamsinha...@evgen.efimov We are facing error after adding suggested code...

    forum.groupdocs.com/t/issue-with-font-leelawade...
  2. Quick Start Guide | Documentation

    This quick start guide provides a comprehensive overview of setting up and using GroupDocs.Conversion for Java....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...

    docs.groupdocs.com/conversion/java/getting-star...
  3. Search with Aliases in Document using Java

    Efficiently search with aliases in document using Java. Learn techniques to enhance document search with aliases in Java for better results and performance....Conversion Product Family GroupDocs...it an invaluable tool for handling extensive datasets. Steps...

    kb.groupdocs.com/search/java/search-with-aliase...
  4. Loading | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Conversion Product Solution GroupDocs...Password-protected documents Handle loading of external resources...

    docs.groupdocs.com/parser/java/loading/
  5. Loading | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Conversion Product Solution GroupDocs...stream Load document from url Handle loading of external resources...

    docs.groupdocs.com/parser/net/loading/
  6. Loading Documents | Documentation

    Following this guide, you will learn how to load PDF, Word, Excel, and PowerPoint documents by local file path and stream with GroupDocs.Conversion for Python via .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Python...

    docs.groupdocs.com/conversion/python-net/develo...
  7. Scan QR Code from PPT using C#

    This guide provides a detailed overview of how to scan QR Code from PPT using C#. Moreover, you will get a sample code example to extract QR Code from PPT in C#....Conversion Product Family GroupDocs...efficiency and accuracy in handling presentation content. Steps...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pp...
  8. Classify document from stream | Documentation

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Conversion Product Solution GroupDocs...and return 2 best results. Handle possible ApiException // Classify...

    docs.groupdocs.com/classification/net/classify-...
  9. Classify document by path | Documentation

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Conversion Product Solution GroupDocs...and return 2 best results. Handle possible ApiException try {...

    docs.groupdocs.com/classification/net/classify-...
  10. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Conversion Product Solution GroupDocs...extension (e.g. “.dump”) as being handled by the same DocumentFormatInstan...

    docs.groupdocs.com/redaction/java/extend-suppor...