Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 108 for

improved exception handling

(1.01 sec)
  1. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API.... Enumeration handles following types allows to locate...getHeight ()); } } catch ( Exception e ){ throw new GroupDocsSignatureEx...

    docs.groupdocs.com/signature/java/locating-sign...
  2. Developer guide | GroupDocs

    Explains GroupDocs.Markdown for .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your .NET applications...stream, specify format, and handle password-protected documents...worksheets. – handle conversion errors with specific exception types...

    docs.groupdocs.com/markdown/net/developer-guide/
  3. Extract data from ZIP archives | GroupDocs

    Learn how to extract data from ZIP archives using GroupDocs.Parser for Python via .NET. Extract files, iterate through archive contents, and parse nested archives....supported for this file" ) except Exception as e : print ( f " Error:...append ( attachment . name ) except : if "unknown" not in files_by_type...

    docs.groupdocs.com/parser/python-net/extract-da...
  4. Merged PDF documents missing Accessibility stan...

    Hi Team, We are using: import com.groupdocs.merger.Merger; import com.groupdocs.merger.domain.options.JoinOptions; with below code ref to merge two pdf documents: Map<String, String> map1 = null; ByteArrayO…... This feature should improve stability when dealing with...structure tags in PDFs to improve accessibility. Here’s an example...

    forum.groupdocs.com/t/merged-pdf-documents-miss...
  5. Developer guide | GroupDocs

    Explains GroupDocs.Markdown for Python via .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your Python applications...stream, specify format, and handle password-protected documents...worksheets. – handle conversion errors with specific exception types...

    docs.groupdocs.com/markdown/python-net/develope...
  6. Quick Start Guide | GroupDocs

    This quick start guide provides a comprehensive overview of setting up and using GroupDocs.Conversion for Java...." ); } catch ( Exception e ) { e . printStackTrace...return null ; // Return null to handle it later } }; try ( Converter...

    docs.groupdocs.com/conversion/java/getting-star...
  7. Convert documents for RAG pipelines | GroupDocs

    Prepare PDF, Word, and Excel documents as Markdown for retrieval-augmented generation with LLMs...Step 3: Convert each file, handling errors gracefully for file...f "Converted: { file } " ) except GroupDocsMarkdownExc as ex...

    docs.groupdocs.com/markdown/python-net/convert-...
  8. Load Markup document with options | GroupDocs

    Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for Java API....The library ensures proper handling of embedded resources and...enabled, the external resources (except for those listed in WhitelistedResources...

    docs.groupdocs.com/conversion/java/load-markup-...
  9. Use OCR Connector | GroupDocs

    This article explains how to integrate OCR solution to GroupDocs.Parser...of the image and object to handle warnings while the text recognition...; } catch ( java . lang . Exception ex ) { return null ; } } Extract...

    docs.groupdocs.com/parser/java/use-ocr-connector/
  10. License parsing error and performance issue dur...

    Hi Team, We are currently using GroupDocs.Conversion for Java to support a functionality where files in non-PDF formats (.doc, .docx, .xls, .xlsx) are converted to PDF, and later all PDFs are merged into a single docum…...encountering the following exception during conversion: com.groupdocs...groupdocs.conversion.legacy.exceptions.GroupDocsException: class...

    forum.groupdocs.com/t/license-parsing-error-and...