Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 347 for

loadoptions filetype

(0.07 sec)
  1. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking Java API...SpreadsheetExtractAl SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...Watermarker ( "spreadsheet.xlsx" , loadOptions ); SpreadsheetContent content...

    docs.groupdocs.com/watermark/java/working-with-...
  2. Convert MSG to PDF in C# and extract attachment...

    During Conversion of an email, I’d like to keep the original attachment file type instead of converting each attachment to different file type. E.g. I have a .msg file with a .docx attachment and I want to convert the M…...LoadOptions LoadOptionsProvider(FileType sourceType)...Stream ConvertedStreamProvi(FileType targetType) { string outputFile...

    forum.groupdocs.com/t/convert-msg-to-pdf-in-c-a...
  3. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert text files to HTML, PDF, PNG, and JPEG formats.... LoadOptions loadOptions = new LoadOptions ( FileType . MD...= new Viewer ( stream , loadOptions )) { var viewOptions = new...

    docs.groupdocs.com/viewer/net/render-text-files/
  4. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....document LoadOptions loadOptions = new LoadOptions ( FileType . XML...xmlContent . toByteArray ()), loadOptions )) { // do some work... }...

    docs.groupdocs.com/viewer/java/render-xml-docum...
  5. Loading Documents | GroupDocs

    Load source documents from a local file path, a Python stream, or an HTTP URL — optionally with Loadoptions for passwords, encodings, and external-resource control — in GroupDocs.Viewer for Python via .NET.... load_options — a LoadOptions instance. Use it to pass...block exits. Load Options LoadOptions is a single class whose properties...

    docs.groupdocs.com/viewer/python-net/developer-...
  6. GroupDocs.Comparison for Python 26.5 – Major AP...

    GroupDocs.Comparison for Python 26.5 brings a pure-Python wrapper, AGENTS.md, console CLI, and extensive API enhancements — now on PyPI....result import ComparisonAction, FileType, Rectangle New Color class...SaveOptions(password = "secret" ) load = LoadOptions(password = "open-sesame"...

    blog.groupdocs.com/comparison/groupdocs-compari...
  7. Agents and LLM Integration | GroupDocs

    GroupDocs.Viewer for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document pipelines....viewer import License , FileType , Viewer , ViewerSettings...format-specific rendering tweaks LoadOptions , ArchiveOptions , CadOptions...

    docs.groupdocs.com/viewer/python-net/agents-and...
  8. AI agents and LLM integration | GroupDocs

    Use GroupDocs.Redaction for Python via .NET with AI coding assistants and LLMs — the bundled AGENTS.md reference, the GroupDocs MCP server, and machine-readable documentation....RedactorChangeLog , RedactorLogEntry , FileType , IDocumentInfo , ) from groupdocs...redaction.options import ( LoadOptions , SaveOptions , RasterizationOptions...

    docs.groupdocs.com/redaction/python-net/agents-...
  9. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....inputArchivePath ); LoadOptions loadOptions = new LoadOptions (); loadOptions...Viewer ( inputArchiveStream , loadOptions )) { // view it } VB.NET...

    docs.groupdocs.com/viewer/net/render-archive-fi...
  10. Error converting eml and msg files to pdf - Fre...

    Hi Support Team, I am using GroupDocs.Conversion .NET to convert files to PDF. In most cases this works fine. But when trying to convert eml and msg files i get the following error message: “Resource loading timeout 20…...Func<LoadContext, LoadOptions> loadOptions = loadContext => {...Converter(inputFilePath, loadOptions)) { converter.Convert(outputFilePath...

    forum.groupdocs.com/t/error-converting-eml-and-...